@charset "utf-8";
/* ----------------------------
COMMON
------------------------------*/

*{
padding:0px;
margin:0px;
}

body{
background:url("/common/img/bg_body.jpg") repeat fixed center top #201717;
text-align:center;
	scrollbar-arrow-color:#DBC89B;
	scrollbar-face-color:#6F5957;
	scrollbar-3dlight-color:#6F5957;
	scrollbar-darkshadow-color:#000000;
	scrollbar-highlight-color:#8F7472;
	scrollbar-shadow-color:#6F5957;
	scrollbar-track-color:#382D2C;
}

ol,ul {
	list-style:none;
}

#container{
    background-color: #201717;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    color: #999999;
    margin: 0 auto;
    padding: 0;
    width: 858px;
}

#head{
	width:858px;
	height:132px;
	background:url("/common/img/header.jpg") no-repeat scroll 0 0 transparent;
	margin-bottom:2px;
	position: relative;
}

#head img.logo{
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}
/*-----------------系列店リンク--------------------*/
#head ul{
	list-style-type: none;
	margin: 0 0 0 360px;
	width: 490px;
}

#head ul li{
	width:70px;
	height:90px;
	float:left;
	margin:0px;
}

#head ul li#bt01{
	background:url(../common/img/bt_syop_umeda_b.jpg) no-repeat;
}
#head ul li#bt02{
	background:url(../common/img/bt_syop_umedap2_b.jpg) no-repeat;
}
#head ul li#bt03{
	background:url(../common/img/bt_syop_p2b_b.jpg) no-repeat;
}

#head ul li#bt04{
	background:url(../common/img/bt_syop_abeno_b.jpg) no-repeat;
}

#head ul li#bt05{
	background:url(../common/img/bt_syop_nanba_b.jpg) no-repeat;
}

#head ul li#bt06{
	background:url(../common/img/bt_syop_rich_b.jpg) no-repeat;
}

#head ul li#bt07{
	background:url(../common/img/bt_syop_nanbab_b.jpg) no-repeat;
}

#head #bt_group{
	background:url(../common/img/bt_syop_group_b.jpg) no-repeat;
    left: 790px;
    top: 92px;
    position: absolute;
}

/*-----------------左カラム--------------------*/
#nav{
	width:150px;
	float:left;
	margin-right:8px;
	padding-left:9px;
	text-align:center;
}
#nav img{
	margin-bottom:5px;
}
#nav #mobile{
	border:1px solid #3B3537;
	width:149px;
	padding-bottom:5px;
	margin-top:10px;
	margin-bottom:10px;
}

#nav #mobile img.hd{
	margin:2px auto;
}
#nav #mobile p{
	color:#666666;
	font-size:10px;
	padding:8px;
	text-align:left;
}
/*-----------------グローバルナビ--------------------*/
#nav ul{
	list-style-type: none;
	margin: 0px;
	width: 150px;
	height:534px;
}

#nav ul li{
	width:150px;
	height:40px;
	float:left;
	margin:0 0 1px 0;
	/margin:0 0 -4px 0;
}

#nav ul li img{
margin-bottom:1px;
}

#nav ul li#menu01{
	background:url(../common/img/menu_system_b.jpg) no-repeat;
}
#nav ul li#menu02{
	background:url(../common/img/menu_gals_b.jpg) no-repeat;
}
#nav ul li#menu03{
	background:url(../common/img/menu_schedule_b.jpg) no-repeat;
}
#nav ul li#menu04{
	background:url(../common/img/menu_movie_b.jpg) no-repeat;
}
#nav ul li#menu05{
	background:url(../common/img/menu_event_b.jpg) no-repeat;
}
#nav ul li#menu06{
	background:url(../common/img/menu_sp_b.jpg) no-repeat;
}
#nav ul li#menu07{
	background:url(../common/img/menu_rank_b.jpg) no-repeat;
}
#nav ul li#menu08{
	background:url(../common/img/menu_recruit_b.jpg) no-repeat;
}
#nav ul li#menu09{
	background:url(../common/img/menu_access_b.jpg) no-repeat;
}
#nav ul li#menu10{
	background:url(../common/img/menu_mm_b.jpg) no-repeat;
}
#nav ul li#menu11{
	background:url(../common/img/menu_link_b.jpg) no-repeat;
}
#nav ul li#menu12{
	background:url(../common/img/menu_photobbs_b.jpg) no-repeat;
}
#nav ul li#menu13{
	background:url(../common/img/menu_blog_b.jpg) no-repeat;
}

/*-----------------メイン--------------------*/
#main{
	width:683px;
	float:left;
}

#foot{
	width:858px;
	height:57px;
}
#foot ul{
	padding:10px 0;
	list-style-type:none;
	text-align:center;
}
#foot ul li{
	display:inline;
	font-size:12px;
}
#foot address{
	width:858px;
	height:11px;
	background:url("/common/img/copyright.jpg") no-repeat scroll center center transparent;
	text-indent:-10000px;
}
#foot address a{
	display:block;
}
#foot ul li a:link{
	text-decoration:none;
	color:#999999;
}
#foot ul li a:visited{
	text-decoration:none;
	color:#999999;
}

#foot ul li a:hover{
	text-decoration:underline;
	color:#CC6600;
}

/*イメージのborder消去*/
img{
	border:none;
}

a:link{
	color:#CCCCCC;
	text-decoration:none;
}
a:visited{
	color:#CCCCCC;
	text-decoration:none;
}
a:hover{
	color:#999900;
	text-decoration:underline;
}


h1{
	color:#B79F87;
	font-size:12px;
	font-weight:normal;
	margin:-14px 0 0 0;
	text-indent:-99999px;
	height:14px;
	line-height:1;
	overflow:hidden;
}
h1 a:link{
	color:#B79F87;
	text-decoration:none;
}
h1 a:visited{
	color:#B79F87;
	text-decoration:none;
}
h1 a:hover{
	color:#B79F87;
	text-decoration:none;
}


#corse .right,#ticket .right {
    float: right;
    margin: 0 0 0 0;
}

#ticket p {
    clear: both;
    margin: 10px auto 20px;
    padding-left: 3px;
    width: 374px;
}
#ticket{
    background: url("/common/img/bg_popup.jpg") no-repeat fixed left bottom #201717;
    text-align: center;
}

#ticket h2 {
    text-indent: -999999px;
}

/*テーブルのセル間0に*/
table{
	border-collapse: collapse;
}

/*回り込み解除用*/
	.clearfix:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
} 

.clr{
	clear: both;  
}


