@charset "utf-8";




body {
		background: #000000;
		margin: 0px;
		width: 100%;
		color: #CCCCCC;
		font: small/16px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#main #hedaer {
		text-align: right;
		font: normal 10px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		vertical-align: text-botom;
		margin: 0px 10px;
		padding: 0px;
}
#main #copyright p {
		font: 10px Arial, Helvetica, sans-serif;
		color: #999999;
}




h1 {
		font: 24px/26px Arial, Helvetica, sans-serif;
		color: #FF9900;
		text-align: left;
		white-space: nowrap;
		border-top: #333333;
		border-right: #333333;
		border-bottom: thin solid #333333;
		border-left: #333333;
		width: 100%;
		margin-top: 0px;
}
h2 {
		font: 24px/10px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		color: #CCCCCC;
		text-align: left;
		white-space: nowrap;
}
h3 {
		height: auto;
		width: 100%;
		border-top: thin solid #FF9900;
		border-right-width: thin;
		border-bottom-width: thin;
		border-left-width: thin;
		border-right-color: #FF9900;
		border-bottom-color: #FF9900;
		border-left-color: #FF9900;
		font: 14px Arial, Helvetica, sans-serif;
		color: #FF9900;
		margin-right: 5px;
}
h4 {
		font: 10px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		color: #999999;
		white-space: nowrap;
		margin-right: 5px;
}
h5 {
		font: 12px/18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		color: #999999;
		padding-bottom: 5px;
}
a:link {
		text-decoration: none;
		color: #999999;
}
a:visited {
		text-decoration: none;
		color: #999999;
}
a:hover {
		color: #0066FF;
		text-decoration: none;
}
