@charset "utf-8";


div#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 100%;
	line-height: 1.8;
}

div#wrapBg{
	border-top: 1px solid #ccc;
}

div#header{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div#header h1{
	font-weight: bold;
margin-left:0px;
	float: left;
	width: 300px;
	padding: 26px 0 0 0px;
	font-size: 28px;
	font-family: Century, Times, serif;
	color: #99662f;
	<!--text-shadow:0px -1px 1px #777;-->
}

div#header ul#gNavi{
	float: right;
	margin-bottom: 0;
	padding-bottom: 0;		
}

ul#gNavi li{
	height:auto;
	/*display: block;*/
	float: right;
	border-right: 1px solid #dedede;
}

ul#gNavi li.firstItem{
	border-right: 1px solid #dedede;
}
ul#gNavi li img{
	vertical-align:top;
}

ul#gNavi li.lastItem{
	margin-left: 0;
	border-left: 1px solid #dedede;
}

div#header ul#gNavi li a{
	font-size: 13px;
        font-family: Century, Times, serif;
	color: #99662f;
	text-decoration: none;
	font-weight: medium;
	display: block;
	padding: 10px 13px;
<!--border-bottom:#000 10px solid;-->
}

div#header ul#gNavi li a:hover{
	background: url(../img/bg_gnavi.gif) repeat-x bottom left;
}

div#footer{
	border-top: 1px #dedede solid;
	margin-top: 200px;
	text-align: center;
}

div#footer p#copyright{
	text-align: center;
	padding: 10px;
	color: #000;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
}