@charset "utf-8";

a {
	text-decoration: none;
}

.newsDate {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 4px;
}
.newsTitle {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
	color: #003CB3;
	margin-bottom: 3px;
	margin-top: 0px;
}
.newsTitle a {
	color: #003CB3;
}
.newsTitle a:hover  , #news .newsTitle a:active, #news .newsTitle a:focus{
	color: #003CB3;
	text-decoration: underline;
}
.newsBody {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #BDBDBD;
	padding-bottom: 10px;
}
