@charset "utf-8";

h3{
	margin-bottom: 15px ;
	}

#main dl{
	width: 100% ;
	float: left ;
	}

#main dl dt{
	width: 100% ;
	float: left ;
	padding-bottom: 5px ;
	border-bottom: 1px #CCCCCC dotted ;
	font-size: 120% ;
	font-weight: bold ;
	}

#main dl dd{
	width: 100% ;
	float: left ;
	padding: 5px 0 15px 0 ;
	line-height: 160% ;
	}

#main p{
	width: 100% ;
	float: left ;
	padding-top: 7px ;
	font-size: 85% ;
	border-top: 1px #CCCCCC dotted ;
	}
