@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	width:100%;
	background-color:#040406;
	background-image: none
	background-repeat: none;
}


img { 
    border:0px;
}

ul, ol, li {
	list-style-type: none;
}


#enter_main {
	width: 640px;
	font-size: 12px;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	padding-top: 20px;
}

#enter_logo {
	text-align: center;
}


.btn_enter{
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: center;
}

.links {
	width:640px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}


/*-----------------------------------------------------
FOOTER
-------------------------------------------------------*/

div.footer {
	width:640px;
	font-size: 11px;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	position:relative;
	margin: 0 auto;
	padding: 60px 0px 0px 0px;
}

/*-------------------------------------------------
	Link
-------------------------------------------------*/

a{
	color			:#666666;
}
a:link, a:active{
	color			:#666666;
}
a:visited{
	color			:#555555;
}
a:hover{
	color			:#ffffff;
}
