@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

html{
	margin: 0;
	padding: 0;
}


body{

	background : url(bg_pink.jpg) 0px 0px / auto auto repeat-x scroll padding-box border-box #ffffff;

	line-height: 1.8;
	
	margin: 0;
	
	padding:0;
	
	height:100%;

}



div#wrapper{

	margin: 0 auto;

	text-align: left;
	
	width:100%;

	min-width: 960px;
	
		min-height: 100%;
	height: auto !important;
	height: 100%;
}



div#header{

	width: 960px;

	margin: 0 auto;

	text-align: left;

	margin-top: 4px;

}



div#header h1{

	font-size: 20px;

	float: left;

	width: 300px;

	color: #666;

	letter-spacing: 0.05em;

	padding: 26px 0 0 0;

}



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: 13px;

	color: #666;

	text-decoration: none;

	display: block;

	padding: 30px 15px;

}



div#header ul#gNavi li a:hover{

	background: #fff;	

}



div#footer{

	text-align: center;

	margin-top: 60px;

	background: #C84974;

}



#copyright{

	text-align: center;

	padding: 20px;

	color: #fff;

	font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;

}

