﻿@charset "utf-8";

/* Index Style Sheets */

*{
margin:0;
padding:0;
}

body{
font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka,"ＭＳ Ｐゴシック", serif;
padding: 0;
margin: 0;
background-color:#000000;
}

a{
outline:none;
}

a:link{
    text-decoration:none;
}
a:visited{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
/* ************************************************
	コンテナBOX（固定）
************************************************ */
#container{
width:1024px;
height:747px;
background:url(../img/img_cmn/top_bg.jpg) no-repeat;
margin:0 auto;
position:relative;
z-index:1;
}

#container #entrance{
width:290px;
height:41px;
text-indent:-9999px;
display:block;
z-index:2;
position:absolute;
left:590px;
top:540px;
}

#entrance .adult_over a{
width:139px;
height:41px;
text-indent:-9999px;
display:block;
background:url(../img/img_cmn/18_over.gif) no-repeat;
float:left;
}

#entrance .adult_under a{
width:139px;
height:41px;
text-indent:-9999px;
display:block;
background:url(../img/img_cmn/18_under.gif) no-repeat;
float:left;
margin-left:10px;
}

#container #banner{
width:393px;
height:53px;
position:absolute;
left:120px;
top:620px;
}

#container #heaven{
width:100px;
height:130px;
position:absolute;
left:120px;
top:675px;
}

