#main h2 {
	background-image: url(../common/img/page_title.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	line-height: 78px;
	height: 78px;
	margin-bottom: 20px;
	padding-left: 10px;
	color: #030;
}
#main h3 {
	font-weight: normal;
	font-size: 12px;
}
#main .box00 {
	margin-top:10px;
	display:block;
	height: 50px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#main .box00 p {
	margin-top:10px;
}
#main .box01 {
	margin-top:10px;
	display:block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
}
#main .box01 h4 {
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #060;
	margin-right: 15px;
	margin-left: 15px;
	clear: both;
}
#main .box01 dl {
	padding-left:15px;
	padding-right: 15px;
	clear: both;
}
#main .box01 dl dt {
	float: left;
	width: 500px;
	padding-bottom: 15px;
	padding-left: 15px;

}
#main .box01 dl dd {
	float: right;
	width: 100px;
	vertical-align: bottom;

}
