@charset "utf-8";
@import url("reset.css");
@import url("global.css");

body{
	background:#eaf3fd url(../images/BG.jpg) no-repeat center top;
	padding-top:325px;
}
.container{
	background:#ffffff;
	width:990px;
	margin:0 auto;
	padding:55px 55px 0;
}
.box01 h2{
}
.list01{
	padding:20px 0 65px;
}
.list01 li{
	float:left;
	_display:inline;
	margin:22px 8px 0 5px;
}
.list01 li a{
	display:block;
	float:left;
	width:452px;
	height:47px;
	line-height:47px;
	padding-left:30px;
	color:#02578b;
	background:#ecf4fd;
	font-size:18px
}
.list01 li a:hover{
	background:#deedfe
}

.footer{
	background:#e4e4e4;
	padding:20px 0;
}
.footer table{
	width:820px;
	margin:0 auto;
	line-height:30px;
	text-align:center;
}
