@charset "utf-8";
/*
#top #contents{
	width:600px;
	height:78px;
	left:50%;
	top:50%;
}

#top #contents h1{
	width:376px;
	height:78px;
	position:absolute;
}*/

#top #header{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}


#top #contents{
	position:absolute;
	width:960px;
	height:78px;
	left:50%;
	top:50%;
	margin:-39px 0 0 -480px;
	/*background:#ccc;*/
	text-align:center;
}

#top #contents #info{
	padding:20px 0 0 0;
	line-height:1.5;
}

#top #contents #info h2{
	font-weight:bold;
	color:#f00;
}

#top #contents img{
	margin:0 42px 0 0;
}

#top #contents ul,
#top #contents li{
	display:inline;
}

#top #contents ul{
	margin:0;
	padding:0;
}

#top #contents li{
	margin:0;
	padding:0 0.2em;
	
}


#top #footer{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
}

#top #footer #counter{
	float:right;
	padding:0 10px 0 0;
	line-height:1.0;
}