body{
	background-image: url(../img/gradient.png);
	background-repeat: repeat-x;
	background-color: #EBEFF0;
}
.myrow{
	padding-left:10px;
	padding-right: 10px;
}
.sideshadow{
	box-shadow: -10px 0 4px -4px rgba(0, 0, 0, 0.1), 10px 0 4px -4px rgba(0, 0, 0, 0.1);
	background-color: #FFFFFF;
}
.mainmenu{
	font-size: 16px;
	color:black;
	margin-bottom:8px;
}
.mainmenu li{
	font-size: 18px;
	border-bottom:4px solid gray;
	margin-left:0px;
}
.mainmenu li a{
	font-size: 18px;
	color:black;
	margin: 0px 10px 0px 10px;
}
.mainmenu li.active{
	border-bottom:4px solid #4e9c28;
	margin-left:1px;
	margin-right:1px;
}
.mainmenu li.active > a{
	font-size: 18px;
	color:black;
	font-weight:bold;
	margin: 0px 15px 0px 15px;
}
.info{
	margin-top:10px;
	color:gray;
	font-size:12px;
}
.topnews{
	background-color:#2d2f39;
	color:white;
}
.white{
	color:white;
}
.white h5 {
	color:white;
}
.white p {
	color:white;
	font-size:14px;
}
.white a {
	color:white;
}
.news{
	font-size:14px;
	padding:10px 0px 10px 6px;
	line-height: 1.3;
}
div.date{
	font-size: 14px;
	color:#999999;
	font-weight: bold;
	padding:10px 0px 4px 6px;
	border-top: 1px solid #CCCCCC;
}
div.top{
	background: #CCCCCC;
	min-height: 110px;
	padding-right:10px;
}
div.top >a {
	min-height: 75px;
	font-weight: bold;
}
.news a{
	text-decoration: underline;
	color:#000000;
}
.news span{
	font-size: 11px;
	font-style: italic;
	color:#666666;
}
div{
		line-height: 1.3;
}
.newsday{
	text-decoration: none;
}
.newsday a{
	text-decoration: none;
}
.img_wrap {
    width: 160px;
    height: 120px;
    overflow: hidden;   
    line-height: 120px; 
    text-align: center;
    float:left;
    }  
.img_wrap img {
        max-height: 160px;
        max-width: 120px;
        vertical-align: middle;
} 
.storenumber, .basenavi, .maincont, .berrors, .fullstory, .basecont {
    margin-bottom: 15px;
    text-align: justify;
}
.bnnavi {
    margin-right: 5px;
    padding-left: 5px;
    height: 29px;
    background: #f1f5f7 url("../images/basenavi.png") no-repeat;
}
.navigation {
    margin-top: 5px;
}

.navigation, .navigation a, .navigation span, .bnnavi, .nextprev, .nextprev .thide {
    float: left;
}

.navigation a, .navigation span {
    font-weight: bold;
    padding: 0 4px;
    height: 19px;
    line-height: 19px;
}

.navigation a, .navigation span.nav_ext {
    color: #3f4b51;
}

.navigation a:hover {
    background-color: #398dd8;
    color: #fff;
}

.navigation span {
    color: #398dd8;
}

.nextprev .thide, .toptop {
    width: 26px;
    padding-top: 29px;
    background: url("../images/basenavi.png") no-repeat;
}

.nextprev a span {
    cursor: pointer;
}

.nextprev span .pnext {
    background-position: -26px -29px;
}

.nextprev a .pnext {
    background-position: -26px -87px;
}

.nextprev a:hover .pnext {
    background-position: -26px -58px;
}

.nextprev span .pprev {
    background-position: 0 -29px;
}

.nextprev a .pprev {
    background-position: 0 -87px;
}

.nextprev a:hover .pprev {
    background-position: 0 -58px;
}

.toptop {
    background-position: 0 -116px;
    width: 29px;
}

.toptop:hover {
    background-position: 0 -145px;
}
#toTop {
        position: fixed;
        bottom: 20px;
        left: 2px;
        cursor: pointer;
}
.fullstory a{
	color:green;
}
a.fullstory{
	color:green;
}