@charset "shift_jis";

body {
	background: url("../shop_images/shop_back_ground.jpg") repeat top center;
}

h1,h2,h2,h3,h4,h5,h6,p{
	padding:0px;
	margin:0px;
}

#shop_mainbody{
	width:940px;
	height:100%;
	border-right:1px solid #000;
	border-left:1px solid #000;
	margin:0px auto;
	background: url() #fff;
	overflow:hidden;
}

/* ヘッダー */
.txt-navi{
	text-align:left;
	width:900px;
	height:50px;
	margin:0px 0px 0px 10px;
	padding:10px;
}

.shop_area{
	text-weight:bold;
	line-height:1.2em;
	font-size:16px;
	text-align:left;
	text-indent:1em;
	color:#fff;
	width:910px;
	height:20px;
	margin:0px 0px 0px 15px;
	padding:0px;
	background: url("../shop_images/shop_area.jpg") #fff left top no-repeat;
}

.shop_genre{
	text-weight:bold;
	line-height:1.4em;
	font-size:20px;
	text-align:left;
	text-indent:1em;
	color:#939;
	width:910px;
	height:28px;
	margin:0px 0px 0px 15px;
	padding:0px;
	background: url("../shop_images/shop_genre.jpg") #fff left top repeat-y;
}

.shop_name{
	text-weight:bold;
	width:910px;
	height:100%;
	margin:0px 0px 0px 15px;
	padding:0px;
	background: url("../shop_images/shop_name.jpg") #fff left top repeat-y;
	border-top:1px #f39 solid;
}

.shop_name h1{
	font-size:30px;
	line-height:1.4em;
	text-align:left;
	text-indent:1em;
	color:#f33;
}

.shop_comm{
	text-weight:bold;
	line-height:1.4em;
	font-size:14px;
	text-align:left;
	text-indent:0em;
	color:#f39;
	width:880px;
	height:100%;
	margin:0px 0px 0px 15px;
	padding:0px;
}

/* お店データ */
#shop_data{
	width:885px;
	height:100%;
	margin:15px;
	_margin:10px;
	padding:10px;
	border:2px #939 solid;
	float:left;
/*	overflow:hidden;*/
}

#pinup{
	background: url("../shop_images/pinup_back.jpg") #fff left top no-repeat;
	width:340px;
	height:500px;
	margin:0px 0px 0px 0px;
	padding:0px;
	color:#fff;
	text-align:center;
	font-size:20px;
	overflow:hidden;
	float:left;
}

#pinup img{
	margin-top:60px;
	border:2px solid #f9c;
	height:400px;
}

#shop_prof{
/*	background: url("../shop_images/pinup_back.jpg") #fff left top no-repeat;*/
	width:500px;
	height:500px;
	margin:0px 0px 0px 20px;
	padding:0px;
	text-align:left;
	float:left;
	overflow:auto;
}

#shop_prof th{
	width:160px;
	font-size:14px;
	border-bottom:1px #000 solid;
	color:#939;
	background:#ecd;
	text-indent:0em;
	text-align:center;
}

#shop_prof td{
	font-size:14px;
	width:350px;
	border-bottom:1px #000 solid;
}

.redtx{
	color:#ff0;
}

.redtx a{
	color:#ff0;
	text-decoration:underline;
}

.oretx{
	color:#f93;
}


/*　ショップメニュー　*/
#shop_tab{
	width:900px;
	height:40px;
	padding:0px;
	margin:0px 0px 0px 20px;
	_margin:20px 0px 0px 15px;/*ie6 hack*/
	float:left;
	position:relative;
	background: url("../shop_images/shop_tab_back.jpg") left top #fff;
}

#shop_tab ul{
	padding:0px;
	margin:0px 0px 0px 10px;
	float:left;
	position:relative;
}

#shop_tab li{
	display:block;
/*	background: #000;*/
	float:left;
	position:relative;
}

#shop_tab a{
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:125px;
	height:40px;
}

#shop_tab_shop a{
	width:125px;
	height:40px;
	float:left;
	position:relative;
	background: url("../shop_images/tempo_off.gif") left top #fff;
}

#shop_tab_shop a:hover{
	width:125px;
	height:40px;
	background: url("../shop_images/tempo_on.gif") left top #fff;
	float:left;
	position:relative;
}

#shop_tab_map a{
	width:125px;
	height:40px;
	float:left;
	position:relative;
	background: url("../shop_images/map_off.gif") left top #fff;
}

#shop_tab_map a:hover{
	width:125px;
	height:40px;
	background: url("../shop_images/map_on.gif") left top #fff;
	float:left;
	position:relative;
}

#shop_tab_wari a{
	width:125px;
	height:40px;
	float:left;
	position:relative;
	background: url("../shop_images/wari_off.gif") left top #fff;
}

#shop_tab_wari a:hover{
	width:125px;
	height:40px;
	background: url("../shop_images/wari_on.gif") left top #fff;
	float:left;
	position:relative;
}

#shop_tab_movie a{
	width:125px;
	height:40px;
	float:left;
	position:relative;
	background: url("../shop_images/movie_off.gif") left top #fff;
}

