@charset "utf-8";

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

 file name  :enter02.css

 style info :入口ページ２

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

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

/*
h1{
position:absolute;
top:50%;
left:50%;
margin-top:-330px;
margin-left:-138px;
z-index:1;
background:url(../images/logo_enter02.gif) no-repeat;
width:276px;
height:86px;
text-indent:-9999px;
}

#enter02 #container{
position:absolute;
top:50%;
margin-top:-355px;
height:710px;
width:100%;
background:url(../images/bg_enter02.gif) #f4b4d0 repeat-x;
}

#enter02 #main{
margin:129px auto 0 auto;
width:440px;
height:581px;
}
*/

h1{
margin-left:auto;
margin-right:auto;
background:url(../images/logo_enter02.gif) 0 50% no-repeat;
width:276px;
height:86px;
text-indent:-9999px;
}


#enter02 #container{
height:710px;
width:100%;
background:url(../images/bg_enter02.gif) #f4b4d0 repeat-x;
margin:40px auto 30px auto;
}

#enter02 #inner{
margin:20px auto 0 auto;
width:320px;
height:225px;
padding-top:40px;
text-align:left;
}

#enter02 h2{
margin-bottom:10px;
}

#enter02 .notice{
margin-bottom:20px;
}
#enter02 .notice ul{
margin:10px 0;
}
#enter02 .notice li{
background:url(../shared/img/list_circle_p.gif) no-repeat;
padding-left:1.5em;
}

#enter02 .smell{
margin-bottom:20px;
}

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

#copyright{
text-align:center;
}