@charset "utf-8";

#news {
	font-size: 12px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 40px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#news h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 22px;
	line-height: 1.3em;
	color: #343B14;
}
#news h2 span {
	display: block;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #797F5B;
	line-height: 1em;
}


#news h3 {
	display: block;
	font-weight: normal;
	color: #000;
	font-size: 14px;
	line-height: 1.7em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#news h4 {
	font-size: 14px;
	line-height: normal;
	margin-top: 7px;
	margin-bottom: 7px;
	font-weight: normal;
	color: #74BB37;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#news .para {
	font-size: 12px;
	line-height: 1.7em;
	font-weight: normal;
}
#news .para img{
	padding: 2px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	border: 1px solid #CCC;
}
#news .linkback {
	margin-top: 20px;
	text-align: left;
}
#news .linkback a {
	text-decoration: none;
	background-image: url(images/news/linkback.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#news .linkback a:hover {
	color: #A9BC3C;
	background-image: url(images/news/linkback2.png);
}
