@charset "utf-8";

/*
======== table of content. =================================

summary:sangyou用レイアウト定義


============================================================
*/


div#sectionWrapper div.section p {
	padding:19px 0 20px 16px;
}

div#sectionWrapper div.section dl {
	background:url(../images/common/line_dots.gif) repeat-x bottom;
	width:630px;
	margin:0 auto 30px auto;
	clear:both;
}

div#sectionWrapper div.section dl dt {
	float:left;
	padding: 0 0 10px 0;
}

div#sectionWrapper div.section dl dd {
	float:left;
	padding: 12px 0;
}

div#sectionWrapper div.section dl dt {
	width:150px;
}

div#sectionWrapper div.section dl dd {
	width:480px;
}
	
div#sectionWrapper div.section dl dd div.waku {
	margin-top:20px;
	margin-bottom:10px;
	border:1px dotted #999999;
	border-right-style:none;
	border-left-style:none;
	padding:4px;
}	
	
