@charset "utf-8";


/*-------------------------------------*/

div#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 100%;
	line-height: 1.8;
	background: #F8F7F5;
}

/*-------------------------------------*/
/* ヘッダー */
/*-------------------------------------*/

div#bgHeader{
width:960px;
margin:0 auto;
background: url(../img/bg_gnavi.gif) repeat 0 0;
}

div#header{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	height:64px;
}

	div#header h1{
		font-size: 16px;
		float: left;
		color: #fff;
		letter-spacing: 0.05em;
		padding: 15px 0 10px 20px;
	}
	
/*-------------------------------------*/
/* グローバルナビゲーション */
/*-------------------------------------*/
	div#header ul#gNavi{
		float: right;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	ul#gNavi li{
		display: block;
		float: right;
		border-left: 1px solid #666;
	}
	
	ul#gNavi li.firstItem{
		border-right: 1px solid #666;
	}
	ul#gNavi li img{
		vertical-align: bottom;
	}
	
	ul#gNavi li.lastItem{
		margin-left: 0;
	}
	
	div#header ul#gNavi li a{
		font-size: 13px;
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 20px 20px;
	}

	div#header ul#gNavi li a:hover{
		background: #333;	
	}

/*-------------------------------------*/
/* フッター */
/*-------------------------------------*/

div#footer{
	background: #000;
	text-align: center;
}

	div#footer p#copyright{
		text-align: center;
		margin:-15px;
		padding: 5px;
		color: #fff;
		font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
	}
