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

#contents_wrap .section {
	float:left;
	width:204px;
	margin-right:5px;
}

#contents_wrap .section h2{
	padding-bottom:2px;
	margin-bottom:8px;
	border-bottom:1px solid #111184;
	color:#111184;
	font-size:85%;
}

#contents_wrap .section ul{
	margin:0 0 0 1em;
	list-style:none;
	font-size:80%;
	line-height:1;
}

#contents_wrap .section ul li{
	margin:0 0 8px 0;
	padding:0 0 0 10px;
	background:url(business/img/breadlist_dot.gif) left 0.35em no-repeat;
}

#contents_wrap .section ul li a{
	text-decoration:none;
	color:#191919;
}

#contents_wrap .section ul li a:hover{
	color:#111184;
}