@charset "utf-8";

/*=================================
	history setting
=================================*/


#mainImage{
	height:404px;
	background:url(../images/history_bg01.jpg) no-repeat 0 0;
	position:relative;
}
#mainImage .catch{
	position:absolute;
	top:50px;
	left:35px;
}
#mainImage .lead{
	position:absolute;
	top:166px;
	left:35px;
	font-size:13px;
	line-height:220%;
}

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


table td{
	width:50%;
	padding:18px;
	border:1px dotted #DDDDDD;
	vertical-align:top;
}
table td h2{
	margin-bottom:18px;
}
table td dl{
	overflow:hidden;
}
table dt{
	float:left;
	width:160px;
}
table dd{
	float:right;
}

.sectionBkage h2{
	margin:30px 0;
}
.sectionBkage .flow{
	overflow:hidden;
}
.sectionBkage .flow .col01{
	width:75px;
	float:left;
}
.sectionBkage .flow .col02{
	width:570px;
	float:right;
}
.sectionBkage .flow .col02 h3{
	margin-bottom:12px;
}

.sectionBkage .flow .wrap img.photo{
	float:right;
	margin-left:10px;
}