@charset "utf-8";


/*-----------------------------
	大枠設定
------------------------------*/

body{
	background:url(../images/bg_top.jpg) no-repeat center top #000;
}
#wrapper{
	background:url(../images/bg_bottom.jpg) no-repeat center bottom;
	text-align:center;
	color:#fff;
}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	color:#39c;
	text-decoration:underline;
}




/*-----------------------------
	heqader
------------------------------*/

#header{
	width:900px;
	height:143px;
	margin:0 auto;
	text-align:left;
}
#header h1{
	float:left;
	padding:87px 0 0;
}
#header #gnavi{
	float:right;
	padding:97px 0 0;
}
#header #gnavi li{
	float:left;
}





/*-----------------------------
	main
------------------------------*/

#main{
	width:900px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	position:relative;
}








/*-----------------------------
	footer
------------------------------*/

#footer{
	width:900px;
	margin:0 auto;
	text-align:left;
	padding:20px 0 0;
	overflow:hidden;
}
#footer #midland{
	width:100%;
	text-align:right;
	margin-bottom:35px;
}
#footer #copy{
	clear:both;
	margin-bottom:34px;
}







