@charset "UTF-8";
/* CSS Document */




/*-----------------------------------------------
 __#wrapper
-----------------------------------------------*/
body.entrance{
width:auto;
background-color:#333333;
background-image:none;
_text-align:center;
}
#wrapper.entrance{
width:auto;
background-color:#333333;
background-image:none;
_text-align:center;
}
#flash{
width:900px;
height:240px;
margin:80px auto 20px auto;
}

h1.entrance{
float:none;
margin:0 auto;
}

#enter{
margin:10px auto;
width:100px;
height:30px;
}

#enter a{
text-indent:-777em;
text-align:center;
font-weight:bold;
font-size:110%;
margin:10px 0;
background:url(../img/common/enter_off.jpg) no-repeat 0 0;
width:100px;
height:30px;
display:block;
overflow:hidden;
}

#enter a:hover{
background:url(../img/common/enter_on.jpg) no-repeat 0 0;
}