html {
	color: rgb(51, 51, 51); font-family: Meiryo, Verdana; font-size: 15px;
}
body {
	color: rgb(0,0,0);
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 15px;
}
a {
	color: rgb(255,255,255);
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #0CF;
	text-align: left;
}
.note {
	margin: 13px; font-size: 13px;
}
.blue {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #09F;
	font-size: 15px;
	font-weight: bold;
}
.large {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 125%;
	font-weight: bold;
}
.right {
	font-size: 15px;
	color: #FFF;
	text-align: right;
}
#headerArea table tr td table tr td {
	color: rgb(0,0,153);
}