@charset "utf-8";

html{
	background: #000;
}

body{
	background: #fff;
}

div#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 960px;
	line-height: 1.8;
}


/*-------------------------------------*/

div#header{
	margin: 0 auto;
	height: 115px;
	text-align: left;
	padding: 1em 0 0;
	margin-bottom: 1em;
}

	div#header h1{
		float: left;
		margin-left: 0.8em;
		font-size: 0.8em;
		color: #696969;
		letter-spacing: 0.12em;
	}
	
	div#header img{
		float: left;
		margin-top: 0.5em;
	}


	div#header ul#gNavi{
		float: right;
		border-right: 1px solid #ccc;
		padding-right: 15px;
		margin-top: 1em;
	}

	div#header ul#gNavi li{
		display: block;
		float: right;
		padding-left: 10px;
		margin-left: 15px;
		border-left: 1px solid #ccc;
		font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif!important;
		font-size: 13px;
	}

	div#header ul#gNavi li a{
		color: #666;
		text-decoration: none;
	}

	div#header ul#gNavi li a:hover{
		text-decoration: underline;
	}
	
/*-------------------------------------*/
/* グローバルナビゲーション */
/*-------------------------------------*/


ul#gNavi{
	width: 600px;
	text-align: left;
	margin: 0 auto;
}

ul#gNavi li{
	display: block;
	float: left;
	margin-left: 30px;
}

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-left: 0;
}


div#footer{
	margin-top: 5px;
	text-align: center;
	padding: 15px 0
}