@charset "utf-8";
/* CSS Document */

/*コンテンツイメージ*/
#wrapper-img{
	background:url(image/contentsImage.jpg) no-repeat top center;
}

/*パンくず*/
#wrapper-img #contentsInner ol#topicPath,
#wrapper-img #contentsInner ol#topicPath a{
	color:#FFF;
}


#mainBox h4{
	padding:2px 0 0 5px;
	font-size:16px;
	font-weight:bold;
	color:#215A9A;
	border-left: solid 3px #215A9A;
	margin-bottom:10px;
}

#mainBox h4#top{
	margin-top:50px;
}

#mainBox ul{
	border-top:dotted 1px #999999;
	padding:20px 0 0px ;
	overflow:hidden;
}

#mainBox li{
	float:left;
	width:210px;
	margin-right:10px;
	background:url(image/icon.gif) no-repeat left center;
}

#mainBox li.sizeL{
	width:260px;
}

#mainBox li a{
	padding-left:15px;
	display:block;
}

#mainBox li a:hover{
	background:#2889E0;
	color:#FFF;
}