@charset "utf-8";

body{
	background: url(../img/bg_pink.jpg) repeat-x 0 0 #fff;
	line-height: 1.8;
}

div#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

div#header{
	width: 960px;
	background-color: #3B2309;
	margin: 0 auto;
	text-align: left;
	margin-top: 4px;
}

div#header h1{
	font-size: 18px;
	float: left;
	width: 300px;
	color: #ffffff;
	letter-spacing: 0.05em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

div#header ul#gNavi{
	float: right;
	margin-bottom: 0;
	padding-bottom: 0;
}

ul#gNavi li{
	display: block;
	float: right;
	border-left: 1px solid #ccc;
}

ul#gNavi li.firstItem{
	border-right: 1px solid #ccc;
}
ul#gNavi li img{
	vertical-align: bottom;
}

ul#gNavi li.lastItem{
	margin-left: 0;
}

div#header ul#gNavi li a{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	border-top-color: #000000;
}

div#header ul#gNavi li a:hover{
	background: #ff99cc;	
}

div#footer{
	text-align: center;
	margin-top: 60px;
	background: #3B2309;
}

#copyright{
	text-align: center;
	padding: 20px;
	color: #fff;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
}
