@charset "utf-8";

/* 上書き */
h2{
	width:auto;
	height:auto;
	line-height:0;
	text-indent:0;
	paddin:10px 0 0 0;
	background:url() no-repeat;
}

div.section p.text{
	width:630px;
	margin:15px auto 20px auto;
}

/* sub */
div.section.sub{
	
	border-top:2px solid #5D8F11;
	border-bottom:1px solid #CCC;
	background:url("../class/images/images/bg_section.gif") repeat;
}
div.section.sub dl{
	padding:22px 20px 15px 15px;
	background:url("../class/images/images/bg_border.gif") repeat-x 0 bottom;
}
div.section.sub dl.last{
	background:none;
}
div.section.sub dl dd.img{
	float:left;
	margin:0;
}
div.section.sub dl dt{
	float:right;
}
div.section.sub dl dd{
	float:left;
	display:inline;
	margin:23px 0 0 31px;
}
