@charset "UTF-8";
*{
	font-size:15px;
}
.main_title{
    height: 37px;
}
.content_01{
	background-image:url("/img/about/bg_01.png");
	background-repeat:repeat-x;
	
	overflow:hidden;
	
	height:490px;
}
.content_01 .row{
    width: 750px;
    margin: 40px auto 0;
    overflow: hidden;
    text-align: center;
}
.content_01 .left{
	float:left;
    width: 375px;
	margin-top: 20px;
    line-height: 40px;
}
.content_01 .right{
	
}

.content_02{
	background-image:url("/img/about/bg_02.png");
	background-repeat:repeat-x;
	background-color:#FFF8BE;
	overflow:hidden;
	
	height:216px;
}
.content_03{
	background-image:url("/img/about/bg_03.png");
	background-repeat:repeat-x;
	background-color:#D1D4EB;
	overflow:hidden;
	
	height:216px;
}
.content_04{
	background-image:url("/img/about/bg_04.png");
	background-repeat:repeat-x;
	background-color:#EFF5DE;
	overflow:hidden;
	
	height:216px;
}
.headline .row{
	width:750px;
	height:168px;
	margin:0 auto;
	overflow:hidden;
	padding-top:18px;
	position:relative;
}
.headline .left{
	float:left;
}
.headline .right{
	margin-left:250px;
	margin-top:16px;
}
.headline .right p{
	font-size:15px;
}
.headline a{
	display:block;
	float:right;
	position:absolute;
	right:0;
	bottom:38px;
}