@charset "utf-8";

#slider {
	margin: 20px 0 5px 0;
}
#main {
	margin: 20px 0;
}
#top_info {
	display: none;
}
#top_info li:first-child {
	display: none;
}
#top_conetnts {
	width: 100%;
	overflow: hidden;
}
#top_contents_left {
	display: none;
}
#top_contents_right {
	width: 100%;
	float: right;
}
#top_navi {
	width: 100%;
	height: 150px;
	margin-bottom: 40px;
}
#top_navi li {
	width: 210px;
	height: 150px;
	float: left;
	margin-right: 25px;
}
#top_navi li.last {
	margin-right: 0;
}
#ttl_news {
	margin-bottom: 20px;
}
#news dl{
	width: 100%;
	overflow: hidden;
	border-bottom: dashed 1px #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#news dl dt {
	width: 100px;
	float: left;
	background: url(common/img/list01.png) no-repeat left 8px;
	padding-left: 15px;
}
#news dl dd {
	width: 100%;
	float: right;
}
#news .ttl {
	font-weight: bold;
	color: #aa8711;
}
#news .info {
	background: url(common/img/ttl_info.png) no-repeat right;
	width: 200px;
	height: 16px;
	padding-right: 10px;
}
.more {
	text-align: right;
}