#shop_tab_movie a:hover{
	width:125px;
	height:40px;
	background: url("../shop_images/movie_on.gif") left top #fff;
	float:left;
	position:relative;
}

#shop_tab_cast a{
	width:125px;
	height:40px;
	float:left;
	position:relative;
	background: url("../shop_images/cast_off.gif") left top #fff;
}

#shop_tab_cast a:hover{
	width:125px;
	height:40px;
	background: url("../shop_images/cast_on.gif") left top #fff;
	float:left;
	position:relative;
}

#shop_tab span{
	visibility:hidden;
}

.anc{
	visibility:hidden;
}
/*---------topへ 戻るボタン----------*/

#shop_top a{
margin-left:-5px;
	width:225px;
	height:40px;
	float:left;
	position:relative;
	background: url("../shop_images/shop_top_off.gif") no-repeat;
	padding:0px;
}

#shop_top a:hover{
	width:225px;
	height:40px;
	background: url("../shop_images/shop_top_on.gif") no-repeat;
	float:left;
	position:relative;
	padding:0px;
}

#shop_top span{
	visibility:hidden;
}
/* お店データ下部 */
#shop_etc{
	width:900px;
	height:100%;
	margin:-10px 0px 10px 10px;
	padding:10px;
	border:0px #fff solid;
	background:#fff;
	float:left;
/*	overflow:hidden;*/
}

#shop_castlist{
	width:640px;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	border:0px #fff solid;
	float:left;
	background:#000;
/*	overflow:hidden;*/
}

#shop_cast{
	width:110px;
	height:180px;
	margin:3px;
	padding:5px;
	border:0px #fff solid;
	background:#333;
	color:#fff;
	float:left;
	text-align:center;
/*	overflow:hidden;*/
}

#shop_cast p{
	padding:3px 0px 0px 0px;
	margin:0px 5px 0px 5px;
	width:100px;
	height:20px;
	text-align:center;
	background:#000;
}

#shop_cont{
	width:895px;
	height:100%;
	margin:0px 0px 0px -5px;
	_margin:0px 0px 0px -10px;
	padding: 5px;
	border:0px #fff solid;
	float:left;
	background:#000;
	border:1px #000 solid;
/*	overflow:hidden;*/
}

#shop_castlist2{
	width:630px;
	height:100%;
	margin:-5px 0px 0px -5px;
	_margin:-10px 0px 0px -5px;
	padding: 0px;
	border:0px #fff solid;
	float:left;
	background:#000;
	border:1px #000 solid;
/*	overflow:hidden;*/
}


.nwg{
	margin:0px 0px 0px 6px;
	_margin:0px 0px 0px 0px;
	width:100px;
	height:135px;
	overflow:hidden;
}

*+html body .nwg{   /* IE7 hack*/
	margin:0px 0px 0px 0px;
}

#shop_url{
	width:235px;
	height:100%;
	margin:0px;
	padding:5px;
	border:0px #fff solid;
	float:left;
	background:#ecd;
/*	overflow:hidden;*/
}

#shop_url p{
	display:block;
	padding:2px 5px 2px 5px;
	margin: 10px 5px 0px 5px;
	width:215px;
	height:100%;
	color:#fff;
}

#shop_url span{
	display:block;
	padding:2px 5px 2px 5px;
	margin: 0px 5px 0px 5px;
	background:#fff;
	width:215px;
	height:100%;
	color:#000;
}

.shop_hp{
	background:url("../shop_images/shop_url1.jpg") #fff top center repeat-x;
}

.shop_hpm{
	background:url("../shop_images/shop_url2.jpg") #fff top center repeat-x;
}

#shop_mov{
	width:890px;
	height:580px;
	margin:0px 0px 5px 0px;
	padding:20px 0px 0px 0px;
	border:1px  #999 solid;
	overflow:hidden;
	background:#000;
}

/*　割引　*/

#wari_shop{
	margin:0px 30px 10px 0px;
	_margin:0px 25px 10px 5px;
	width:600px;
	background:#fff;
	float:left;
}

.wari_txt_shop{
	margin:0px 0px 0px 0px;
	padding:5px;
/*	border:2px solid #909;*/
	line-height:1.5em;
	height:100%;
	overflow:hidden;
}

.wari_a_cont_shop{
	width:500px;
	height:100%;
	border-top:dashed #000 1px;
	color:#000;
	font-size:12px;
	line-height:1.3em;
	height:100%;
}

.wari_a_titl_shop{
	padding:2px;
	font-weight:bold;
	color:#f30;
	font-size:12px;
	height:100%;
}

.wari_a_name_shop{
	padding:2px;
	font-weight:bold;
	font-size:20px;
	height:100%;
}

.err_mess{
	padding:2px;
	font-weight:bold;
	color:#fff;
	font-size:12px;
	height:100%;
}


/*　フッター　*/

#foot_shop{
	width:940px;
	height110px:;
	margin:0px;
	padding:0px;
	background:url("../images/aaa_foot_base.jpg") center bottom repeat-x;
}
/*---------*/



