@charset "utf-8";

/* メインビジュアル
---------------------------------------------------- */

#mainImageBack {
background-color:#F5F5F5;
margin-bottom:15px;
}

#slideArea {
	width:280px;
	height:108px;
	margin:0 auto;
}




/* info
---------------------------------------------------- */
#info{
clear:both;
margin-bottom:10px;
}

#info h3 a{
display:block;
-webkit-border-radius:5px;
-moz-border-radius: 5px;
background:url(../img/top/icn_info.png) no-repeat left center,
-webkit-gradient(linear, center top, center bottom, from(#f2f2f2), to(#dcdcdd));
color:#2a6009;
font-size:14px;
font-weight:bold;
letter-spacing:2px;
padding:12px 12px 12px 24px;
}



#info li a{
display:block;
color:#444444;
font-size:15px;
line-height:1.5;
letter-spacing:-1px;
-webkit-background-size:23px 15px;
border-bottom:1px solid #c0c9cd;
overflow:hidden;
padding:8px 5px 17px 5px;
}

#info li a span{
color:#1E67D5;
font-size:11px;
line-height:1.5;
}

#info li:last-child a{
border-bottom:none;
}


/* bnrArea
---------------------------------------------------- */

#bnrArea .bnr {
	text-align:center;
	margin-bottom:10px;
}


