@charset "utf-8";

/* ===================================================================

 file name  :enter.css

 style info :入口ページ１

=================================================================== */

body{
background-image:none;
background-color:#f4b4d0;
}

/*
h1{
position:absolute;
top:50%;
left:50%;
margin-top:-180px;
margin-left:-210px;
z-index:1;
background:url(../images/logo_enter.gif) no-repeat;
width:420px;
height:140px;
text-indent:-9999px;
}

#enter #container{
position:absolute;
top:50%;
margin-top:-207px;
height:414px;
width:100%;
background:url(../images/bg_enter.gif) #f4b4d0 repeat-x;
}

#enter #main{
margin:170px auto 0 auto;
width:320px;
height:225px;
text-align:center;
}
*/


h1{
margin-left:auto;
margin-right:auto;
background:url(../images/logo_enter.gif) 0100% no-repeat;
width:420px;
height:160px;
text-indent:-9999px;
}


#enter #container{
height:414px;
width:100%;
background:url(../images/bg_enter.gif) #f4b4d0 repeat-x;
margin:100px auto 0 auto;
}

#enter #inner{
margin:20px auto 0 auto;
width:320px;
height:225px;
text-align:center;
}


#enterMenu{
width:320px;
height:auto;
overflow:hidden;
}
#enterMenu a{
margin-right:70px;
width:125px;
float:left;
}
#enterMenu a.exit{
margin-right:0;
}

#copyright{
text-align:center;
}