body{
	overflow-x: auto;
	letter-spacing: 0;
	position: relative;
	background-image : url(bg.jpg);
	background-repeat: repeat
;
}

#header{
	width: 960px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #353526;
}

#header h1{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 5px;
}

#top{
	margin-right: auto;
	margin-left: auto;
	height: 160px;
	width: 960px;
	background-color: #006400;
	z-index: 0;
	position: relative;
}

#g_navi{
	width: 100%;
	height: 70px;
	z-index: 10;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#g_navi_list{
	width: 580px;
	height: 49px;
	margin-top: 11px;
	float: right;
	position: absolute;
	z-index: 20;
	right: 0px;
	bottom: 10px;
}

#g_navi_list ul{
	width: 580px;
}

#g_navi_list ul li{
	float: left;
	margin-right: 5px;
}

.g01{
	height: 49px;
	width: 140px;
	background-image : url(g01o.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.g01 a{
	display: block; width:
	140px; height: 49px;
	font-size: 1px;
	line-height: 1px;
	outline: none;
}

.g01 a:hover{
	text-indent: -9999px;
}

.g02{
	height: 49px;
	width: 140px;
	background-image : url(g02o.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.g02 a{
	display: block;
	width: 140px;
	height: 49px;
	font-size: 1px;
	line-height: 1px;
	outline: none;
}

.g02 a:hover{
	text-indent: -9999px;
}

.g03{
	height: 49px;
	width: 140px;
	background-image : url(g03o.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.g03 a{
	display: block;
	width: 140px;
	height: 49px;
	font-size: 1px;
	line-height: 1px;
	outline: none;
}

.g03 a:hover{
	text-indent: -9999px;
}

.g04{
	height: 49px;
	width: 140px;
	background-image : url(g04o.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.g04 a{
	display: block;
	width: 140px;
	height: 49px;
	font-size: 1px;
	line-height: 1px;
	outline: none;
}

.g04 a:hover{
	text-indent: -9999px;
}

#root{
	width: 960px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff8dc;
}

#root p{
	font-size: 15px;
	text-indent: 1em ;
	padding-top: 3px;
}

#contents{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#contents_top{
	width: 960px;
	height: 30px;
	background-image : url(cont_top.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#contents_main{
	width: 960px;
	background-image : url(cont_main.png);
	background-repeat: repeat-y;
	background-position: center top;
	overflow:hidden;
}

#contents_bottom{
	width: 960px;
	height: 30px;
	background-image : url(cont_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer{
	width: 960px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	background-color: #000000;
	text-align: center;
	padding-top: 20px;
}

#footer p{
	 color: #FFFFFF; 
}

#footer a{
	 color: #FFFF00;
}

p a:hover{
	 color: #FF6000;
}

