@charset "utf-8";
/* CSS Document */


#main #contents .about {
	height: auto;
	width: auto;
}
#main #contents .about dl {
	float: left;
	height: auto;
	margin-top: 10px;
	width: auto;
	display: block;
	margin-right: 50px;
	margin-left: 50px;
}
#main #contents .about dl dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	float: left;
	width: 130px;
	background-color: #7FB86B;
	color: #FFF;
	text-align: center;
	clear: left;
}
#main #contents .about dl dd {
	margin-bottom: 0.5em;
	width: 450px;
	padding-left: 150px;
	height: auto;
	float: none;
}
#main #contents .about ul {
	float: left;
	padding-right: 0em;
	padding-left: 60px;
	height: auto;
	margin-top: 20px;
	width: 560px;
	margin-left: 0px;
}
#main #contents .about ul li {
	margin-bottom: 1em;
	border-bottom-color: #B0D3A5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 0.5em;
	line-height: 30px;
	padding-bottom: 10px;
}
