@charset "shift_jis";
/*------------------------------------------------------
 コンテンツページ用
------------------------------------------------------*/
#mainBase {
	padding: 27px;
	background-color: #FDFDFD;
	border: 3px #F0F0F0 solid;
	overflow: hidden;
}
#aboutusBase {
	padding: 27px 17px 20px;
	margin-bottom: 20px;
	background-color: #FDFDFD;
	background-image: url(../img/img_line.png);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	border: 3px #F0F0F0 solid;
	overflow: hidden;
}
#aboutusTxt {
	width: 540px;
	padding-left: 10px;
	margin-bottom: 18px;
	float: left;
}
#aboutusTxt h3 {
	margin-bottom: 21px;
}
#aboutusTxt h4 {
	padding-right: 14px;
	text-align: right;
}
#aboutusTxt p {
	font-size: 13px;
	margin-bottom: 21px;
}
#aboutusImg {
	width: 346px;
	margin: 20px 0;
	float: right;
}
#aboutusTxtBox {
	height: 200px;
	background: url(../img/bg_txt.png) no-repeat;
	overflow: hidden;
	clear: both;
	position: relative;
}
#aboutusTxtBox h4 {
	position: absolute;
	top: 58px;
	left: 50px;
}
#aboutusTxtBox ul {
	position: absolute;
	top: 26px;
	left: 280px;
}
#aboutusTxtBox ul li {
	margin-bottom: 10px;
}
#aboutusTxtBox p {
	font-size: 11px;
	position: absolute;
	top: 162px;
	left: 50px;
}
#aboutusData {
	width: 460px;
	float: left;
}
#aboutusData table {
	width: 100%;
}
#aboutusData table th,
#aboutusData table td {
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
#aboutusData table th {
	width: 90px;
	padding: 7px 5px 7px 12px;
	font-weight: bold;
	background: url(../img/ico_pointer.gif) no-repeat 3px 1.0em;
}
#aboutusData table td {
	padding: 7px 5px;
}
#aboutusData table td span {
	padding: 5px 0;
	display: block;
	text-align: center;
}





#aboutusImgList {
	width: 470px;
	margin-bottom: 20px;
	overflow: hidden;
	float: right;
}
#aboutusImgList ul {
	width: 480px;
	margin: 0 -10px 0 0;
	overflow: hidden;
	_zoom: 1;
}
#aboutusImgList ul li {
	width: 230px;
	margin: 0 10px 10px 0;
	display: block;
	float: left;
}
#aboutusMap {
	padding: 5px;
	border: 5px solid #F0F0F0;
	clear: both;
}









.staffBase {
	height: 136px;
	position: relative;
}
.staffBase p {
	width: 635px;
	display: block;
	position: absolute;
	top: 52px;
	left: 230px;
}