/* ページの基本デザイン */

body {
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	}
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16pt;
	font-weight: bold;
	text-indent: -9999px;
}
p {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5em;
}


h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0px;
	font-weight: bold;
}
h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	color: #F89BBA;
	text-align: left;
	line-height: 1.5em;
}
address {
	text-align: center;
	font-style: normal;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
a:link {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {
	color: #99FF00;
	text-decoration: none;
}
h4 {
	color: #FFFFFF;
	font-size: 6pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
