@charset "utf-8";
.gnavi01 {
	background: url(../../common/images/about02.jpg) no-repeat center center;
	border-bottom: 1px solid #a51401;
}
.about li{
	float:left;
}
.about {
	float: left;
	width: 700px;
	margin-right: 40px;
}
#areatitle_wrap {
	border:solid 1px #CCCCCC;
	margin-bottom: 20px;
}
#areatitle {
	border: 5px solid #eeeeee;
	padding-bottom: 7px;
	padding-left: 8px;
	padding-top: 7px;
}
#areatitle h2 {
	font-size: 175%;
	line-height: 2.03;
	border-left: solid 5px #A51502;
	padding-left: 21px;
}
#area ul li:hover {
	background-repeat: no-repeat;
}
.about01 {
}
.about h3 {
	display: table;
	width: 100%;
	position: relative;
	height: 27px;
	padding-bottom: 5px;
}
.about h3 span {
	font-size: 125%;
	font-family: sans-selif;
	display: block;
	float: left;
	font-weight: bold;
	position: absolute;
	top: 50%;
	-moz-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.about img {
	float: right;
	margin-top:15px;
	margin-left:10px;
}
.about table th {
	background: #EEEEEE;
	color: #333333;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #AAAAAA;
}
.about table td {
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #AAAAAA;
}
.about p {
	padding: 20px 0;
}