*{
margin:0px;
padding:0px;
}
body{
background:url(img/bg_enter_body.jpg);
font-size:13px;
}
a span{
display:none;
}
h1{
width:896px;
padding:10px 0px;
background:#ffffff;
font-size:13px;
text-align:center;
}
p{
margin:10px 0px;
line-height:18px;
}
.right{
text-align:right;
}
.clear{
clear:both;
}
.clearfix:after{
content: ".";  /* 新しい要素を作る */
display:block;  /* ブロックレベル要素に */
clear:both;
height:0;
visibility: hidden;
}
.clearfix{
min-height:1px;
}
.center{
text-align:center;
}
#wrapper{
width:900px;
margin:50px auto 0px;
}
#enter{
border:#ff7c00 solid 2px;
}
.bg_enter{
height:141px;
padding:322px 5px 0px 475px;
background:url(img/bg_enter.jpg);
}
/*　ボタン　*/
.btn_enter a{
width:159px;
height:53px;
margin-right:105px;
display:block;
background:url(img/btn_enter.jpg) no-repeat;
float:left;
}
.btn_enter a:hover{
background:url(img/btn_enter_a.jpg);
}
.btn_exit a{
width:113px;
height:53px;
display:block;
background:url(img/btn_exit.jpg) no-repeat;
float:left;
}
.btn_exit a:hover{
background:url(img/btn_exit_a.jpg);
}