@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------News*/
section#news > div {
	border-bottom: 2px dotted #ff6197;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
}
section#news div.news_text {
	padding: 0;
	border: none;
	background: none;
	font-size: 12px;
	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;
	background: #f6dc2c;
	padding: 3px 10px;
	margin-bottom: 10px;
}
section#news div .title {
	font-size: 16px;
	font-weight: bold;
	color: #26b9a1;
	margin-bottom: 10px;
}
section#news div .photo {
	text-align: center;
}
section#news div img {
	margin: 10px 0 0;
}
