@charset "utf-8";
/* CSS Document */

/*=======================
	#container
=======================*/

#container{
	width:1000px;
	height:1078px;
	float:left;
}
#container h3{
	float:left;
	margin-top:23px;
	margin-bottom:18px;
}
#container h4{
	float:left;
}
.caption{
	width:660px;
	height:100px;
	margin-left:25px;
}
#container h5{
	float:left;
	margin-top:25px;
	margin-left:25px;
}
#container p{
	float:left;
	margin-top:20px;
	line-height:1.6;
	font-size:13px;
	color:#595757;
}
/*=======================
	#business01
=======================*/
#business01{
	width:1000px;
	height:370px;
	float:left;
}
#business01_right{
	width:685px;
	height:300px;
	float:left;
	border-top:1px solid #077BA9;
}

/*=======================
	#business02
=======================*/
#business02{
	width:1000px;
	height:370px;
	float:left;
	margin-top:40px;
}
#business02_right{
	width:685px;
	height:300px;
	float:left;
	border-top:1px solid #3392D1;
}

/*=======================
	#business03
=======================*/
#business03{
	width:1000px;
	height:140px;
	float:left;
	margin-top:40px;
}
#business03_right{
	width:685px;
	height:140px;
	float:left;
	border-top:1px solid #3999C7;
}

