@charset "utf-8";


div#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 100%;
	line-height: 1.8;
	background: #ffb6c1;	
}

div#header{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;	
}

div#header h1{
	float: left;
	width: 300px;
	padding: 10px 0 0 10px;
}

div#header ul#gNavi{
	float: right;
	margin-bottom: 0;
	padding-bottom: 0;		
}

ul#gNavi li{
	display: block;
	float: right;
	padding: 10px 3px 0 0;
/*	border-left: 1px solid #dedede; */
}


/*
ul#gNavi li.firstItem{
	border-right: 1px solid #dedede;
}

ul#gNavi li img{
	vertical-align: center;
}

ul#gNavi li.lastItem{
	margin-left: 0;
}
*/

div#header ul#gNavi li a{
	display: block;
	width: 60px;
	height: 60px;
	background: url(../img/bg_box.gif) repeat-x bottom left;
}


div#header ul#gNavi li a:hover{
	background-position: bottom right;
}

div#footer{
	width: 960px;
	margin: 0 auto;
	padding-top: 0px;
	border-top: 1px #dedede solid;
	text-align: center;
	background: #ffffff;	
}

div#footer p#copyright{
	text-align: center;
	padding: 10px;
	color: #000;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
}