html{
	background:#3d452a;
}
body{
	background:#000 url('../images/common/bg_body.gif') repeat-x;
	font-family:meiryo,Arial,Helvetica;
	font-size:12px;
}
#mainimage{
	margin:0 0 0px 0;
}
#container{
	width:960px;
	margin:0 auto;
}
#header{
	height:100px;
}

#header h1{
	float:left;
	width:300px;
}
#header h1 a{
	display:block;
	width:300px;
	text-indent:-9999px;
}
#hnav{
	float:right;
	width:313px;
	padding:0 10px 0 0;
	list-style:none;
}
#hnav01{
	width:90px;
	height:24px;
	float:left;
}
#hnav01 a{
	display:block;
	width:90px;
	height:24px;
	text-indent:-9999px;
	background:url('../images/common/hnavi01.png') no-repeat;
}
#hnav01 a:hover{
	background-position:0 -24px;
}
#hnav02{
	width:160px;
	height:50px;
	float:right;
}
#hnav02 a{
	display:block;
	width:160px;
	height:50px;
	text-indent:-9999px;
	background:url('../images/common/hnavi02.png') no-repeat;
}
#hnav02 a:hover{
	background-position:0 -50px;
}
.gotop{
	text-align:right;
	padding:20px 0;
}
#footer{
	height:338px;
	background:url('../images/common/footer.png') repeat-x center bottom;
}
#footer_inner{
	width:960px;
	margin:0 auto;
}
#fnav{
	padding:60px 0 0 0;
}
#fnav ul{
	list-style:none;
	float:left;
	margin:0 160px 0 0;
}
#fnav li{
	margin:0 0 5px 0;
}
#fnav a{
	color:#fff;
	text-decoration:none;
}
#fnav a:hover{
	text-decoration:underline;
}
#copy{
	color:#fff;
	font-size:80%;
	padding:40px 0 0 0;
	text-align:right;
}