@charset "UTF-8";
body {
	font-size: 12px;
	line-height: 16px;
	color: #990000;
	margin: 0px;
	padding: 0px;
	background-color: #fafafa;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

