@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;
	padding:20px 0 0 0;
	vertical-align:bottom;
}

#contents dl {
	width:445px;
	clear:both;
	overflow:hidden;
	float:left;
	padding:80px 0 20px 20px;/*padding-topで矢印調整*/
	background:url(../img/yajirushi.png) no-repeat;/*矢印調整*/
	background-position:76% 0%;/*矢印位置調整*/
}

#contents dl dt {
	width:64px;
	margin:0 0 50px 0;
	float:left;
	padding:0px 20px 0px 0;
}

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

#contents li p {
	width:180px;
	overflow:hidden;
	float:left;
	padding:55px 0 20px 0;	
}

#contents .yajirushi_none {
	padding-top:0;
	background:none;
}