@charset "utf-8";

/*=================================
	about setting
=================================*/


#mainImage{
	height:525px;
	background:url(../images/about_bg01.jpg) no-repeat 0 0;
	position:relative;
}
#mainImage .lead{
	position:absolute;
	top:240px;
	left:35px;
}
#mainImage .catch{
	position:absolute;
	top:446px;
	left:35px;
}

#mainContents .innerContents{
	width:670px;
	margin:0 auto;
}

.sectionBkage{
	padding:36px 0;
	border-top:1px solid #DDDDDD;
}
.firstSection{
	border-top:none;
}
.sectionBkage h2{
	margin-bottom:20px;
}

.col01{
	width:319px;
	float:left;
}
.col02{
	width:335px;
	float:right;
}
.col03{
	width:450px;
	float:left;
}
.col04{
	width:210px;
	float:right;
}
