@charset "utf-8";
/* CSS Document */
body
	{ 
	background-image: url(../images/index_hg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
#wrapper {
	position:absolute;
	left:50%;
	top:0px;
	width:980px;
	height:auto;
	margin-left: -490px;
	z-index:1;
	}
#head {
	position:absolute;
	top:0px;
	width:980px;
	height:150px;
	z-index:2;
	background-image: url(../images/index_head.gif);
	}
#banner {
	position:absolute;
	top:150px;
	width:980px;
	height:100px;
	z-index:2;
	background-image: url(../images/index_banner.jpg);
	}
#navi {
	position:absolute;
	top:250px;
	width:980px;
	height:40px;
	z-index:2;
	background-color: #c56713;
	}
#links {
	position:absolute;
	top:290px;
	width:510px;
	height:auto;
	z-index:2;
	padding-left:50px;
	padding-right:50px;
	padding-top:25px;
	text-align: justify;
	left: 370px;
	}
#main {
	position:absolute;
	top:290px;
	width:370px;
	height:auto;
	z-index:2;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	}
#footer {
	position:fixed;
	bottom:0px;
	width:100%;
	height:20px;
	z-index:3;
	background-color: #FFFFFF;
	}

