@charset "utf-8";

h3 {
}

.floath3 {
	line-height:2em;
	margin: 0 0 30px 30px;
	width: 270px;
	float: left;
}

.clearh3 {
	line-height:2em;
	margin: 0 0 30px 0;
}

.rightbox {
	width: 570px;
	border-bottom: 2px solid #EEE;
	margin-bottom:1em;
}

.no-border{
	border-bottom: 0;
}

.aboutphoto{
}

.aboutphoto li{
	float: left;
}

.aboutphoto img {
	margin-right: 10px;
}

ol {
	list-style-type: decimal;
	margin-left: 2em;
	line-height:2em;
}

.about_btn {
	display: block;
	margin: 40px 0 50px 0;
}

table {
	width: 570px;
	text-align: center;
	margin-bottom: 30px;
}

th {
	background-color: #87C796;
	padding: 1em 0;
	text-align:center;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #FFF;
}

td {
	background-color: #D1F2D7;
	padding: 1em 0;
	text-align:center;
	border: 1px solid #FFF;
}

.rightbox dl dt{
float: left;
font-weight: bold;
}

.rightbox dl dd{
margin: 0 0 1em 120px;
}