/* -------------------------------- */
/*  アンカーフォント                */
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* -------------------------------- */
/*  トピックス  テーブル内フォント  */
TD.TopicsFontType {
	font-size: 13px;
	color: #000000;
	line-height: 23px;
	font-weight: normal;
}

.TopicsFontTypeHead {
	font-size: 16px;
	color: #0033FF;
	line-height: 30px;
	font-weight: normal;
}

.TopicsFontTypeSubHead {
	font-size: 13px;
	color: #660000;
	line-height: 23px;
	font-weight: normal;
}

/* -------------------------------- */
/*  お知らせ  テーブル内フォント  */
TD.InfoFontType {
	font-size: 13px;
	color: #000000;
	line-height: 23px;
	font-weight: normal;
}

.InfoFontTypeHead {
	font-size: 16px;
	color: #0033FF;
	line-height: 30px;
	font-weight: normal;
}

.InfoFontTypeSubHead {
	font-size: 13px;
	color: #FF0000;
	line-height: 23px;
	font-weight: normal;
}
.InfoFontTypeDate {
	font-size: 14px;
	color: #0000CC;
	line-height: 23px;
	font-weight: normal;
}
