@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------News*/
section#news h3 {
	margin: 30px 10px 20px;
}
section#news div {
	padding: 12px 10px 20px;
	
	text-align: center;
	margin-bottom: 10px;
}
section#news div.news_text {
	padding: 0;
	border: none;
	background: none;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}
section#news p {
	text-align: left;
}
section#news div a {
	display: block;
	padding: 10px 25px 10px 10px;
}
section#news div .date {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}
section#news div .title {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
	border-bottom: 1px dotted #fff;
	padding-bottom: 8px;
}
section#news div .photo {
	text-align: center;
}
section#news div img {
	margin: 10px 0 0;
}
