/* CSS Document */

body, td, th {
	font-family: メイリオ, ヒラギノ角ゴ Pro W3, Osaka ＭＳ Ｐゴシック;
	font-size: 10px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #003366;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #00CCFF;
}
.title {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.white10 {color: #FFFFFF}
.gray10 {color: #999999}

