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

/*----------------wrapper----------------*/

/*----------------main----------------*/

#main_wrapper {
	width:auto;
	margin:auto;
	background:url(../../common/img/main_nobashi02.jpg) repeat-x;
}

#main {
	width:960px;
	margin:auto;
}

/*----------------contents----------------*/

#contents {
	width:660px;
	clear:both;
	overflow:hidden;
}

#contents ol {
	width:660px;
	clear:both;
	overflow:hidden;
	border-bottom:solid 1px #CCC;
}

#contents ol li {
	width:660px;
	clear:both;
	overflow:hidden;
	background:url(../../common/img/contents_bg.png) no-repeat left bottom;
	border-bottom:solid 1px #FFF;
	border-top:solid 1px #CCC;
	vertical-align:bottom;
}

#contents dl {
	width:600px;
	clear:both;
	overflow:hidden;
	float:left;
	padding:40px 0 20px 20px;
}

#contents dl dt {
	width:175px;
	float:left;
	padding:0px 10px 0px 0;
}

#contents dl dd {
	width:400px;
	display:block;
	padding:0 0 10px 0;
}