@charset "utf-8";
/* CSS Document */


/*---------------------------------------------------------
 common
---------------------------------------------------------*/
.aboutSection{
}
.aboutSection.index {
	margin-bottom: 40px;
}

#contents .aboutHead {
	margin-bottom: 20px;
	padding-bottom: 4px;
	font-size: 150%;
	color: #151515;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}

#contents .aboutSubHead {
	font-size: 150%;
	color:#333333;
	line-height:1.0;
	background:#F0F0F0;
	margin-bottom:20px;
	padding:8px 10px;
	font-weight: bold;
}

p.subText {
	margin-bottom:0;
	font-weight: bold;
	font-size: 117%;
}
p.mainText {
	margin-bottom: 40px !important;
}

.aboutSection .colBox {
	clear: both;
	/overflow: hidden; /* for IE6/7 */
	/zoom: 1; /* for IE6/7 */
}
.aboutSection .colBox:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.aboutSection .colBoxLeft {
	float:left;
}
.aboutSection .colBoxLeft.type01 {
	width: 160px !important;
}
.aboutSection .colBoxLeft.type02 {
	width: 215px !important;
}
.aboutSection .colBoxRight {
	float:right;
}
.aboutSection .colBoxRight.type01 {
	width: 295px;
}
.aboutSection .colBoxRight.type02 {
	width: 349px;
}
.aboutSection .colBoxRight.type03 {
	width: 275px;
}
.aboutSection .colBoxRight.type04 {
	width: 185px;
}
.aboutSection .colBoxRight.type05 {
	width: 360px;
}
.aboutSection p {
	color: #666;
	line-height: 1.8;
	margin-bottom: 20px;
}

.end,
.end {
	padding-bottom:30px;
}
html* .end,
html* .end {
	padding-bottom:20px;
}

.lead {
	margin-right: 315px;
}

.middleLead {
	margin-right: 350px;
}
.smallLead {
	margin-right: 390px !important;
}
.bigLead {
	margin-right: 130px;
}
.aboutSection .w300 {
	width: 300px;
}

.aboutSection .note {
	font-size:77%;
}

/*---------------------------------------------------------
 about-us
---------------------------------------------------------*/

.featuresHead {
}
	.featuresHead h2 {
		font-size: 250%;
		*font-size: 245%;
		letter-spacing: -0.05em;
		color: #0760ac;
		margin-bottom: 5px;
	}
	.featuresHead p {
		font-size: 117%;
		line-height: 1.6;
		margin: 25px 0 35px;
	}
.aboutSectionIn {
	overflow: hidden;
	*zoom: 1;
	width: 721px;
}
.aboutSectionIn p {
	float: left;
	width: 278px;
	font-size: 117%;
}
.aboutSectionIn span {
	float: right;
	width: 443px;
}

#overviewTbl {
	margin-left: 10px;
}
#overviewTbl th,
#overviewTbl td {
	padding: 20px 5px 5px;
	font-size: 117%;
}
#overviewTbl th {
	width: 180px;
	color: #576d75;
	vertical-align: bottom;
	background: url(../images/about-us/overview-bg.gif) no-repeat left bottom;
}
#overviewTbl td {
	border-bottom: 1px solid #CCC;
}
#overviewTbl a {
	color: #666;
}
#overviewTbl a:hover {
	text-decoration: underline;
}
#overviewTbl span {
	font-size: 84%;
}


