/*!
 * リンク
 */

.event_table a {
	display:block;
	width:100%;
}


.event_table a:hover {
	display:block;
	width:100%;
	background-color: #d9efff;
}

/*!
 * リンクと明朝指定
 */

a {
	color: #000000;
}
a:hover {
	color: #FF0000;
}

body{
	font-family: "リュウミン R-KL";
}
strong{
	font-family: "見出ミンMA31";
}
