@charset "UTF-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #000066;
}
h1 {
	font-size: large;
	background-color: #D6D6D6;
}
h2 {
	font-size: medium;
	padding-left: 12px;
	background-color: #E6E6E6;
	margin-bottom: -6px;
}
h3 {
	font-size: small;
}
a:link {
	color: #000066;
	background-color: #c9d7e2;
	text-decoration: none;
}
a:visited {
	color: #000066;
	background-color: #c9d7e2;
	text-decoration: none;
}
a:hover {
	color: #000066;
	background-color: #adc3d2;
	text-decoration: none;
}

