
/* main page CSS 
------------------------------------------------------------*/
header .wrapper {overflow:hidden;background:url(../images/visual_sp.jpg) center 50px no-repeat;
	background-size: 320px auto;
	-moz-background-size: 320px auto;
	-webkit-background-size: 320px auto;}
.ie8 header .wrapper,.ie7 header .wrapper {background:url(../images/visual_sp_ie.jpg) center 50px no-repeat;}

#main .bnr,
#main .bnr_new {padding:10px 10px 0 10px;}

article section .tit {padding:5px 10px;background:url(../common_img/bg3.png) left center repeat;border-bottom:2px solid #4e91ed}
article section .tit h1 {float:left;font-size:20px;color:#fff;font-weight:normal;}
article section .tit h1 b {color:#ebb50e;}
article section .tit .rss {display:none}
article section .tit .more {float:right;}
article section .tit .more a{color:#372f2c;font-size:12px;display:block;border:1px solid #c7c7c7;margin-top:3px;padding:3px 5px;text-align:center;
	background: linear-gradient(to top, #ffffff, #e2e2e2);
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
	background: -moz-linear-gradient( top, #ffffff, #e2e2e2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e2e2e2')";
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;}
.ie7 article section .tit .more a {background:#fff;}
article section dl {background:#fff;}
article section dl dt {color:#febc00;padding:10px 10px 0 10px;}
article section dl dd {border-bottom:1px solid #e9e9e9;padding:0 10px 10px 10px;}
article section dl dd a {display:block;}



