@charset "utf-8";


/*+++++++++++++++++++++++++++++++++++
#main
++++++++++++++++++++++++++++++++++++*/
#main dl {
	margin-top	:30px;
}
#main dl dt {
	margin-bottom	:20px;
	font-weight	:bold;
}
#main dl dd {
	margin-bottom	:20px;
	padding-bottom	:15px;
	border-bottom	:1px dotted #999;
}
