<!--
/*--全ページ共通--*/
.dsp{
display: none;
}

html{
margin: 0;
padding: 0;
height: 100%;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

body{
margin: 0;
padding: 0;
height: 100%;
}

a {
outline: none;
}

h1,h2,h3,h4,h5,h6,h7,p{
padding: 0;
margin: 0;
}

img{
vertical-align: bottom;
border: none;
}

.print #all_next{
margin: auto;
width: 950px;
height: 672px;
}


/*--共通メニュー--*/
.print #next_menu{
margin: auto;
margin-top: 5px;
width: 950px;
height: 100px;
background: url(../img/menu/menu.jpg) no-repeat;
}

.print #next_menu a{
text-indent: -9999px;
display: block;
position: absolute;
}
.print #next_menu #top{
width: 150px;
height: 50px;
top: 30px;
left: 180px;
z-index: 3;
}
.print #next_menu #system{
width: 150px;
height: 33px;
top: 47px;
left: 330px;
z-index: 2;
}
.print #next_menu #access{
width: 150px;
height: 40px;
top: 30px;
left: 470px;
z-index: 1;
}
.print #next_menu #girls{
width: 150px;
height: 60px;
top: 20px;
left: 630px;
z-index: 5;
}
.print #next_menu #recruit{
width: 140px;
height: 50px;
top: 40px;
left: 780px;
z-index: 4;
}

.print #bottom_menu{
text-align: center;
color: #646464;
padding-top: 15px;
}
.print #bottom_menu a:link,
.print #bottom_menu a:visited,
.print #bottom_menu a:active{
text-align: center;
color: #646464;
text-decoration: none;
}
.print #bottom_menu a:hover{
text-align: center;
color: #ff6b44;
text-decoration: underline;
}
.print #bottom_menu_inner{
padding-bottom: 30px;
}

.print #next_copyright{
font-size: 12px;
padding-top: 10px;
}




/*-- coupon --*/
.print .coupon{
background: url(../img/coupon/back.jpg) no-repeat;
position: relative;
}
.print coupon h2{
text-indent: -9999px;
display: none;
}

.print .coupon #coupon_1{
width: 470px;
position: absolute;
top: 250px;
left: 240px;
text-align: center;
color: #ff0000;
letter-spacing: 2px;
font-weight: bold;
}

.print .coupon #coupon_2{
color: #505050;
padding-top: 40px;
font-size: 14px;
}
/*-- /coupon --*/



-->