@charset "UTF-8";

/* index
------------------------------------------------------------------*/

#conts-header{
	width:100%;
}
#toppage-nav{
	width:800px;
	margin:0 auto 10px;
	border-bottom: 5px solid #f3f3f3;
}
#toppage-nav-inner{ 
	width:100%;
	background-image: url(../images/blue_bg.gif);
}
#toppage-nav ul{
	margin:0 0 0 1px;
	height:104px;
}
#toppage-nav ul li{
	width:265px;
	height:103px;
	float:left;
}
#toppage-nav ul li.list03{
	width:266px;
}
#toppage-nav ul li a:hover img {
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
} 
#info dl{ 
	width:100%;
	clear:both;
	padding:8px 0;
	border-bottom: 1px solid #ccc;
	zoom: 100%;
}
#info dl:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#info dl.list-end{ 
	border-bottom:none;
}
#info dl dt{
	width: 100px;
	float:left;
	color:#42535e;
}
#info dl dd{
	width: 430px;
	float:left;
}