@charset "EUC-JP";

/* エンターページ用 */
h2#enter_h2 {
	height: 28px;
	background: url(../img/enter_title.png) no-repeat top center;
	text-indent: -9999em;
}

#enter_main_text {
	line-height: 25px;
	text-align: center;
}

/* enter.leaveボタン */
#enter_btn_tbl {
	margin-left: 229px;
}

a#enter_btn_1 {
	display: block;
	width: 211px;
	height: 48px;
	background: url(../img/enter_btn_1.png) no-repeat top left;
	text-indent: -9999em;
}

a#enter_btn_1:hover {
	background: url(../img/enter_btn_1.png) no-repeat bottom left;
}

a#enter_btn_2 {
	display: block;
	width: 211px;
	height: 48px;
	background: url(../img/enter_btn_2.png) no-repeat top left;
	text-indent: -9999em;
}

a#enter_btn_2:hover {
	background: url(../img/enter_btn_2.png) no-repeat bottom left;
}

/* グループ店舗 */
#enter_h3_groupbana {
	width: 1000px;
	height: 28px;
	background: url(../img/enter_groupbana_title.png) no-repeat top center;
	text-indent: -9999em;
}

#slideshow {
height: 198px;
margin: 0px auto;
position: relative;
width: 698px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    z-index:8;
    opacity:0.0;
    height: 198px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 198px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

