/* *********************************************************
 *
 *	MAIN STYLES　-- FIRST FORMAT --
 *
 * *********************************************************
 */


h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,form,img,body{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	font-family:"ＭＳ Ｐゴシック", "Osaka";
}

body{
	background:#000000;
}


/* *********************************************************
 *
 *	MAIN STYLES　-- TEXT LINK --
 *
 * *********************************************************
 */


a:link { color: #B3B3B3; text-decoration: underline; }
a:visited { color: #B3B3B3; text-decoration: underline; }
a:active { color: #666666; text-decoration: none; }
a:hover { color: #666666; text-decoration: none; }


/* *********************************************************
 *
 *	MAIN STYLES　-- HEADER --
 *
 * *********************************************************
 */

#header{
  position:absolute;
  width:500px;
  height:500px;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -250px;
}
