@charset "utf-8";

html{
	background: #000;
}

body{
	background: url(../img/bg.gif) repeat-y top center #fff;
}

div#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 100%;
	line-height: 1.8;
}

div#header{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 40px 0 0;
}

div#header h1{
	float: left;
	width: 700px;
	font-size: 14px;
	font-weight: normal;
	font-family: "メイリオ";
	line-height: 16px;
}

div#header ul#gNavi{
	float: right;
	border-right: 1px solid #ccc;
}

div#header ul#gNavi li{
	display: block;
	float: right;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif!important;
	font-size: 13px;
}

div#header ul#gNavi li a{
	font-style: normal;
	color: #333;
	text-decoration: none;
}

div#header ul#gNavi li a:hover{
	text-decoration: underline;
}

ul#gNavi{
	width: 800px;
	text-align: left;
	margin: 0;
}

ul#gNavi li{
	display: block;
	float: left;
}

ul#gNavi li a{
	font-size: 13px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

ul#gNavi li a:hover{
	text-decoration: underline;
}

ul#gNavi li.firstItem{
	margin: 0;
}

div#footer{
	background: #000;
	margin-top: 60px;
	text-align: center;
	padding: 15px 0
}

div#footer p#copyright{
	text-align: center;
	color: #fff;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
}
