@charset "utf-8";
html {
	overflow:auto;
	overflow-y:scroll;	/* IE用 / IE9 beta でスクロールバーが出たり出なかったりするので、その対策に */
	height:100%;
	/* EI のみ */
/*	
	scrollbar-face-color		: #ffffff;
	scrollbar-track-color		: #ffffff;
	scrollbar-arrow-color		: #a78743;
	scrollbar-highlight-color	: #E1D2B3;
	scrollbar-shadow-color		: #E1D2B3;
	scrollbar-3dlight-color		: #a78743;
	scrollbar-darkshadow-color	: #a78743;
*/	
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	background-image:url(bg_moon.jpg)
}

body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 12px;
	color: #FFF;
	line-height: 150%;
}

a:link {
	color: #FFF;
	border-style:none;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	border-style:none;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
	border-style:none;
}
a:active {
	color: #F00;
	text-decoration: underline;
	border-style:none;
}

img {
	border:0;
}

/* 左 */
.MoonStyle_BaseLeft {
	background-image:url(bg_p14.png);
	background-repeat:no-repeat;
	background-position:right top;
}


/* 中央 */
.MoonStyle_BaseCenter {
	background-image:url(bg_p15.jpg);
	background-repeat:no-repeat;
}


/* 右 */
.MoonStyle_BaseRight {
	background-image:url(bg_p16.png);
	background-repeat:no-repeat;
}







/* eof */
