@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}


body {
    text-align: center;
	width:100%;
	background-color:#000000;
	background-image: none;
	background-repeat: no-repeat;
}


img { 
    border:0px;
}

ul, ol, li {
	list-style-type: none;
}


#main {
	width: 900px;
	height:640px;
	font-size: 12px;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -320px;
	margin-left: -450px;
}

#copyright {
	text-align: right;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 160%;
	padding-bottom: 30px;
}

/*-------------------------------------------------
	Link
-------------------------------------------------*/

a{
	color			:#E61F18;
}
a:link, a:active{
	color			:#E61F18;
}
a:visited{
	color			:#E61F18;
}
a:hover{
	color			:#E61F18;
	text-decoration: none;
}
