@charset "Shift_JIS";

*{
margin:0px;
padding:0px;
}
/* clearfix */
.clearfix:after { content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{height: 1%;
}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ------------------------------------------------
		総合
------------------------------------------------- */

body{
margin:0px;
padding:0px;
background-image:url(/images/bg.jpg);
background-color:#e7e7e7;
background-position:top left;
background-repeat:no-repeat;
color:#555555;
font-size:12px;
font-family:Verdana;
text-align:left;
text-decoration:none;
}

a:link{
color:#e41111;
text-decoration:none;
}

a:visited{
color:#e41111;
text-decoration:none;
}

a:active{
color:#eeeeee;
text-decoration:underline;
}

a:hover{
color:#eeeeee;
text-decoration:underline;
}

p{
margin:0px;
padding:0px;
}

.space{
margin:0px;
padding:0px;
}

.line{
margin:0px;
padding:0px;
width:100%;
}

/* ------------------------------------------------
		トップページ
------------------------------------------------- */
#wrap{
width:1000px;
}
#wrapper{
margin:0px;
padding:0px;
}

#block{
float:left;
margin:0px;
padding:0px;
width:450px;
height:500px;
text-indent:-9999px;
text-decoration:none;
}
#entrance{
float:left;
width:550px;
padding-top:35px;
text-align:center;
}
#entrance p{
text-align:center;
}
#entrance h1{
background-image:url(/images/logo.gif);
background-repeat:no-repeat;
width:300px;
height:110px;
text-indent:-9999px;
margin-bottom:40px;
}
p#osaka{
width:310px;
margin-bottom:20px;
}
#osaka a{
background-image:url(/images/bt_enter2.gif);
background-position: 0px 0px;
background-repeat:no-repeat;
display:block;
width:310px;
height:29px;
text-indent:-9999px;
}
#osaka a:hover{
background-position: 0px -33px;
}
p#kyoto{
width:310px;
margin-bottom:25px;
}
#kyoto a{
background-image:url(/images/bt_enter2.gif);
background-position: -311px 0px;
background-repeat:no-repeat;
display:block;
width:310px;
height:29px;
text-indent:-9999px;
}
#kyoto a:hover{
background-position: -311px -33px;
}
#under18{
margin-bottom:15px;

}
#entranceText{
margin-bottom:20px;
}
#copy{
text-align:center;
}
#entranceText,
#copy{
font-size:10px;
}
p#exit{
width:82px;
margin-bottom:30px;
}
#exit a{
background-image:url(/images/bt_under18.gif);
background-position: 0px 0px;
background-repeat:no-repeat;
display:block;
width:82px;
height:18px;
text-indent:-9999px;
}
#exit a:hover{
background-position: 0px -18px;
}

