@charset "UTF-8";


/* CSS Document */
* {margin:0; padding:0; border:0}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #000000;
	font-size: 12px;
	color: #FFFFFF;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-image: url(../img/boby_bg.png);
	background-repeat: no-repeat;
}

/* LINK STYLE */
a:link{color: #FFFFFF;text-decoration: none;}
a:visited {color: #FFFFFF;text-decoration: none;}
a:hover {color: #AFCDF7;text-decoration: none;}
a:active {color: AFCDF7;text-decoration: none;}

/* コンテナー */
#container{	
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	}

#bg{
	width: 960px;
	height: 700px;
	display: block;
	background-image: url(../img/bg.png);
}
#enter{
	width: 960px;
	height: 40px;
	display: block;
	margin-bottom: 100px;
	margin-top: 20px;
}
.enter{
	width: 200px;
	height:40px;
	display: block;
	margin-left:auto;
	margin-right:auto;
}
.enter a{
	display: block;
	height: 40px;
	background-image: url(../img/enter.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	outline: none;
}
.enter a:hover{
	background-position: 0 100%;
}


#footer{
	height: 20px;
	width: 960px;
	text-align: center;
	line-height: 20px;
}
