@charset "UTF-8";
/* CSS Document */

html, body {
width:100%;
height:100%;
min-height:100%;
padding:0;
margin:0px auto;
background-image:url(../layout/bg2BN.jpg);
background-repeat:repeat-x;
background-color:#aab140;
}

#container {
	position:relative;
	top:0px;
	width:960px;
	height:4567px;
  /*left:50%;
    margin-left:-589px;*/
	margin:0px auto;
}

#head_nav {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:86px;
	background-image:url(../layout/index_01.jpg);
}

#slider {
	position:absolute;
	left:0px;
	top:86px;
	width:960px;
	height:316px;
}

#headline {
	position: absolute;
	left: 0px;
	top: 403px;
	width: 960px;
	height: 72px;
	background-image: url(../layout/index_03.jpg);
}

#cont_left {
	position:absolute;
	left:0px;
	top:474px;
	width:97px;
	height:4004px;
	background-color:#eaeccf;
}

#content {
	position:absolute;
	left:97px;
	top:474px;
	width:494px;
	height:4004px;
	background-color:#FFF;
}

#cont_space {
	position:absolute;
	left:591px;
	top:474px;
	width:31px;
	height:4004px;
	background-color:#eaeccf;
	
}

#navi_right {
	position:absolute;
	left:622px;
	top:474px;
	width:231px;
	height:4004px;
	background-color:#d7daa4;
}

#cont_right {
	position: absolute;
	left: 853px;
	top: 474px;
	width: 107px;
	height: 4006px;
}

#space_footer {
	position:absolute;
	left:0px;
	top:4478px;
	width:960px;
	height:35px;
	background-image:url(../layout/layout_A_09.jpg);
}

#footer {
	position:absolute;
	left:0px;
	top:4513px;
	width:960px;
	height:54px;
	background-image:url(../layout/index_10.jpg);
	background-repeat:repeat-y;
}
