@charset "utf-8";
body {
	margin:0px;
	padding:0px;
	background-color: #2c394e;
	background-image: url(img/air-bg.png);
	background-repeat: repeat-x;
}
#content {
	border-left:3px solid #293343;
	border-right:3px solid #293343;	
	width: 1200px;
	margin:auto;
}
#head_top {
	width: 1200px;
	height:42px;
	background-image: url(img/head_top_bg.jpg);
	background-repeat:no-repeat;
	border-bottom:2px solid #edcd00;
}
#head_view {
	width: 1200px;
	height:446px;
	background-color: #2c394e;
}
#head_navi {
	margin-top:325px;
	width: 1200px;
	height:46px;
	background-image: url(img/navi_bg.png);
	background-repeat: repeat-x;
}
#body_content {
	width: 1200px;
	background-image: url(img/body_content_bg.png);
	background-repeat: no-repeat;
	border-top:2px solid #edcd00;
	background-color: #1a2536;
}
#body_location {
	width: 1200px;
	height:24px;
}

#body_c_left {
	float:left;
	width:220px;
	padding-left:20px;
	margin-right:10px;
	border-right:1px dotted #6c7583;
}

#body_c_right {
	float:left;
	width:240px;
	padding-left:20px;
	margin-left:10px;
	border-left:1px dotted #6c7583;
}

#body_c_center {
	float:left;
	width:660px;
}



#footer {
	width: 1200px;
	height:92px;
	border-top:1px dotted #6c7583;
	border-bottom:4px solid #edcd00;
	background-color: #1a2536;
	background-image: url(inc/footer_bg.jpg);
	background-repeat: no-repeat;
	margin-bottom:10px;
}
