@charset "Shift_JIS"; 
/* レイアウトベース */

body{
background:#000000;
margin:0px;
padding:0px;
color:#FFFFFF;
font-family:ＭＳ Ｐゴシック, Osaka;
text-align:center;
}

/*全体指定------------------------------------------*/
/*ハック用*/
*{
 margin:0px;
 padding:0px;
 line-height:1.4em;
	letter-spacing:0.1em;
	font-size:12px;
}

a:link{ 
 color:#FFFF00;
	text-decoration:none;
	font-weight:bold;
}

a:visited{
 color:#FFFF00;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
 color:#FFFF00;
	text-decoration:underline;
}

a:active{
 color:#FFFF00;
	text-decoration:none;
}

img{
 border: none;
}

p{
 font-size:12px;
 letter-spacing: 0.1em;
 line-height: 1.4em;
	color:#FFFFFF;
	text-align:center;
}

h1{
	color:#00CC00;
}