@charset "UTF-8";

/*ニュース*/
#home #news {
	padding: 0px 0px 10px 0px;
	width: 550px;
	float: left;
	margin-left: 20px;
	display:inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#home #news h2 {
	margin: 0px;
	padding: 0px 0px 5px;
	border-style: none none solid;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url(../img/title-news.gif);
	border-bottom-width: 2px;
	border-bottom-color: #D5E5BA;
	background-position: left top;
	height: 18px;
	line-height: 100%;
	width: 550px;
}
#home #news ul {
	margin: 5px 10px;
	padding: 0px;
}
#home #news ul li {
	background-image: url(../img/point.gif);
	background-position: left 8px;
	background-repeat: no-repeat;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 5px 10px;
}
#home #news ul li + li {
	list-style: none;
	border-top: 1px dotted #CCCCCC;
	margin-top: 0px;
	padding-top: 3px;
}
#home .list {
	width: 80px;
	text-indent: 0px;
	margin: -25px 0px 0px;
	padding: 0px;
	text-align: right;
	float: right;
	line-height: 100%;
}
#home .list a{
	text-decoration: none;
}

#home #mainimg {
	margin: 0px 0px 10px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #75A819;
}
#news strong {
	color: #EF2F00;
}
#sub_menu {
	float: right;
	width: 192px;
	margin-right: 0px;
	display:inline;
}
#sub_menu img {
	margin-bottom: 7px;
	display:inline;
}
#top_banner {
	margin-bottom: 30px;
	float: left;
	width: 600px;
}
#top_banner img {
	margin-right: 5px;
}
.blog {
	float: right;
	width: 192px;
}
