@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	color: #444;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#news {
	padding: 5px 0px 5px 10px;
}
th,td {
	font-size: 12px;
	line-height: 140%;
	text-align: left;
	padding: 2px 0px 3px 0px;
	background: url(../images/dt.gif) repeat-x left bottom;
}
th {
	color: #bc3a3a;
}
a:link,a:visited {
	color: #2d44a9;
	text-decoration: underline;
}
a:hover,a:active {
	color: #e00;
	text-decoration: none;
}

