@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
p {
	color: #000000;
	line-height: 1.7;	
}

/* LIGHT BOX
----------------------------------------------- */
/* 書き換え不可  */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:/rebridge/img/lightbox/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../index.html) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../index.html) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/*------------ 全体 ------------*/
html {
}

body#top {
	background:url(../images/top/bg_main.jpg) no-repeat center 60px;
}

body#artist {
	background:url(../images/artist/main.jpg) no-repeat center 60px;
}

body#info {
	background:url(../images/info/main.jpg) no-repeat center 60px;
}

body#news {
	background:url(../images/news/main.jpg) no-repeat center 60px;
}

body#ticket {
	background:url(../images/ticket/main.jpg) no-repeat center 60px;
}

body#goods {
	background:url(../images/goods/main.jpg) no-repeat center 60px;
}

body#outside {
	background:url(../images/outside/main.jpg) no-repeat center 60px;
}

body#special {
	background:url(../images/special/main.jpg) no-repeat center 60px;
}

/*============================
#wrapper
============================*/
#wrapper{
	min-width:920px;
}

/*============================
#header
============================*/
#header{
	width:900px;
	margin:0 auto;
	padding-top:6px;
}
#header_inner h1{
	float:left;
	width:156px;
	padding-bottom:10px;
}
#header_inner h2{
	float:left;
	width:309px;
	padding:42px 0 0 16px;
}

/*============================
#icon_list.clearfix
============================*/
#icon_list.clearfix{
	text-align:right;
	padding-top:42px;
	width:200px;
	float:right;
}
#icon_list.clearfix li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding-left:8px;
}
#icon_list.clearfix li a,
#icon_list.clearfix li img{
	display:block;
}

/*============================
#gnavi
============================*/
#gnavi{
	padding-bottom:10px;
}
#gnavi li{
	float:left;
	margin-right:4px;
	cursor:pointer;
}
#gnavi li.unable{
	cursor:default;
}
#gnavi li.last{
	margin-right:0px;
}
#gnavi li .navi_on{
	position:absolute;
	width:125px;
	height:40px;
	display:block;
	overflow:hidden;
	background:url(../images/common/bg_navi.gif) no-repeat left top;
	display:none;
}
#gnavi li.active .navi_on{
	display:block;
}
#gnavi li .navi_on img{
	position:relative;
	top:-150px;
}
#gnavi li.active .navi_on img{
	top:0px;
}

/*============================
#main
============================*/
#top #main{
	height:360px;
	width:100%;
	overflow:hidden;
	position:relative;
	padding-top:10px;
}
#main{
	height:145px;
}
#arrow_wrapper{
	width:900px;
	margin:0 auto;
	position:relative;
	z-index:1000;
}
#pon_big_fade_next{
	left:870px;
	top:125px;
	position:absolute;
	cursor:pointer;
}
#pon_big_fade_prev{
	left:28px;
	top:125px;
	position:absolute;
	cursor:pointer;
}
#pon_navigator{
	position:absolute;
	text-align:center;
	top:330px;
	width:100%;
	min-width:920px;
}
#pon_navigator li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:10px;
	height:10px;
	background:url(../images/top/pager.gif) no-repeat left top;
	text-indent:-5000px;
	margin:0 12px;
	cursor:pointer;
}
#pon_navigator li.active{
	background:url(../images/top/pager_active.gif) no-repeat left top;
}
.owabi{
	text-align:center;
	padding-bottom:20px;
}

/*============================
#sns
============================*/
#sns{
	text-align:center;
	padding-bottom:20px;
	vertical-align:middle;
}
#sns iframe,
#sns a,
#sns img,
#sns div,
#sns_n iframe,
#sns_n a,
#sns_n img,
#sns_n div{
	vertical-align:middle;
}
#sns_n{
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:5px;
	margin-top:10px;
	border-top:1px solid #ca4829;
}

/*============================
#contents
============================*/
#contents{
	width:900px;
	margin:0 auto;
	padding-bottom:30px;
}

/*============================
#content_l
============================*/
#content_l{
	width:600px;
	float:left;
	overflow:hidden;
}

/*============================
#news
============================*/
#news{
	margin-bottom:15px;
}
#news h3{
	padding-bottom:10px;
}

#news h4{
	font-size:15px;
	color:#ca4829;
}

#news table{
	width:100%;
}
#news table th,
#news table td{
	font-weight:normal;
	padding:8px 4px;
	border-bottom:1px dotted #999;
}
#news table th{
	width:15%;
}
#news table td a{
	text-decoration:none;
	color:#333;
}

#news table td a:hover{
	text-decoration:underline;
}

#news table.ticket{
	margin:5px 0px;
	border:solid 1px #4a4a4a;
	width:600px;
}

#news table.release{
	margin:5px 0px;
	border:solid 1px #4a4a4a;
	width:400px;
}

#news table.ticket th,
#news table.release th{
	background-color:#dcdcdc;
	font-weight:bold;
}

#news table.ticket th,
#news table.release th,
#news table.ticket td,
#news table.release td{
	padding:5px 10px;
	border-bottom:1px solid #4a4a4a;
}
#news table.ticket th,
#news table.release th{
	width:7em;
}
#news table.ticket td a,
#news table.release td a{
	text-decoration:underline;
	color:#333;
}

#news dd a{
	color:#ca4829;
	text-decoration:undeline;
}

#news dd a:hover{
	text-decoration:none;
}

#news img.photo{
	padding:2px;
	border:solid 1px #cccccc;
}

#news a{
	text-decoration:underline;
	color:#333;
}

#news a:hover{
	text-decoration:none;
}



/*============================
#news_bottom.clearfix
============================*/
#news_bottom.clearfix{
	position:relative;
	top:-1px;
	background:url(../images/top/img_line.gif) no-repeat left top;
	padding-top:10px;
}
.btn_rss{
	float:left;
}
.btn_news_list{
	float:right;
	display:block;
	font-size:10px;
}

/*============================
#fb
============================*/
#fb{
	padding:9px;
	border:1px solid #3c3c3c;
	margin-bottom:20px;
}

/*============================
#bn_b.clearfix
============================*/
#bn_b.clearfix{
}

/*============================
#bn_s.clearfix
============================*/
#bn_s.clearfix{
	text-align:center;
	padding-top:30px;
}
#bn_s.clearfix li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 15px;
}

/*============================
#content_r
============================*/
#content_r{
	width:284px;
	float:right;
	overflow:hidden;
}

/*============================
#tw
============================*/
#tw{
	background:url(../images/top/frame_tw.gif) no-repeat top left;
	width:284px;
	height:411px;
	margin-bottom:10px;
}
#tw .inner{
	padding:10px;
}
#tw .inner h3{
	padding-bottom:6px;
	border-bottom:1px solid #3c3c3c;
	margin-bottom:10px;
}

/*============================
#ms_trans
============================*/
#ms_trans{
	margin-bottom:10px;
}

/*============================
#bnr_list
============================*/
#bn_list{
}
#bn_list li{
	margin-bottom:10px;
	text-align:right;
}

/*============================
#footer
============================*/
#footer{
	background:url(../images/common/bg_footer.gif) repeat-x top center;
	height:251px;
}

/*============================
#footer_list
============================*/
#footer_list{
	text-align:center;
	padding-top:50px;
}
#footer_list li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 10px;
}
address{
	text-align:center;
	padding-top:43px;
}

a{
	text-decoration:none;
	color:#333;
}
a:hover{
	text-decoration:underline;
}

#topic_path{
	padding-bottom:15px;
}

#topic_path li{
	display:inline;
	font-size:10px;
	color:#999;
}

#topic_path li a{
	color:#ca4829;
	text-decoration:underline;
}

#topic_path li a:hover{
	text-decoration:none;
}

/*============================
#attention
============================*/
#attention {
	line-height:1.7em;
}

#attention h1{
	float:left;
	width:156px;
	padding-bottom:10px;
	margin-left:30px;
}
#attention h2{
	float:left;
	width:309px;
	padding:42px 0 0 16px;
}

#attention a.close{
	margin:5px 0px 5px 25px;
}

#attention dl {
	width:640px;
	margin:0px 25px;
	padding:2px;
	border-bottom:dashed 1px #cccccc;
}

#attention dl dt {
	background-color:#ff9999;
	color:#111111;
	font-weight:bold;
	margin-top:5px;
}

#attention dl dd{
	padding:5px;
	margin-bottom:1em;
}

#attention p.add{
	border:solid 1px #808080;
	width:60%;
	padding:1em;
}

#attention ul{
	margin-bottom:1em;
}

#attention ul.mokuji{
	width: 640px;
	margin-left:30px;
}

#attention ul.mokuji li{
	margin-right:1em;
	background:url(../images/common/arrow.gif) no-repeat left center;
	padding-left:13px;
}

#attention ul.mokuji li a{
	text-decoration:underluine;
}

#attention ul.gate li:before{
	content:"○ ";
}

#attention ul.a1{
 	list-style: disc;
	border:solid 1px #808080;
	padding:1em 2em;
}

#attention ul.a1 li{
	list-style-type: disc;
}

#attention ul.a2{
	list-style: none;
	margin-left: 1.5em;
}

#attention ul.a2 li{
	list-style-type: none;
	text-indent: -1.0em;
}

#attention ul.a2 li:before{
	content:"※";
}

#attention ul.a3{
	list-style: none;
	margin-left: 1.0em;
}

#attention ul.a3 li{
	list-style-type: disc;
}

#attention ul.a4{
	list-style: none;
	margin-left: 1.0em;
}

#attention ul.a4 li{
	list-style-type: none;
	text-indent: -1.0em;
}

#attention ul.a4 li:before{
	content:"※ ";
}

/*============================
#artist
============================*/

#artist h3{
	text-align:center;
	padding-bottom:10px;
}

#artist .artist_list{
	position:relative;
	width:860px;
	padding-bottom:50px;
	padding-left:40px;
}

#artist .artist_list li{
	float:left;
	width:101px;
	height:101px;
	padding:5px 6px 6px 5px;
	margin-left:3px;
	margin-bottom:3px;
	display:inline;
	background:url(../images/artist/bg_artist.gif) no-repeat left top;
}

#artist .artist_list li a{
	width:100%;
	height:100%;
	display:block;
	background-color:#FFF;
}

#detail_wrapper{
	width:640px;
	margin:0 auto;
}

#detail_wrapper.v{
	width:480px;
	margin:0 auto;
}

#detail_wrapper #detail_header{
	padding-bottom:10px;
}

#detail_wrapper .artist_info{
	width:500px;
	float:left;
	padding-left:10px;
}

#detail_wrapper.v .artist_info{
	width:400px;
}

#detail_wrapper .name{
	font-size:20px;
}

#detail_wrapper .name a{
	color:#333;
}

#detail_wrapper .date{
	font-size:14px;
	/*color:#a70b05;*/
}

#detail_wrapper .detail_pic{
	padding-bottom:15px;
}

#detail_wrapper .body{
	padding-bottom:15px;
	background:url(../images/artist/img_line.gif) no-repeat center bottom;
}

#detail_wrapper.v .body{
	background:url(../images/artist/img_line_v.gif) no-repeat center bottom;
}

#detail_wrapper .body h3{
	padding-bottom:10px;
}

/*============================
#info
============================*/

#sub_l{
	width:200px;
	float:left;
	overflow:hidden;
}

#sub_l ul{
	padding-bottom:15px;
}

#sub_l ul li{
	padding-bottom:10px;
	padding-left:20px;
	background:url(../images/info/arrow_navi.gif) no-repeat 0 5px;
}

#sub_l ul li a{
	text-decoration:underline;
}

#sub_l ul li a:hover{
	text-decoration:none;
}

#sub_r{
	width:680px;
	float:right;
	overflow:hidden;
}

#info #sub_r .block,
#goods #sub_r .block,
#outside #sub_r .block,
#special #sub_r .block{
	background:url(../images/info/img_content_line.gif) no-repeat left bottom;
	padding-bottom:10px;
	margin-bottom:30px;
}

#info #sub_r .inner,
#goods #sub_r .inner,
#outside #sub_r .inner,
#special #sub_r .inner{
	background:url(../images/info/img_content_line.gif) no-repeat left top;
	padding:10px 20px 0;
}

#info #sub_r .inner h3,
#goods #sub_r .inner h3,
#outside #sub_r .inner h3,
#special #sub_r .inner h3{
	font-weight:700;
	font-size:18px;
	color:#ca4829;
	border-bottom:1px solid #ca4829;
	padding-bottom:5px;
	margin-bottom:10px;
}

#info #sub_r .inner .info_l{
	width:400px;
	float:left;
	overflow:hidden;
}

#info #sub_r .inner .info_r{
	width:225px;
	float:right;
	overflow:hidden;
	text-align:center;
}

#info #sub_r .inner .info_r p{
	font-size:10px;
	padding-bottom:10px;
}

#info #sub_r .inner table{
	width:100%;
}

#info #sub_r .inner table th,
#info #sub_r .inner table td{
	padding:8px;
	vertical-align:top;
	border-bottom:1px dotted #999;
}

#info #sub_r .inner table .last th,
#info #sub_r .inner table .last td{
	border-bottom:none;
}

#info #sub_r .inner table th{
	font-weight:700;
	color:#ca4829;
	width:15%;
}

#info #sub_r .inner a{
	color:#0096e6;
}
#info #sub_r .inner table ul.supportList li,
#info #sub_r .inner table ul.backingList li{
	display:inline;
}
#info #sub_r .inner table ul.supportList li:after,
#info #sub_r .inner table ul.backingList li:after{
	content:" / ";
}
#info #sub_r .inner table ul.supportList li.JpnSyllabaryOrder:after,
#info #sub_r .inner table ul.backingList li.JpnSyllabaryOrder:after{
	content:"";
}

#info #sub_r .inner table ul.artistList{
	}
		#info #sub_r .inner table ul.artistList li{
			display:inline;
		}
		#info #sub_r .inner table ul.artistList li:after{
			content:"、";
		}
		#info #sub_r .inner table ul.artistList li.JpnSyllabaryOrder:after{
			content:"";
		}

/*============================
#news
============================*/

#news #sub_r .block{
	background:url(../images/info/img_content_line.gif) no-repeat left bottom;
	padding-bottom:10px;
}

#news #sub_r .inner{
	background:url(../images/info/img_content_line.gif) no-repeat left top;
	padding:10px 20px 0;
}

#news #sub_r .inner li{
	padding:15px 5px;
	border-bottom:1px dotted #999;
}

#news #sub_r .inner li a,
#news #sub_r .inner .detail_box h3{
	color:#ca4829;
	font-size:18px;
	text-decoration:underline;
}

#news #sub_r .inner .detail_box h3{
	text-decoration:none;
	font-weight:normal;
}

#news #sub_r .inner .detail_box img.articleImage{
	display:block;
	margin:0px auto 1.4em auto;
	padding:0px 0px 0px 0px;
}

#news #sub_r .inner li p a,
#news #sub_r .inner .detail_box p a{
	color:#333;
	font-size:12px;
	text-decoration:underline
}

#news #sub_r .inner li a:hover,
#news #sub_r .inner .detail_box p a:hover{
	text-decoration:none;
}

#news #sub_r .inner li.last{
	border-bottom:none;
}

#news #sub_r .inner dt{
	/* margin-left:1em; */
	font-weight:bold;
	color:#ca4829;
	}
#news #sub_r .inner dd{
	margin-left:1em;
	}

#news #sub_r .btn_news{
	color:#ca4829;
	padding-top:10px;
}

#news #sub_r .btn_news a{
	color:#ca4829;
	text-decoration:underline;
}

#news #sub_r .btn_news a:hover{
	text-decoration:none;
}

.pager{
	text-align:center;
	padding:15px 0 10px;
}

.pager a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 5px;
	color:#ca4829;
}

.pager a.non{
	color:#333;
}

.pager a:hover.non{
	text-decoration:none;
}


.twitter-timeline{
	width: 660px!important;
	height:550px!important;
}





/*============================
#ticket
============================*/

#ticket #sub_r .block{
	background:url(../images/info/img_content_line.gif) no-repeat left bottom;
	padding-bottom:30px;
	padding-left:10px;
	margin-bottom:20px;
}

#ticket #sub_r .info{
	width:660px;
	margin:0 auto;
	margin-bottom:10px;
	border:solid 1px #cccccc;
}

#ticket #sub_r .info h3{
	color:#ff0000;
	font-size:120%;
	margin:0.5em;
}

#ticket #sub_r .info p{
	margin:1em;
}

/*============================
#goods
============================*/
#goods #sub_r .inner p{
	margin:0px 10px;
}

#goods #sub_r .inner h3.cnt03{
	background:url(../images/goods/official/ttl_officialgoods.gif) no-repeat left top;	
	text-indent:-9999px;
	border:0;
	margin-top:10px;
	height:40px;
}

#goods #sub_r .inner ul.bottom {
	margin-bottom:10px;
	padding-left:10px;
	height:60px;
}

#goods #sub_r .inner ul.bottom li{
	float:left;
	margin-left:5px;
}

#goods #sub_r .inner .pamphlet,
#goods #sub_r .inner .tshirt,
#goods #sub_r .inner .towel,
#goods #sub_r .inner .other{
	margin-left:10px;
	width:620px;
	border:solid 1px #cccccc;
	margin-bottom:3em;
}

#goods #sub_r .inner .pamphlet p{
	padding:5px;
}

	#goods #sub_r .inner .pamphlet p a{
		color:#ca4829;
	}

#goods #sub_r .inner .pamphlet .sample-left{
	width:350px;
	margin:10px 0 0 20px;
	float:left;
}
#goods #sub_r .inner .pamphlet .sample-right{
	margin:10px 20px 0 0;
	float:right;
}

#goods #sub_r .inner .pamphlet .sample-left img,
#goods #sub_r .inner .pamphlet .sample-right img{
	border:solid 1px #cccccc;
	margin-bottom:5px;
}

#goods #sub_r .inner table{
	margin:5px 10px 15px 10px;
	border:solid 1px #cccccc;
}

#goods #sub_r .inner table tr{
	border-bottom:solid 1px #cccccc;
}

#goods #sub_r .inner table th,
#goods #sub_r .inner table td{
	padding:0.5em 1em;
}

	#goods #sub_r .inner table th{
		width:5em;
		color:#ca4829;
		font-weight:bold;
	}
	#goods #sub_r .inner table td a{
		color:#ca4829;
	}

/* ニコニコ直販 */
#goods #sub_r .inner table.nicolineup{
	width:620px;
	margin:0 auto;
	padding:0;
	border:0px;
}

#goods #sub_r .inner table.nicolineup tr,
#goods #sub_r .inner table.nicolineup td{
	vertical-align:top;
	border:0px;
	padding:0px 5px;
}

#goods #sub_r .inner table.nicolineup td.3column{
	width:210px;
}

#goods #sub_r .inner table.nicolineup td.2column{
	width:315px;
}

#goods #sub_r .inner table.nicolineup td p{
	color:#ff0000;
	font-size:90%;
}

/* 全ラインナップ */
#goods #sub_r .inner table.official{
	width:620px;
	margin:0 auto;
	padding:0;
	border:0px;
}

#goods #sub_r .inner table.official tr,
#goods #sub_r .inner table.official td{
	vertical-align:top;
	border:0px;
	padding:10px 0px;
}

#goods #sub_r .inner table.official td.4column{
	width:150px;
}

#goods #sub_r .inner table.official td.3column{
	width:200px;
}

#goods #sub_r .inner table.official td.2column{
	width:300px;
}

#goods #sub_r .inner table.official td p{
	padding:5px;
}

/* アーティストグッズ */
#goods #sub_r .inner h3.artist{
	background:url(../images/goods/artist/ttl_artist.gif) no-repeat left top;
	text-indent:-9999px;
	border:0;
	margin-top:10px;
	height:40px;
}

#goods #sub_r .inner .artist_23,
#goods #sub_r .inner .artist_24,
#goods #sub_r .inner .artist_25{
	margin-bottom:30px;
}


#goods #sub_r .inner .artist_23 img,
#goods #sub_r .inner .artist_24 img,
#goods #sub_r .inner .artist_25 img{
	margin-bottom:10px;
}

#goods #sub_r .inner .artist_23 .thum-left,
#goods #sub_r .inner .artist_24 .thum-left,
#goods #sub_r .inner .artist_25 .thum-left{
	width:310px;
	margin-left:10px;
	float:left;
}
#goods #sub_r .inner .artist_23 .thum-right,
#goods #sub_r .inner .artist_24 .thum-right,
#goods #sub_r .inner .artist_25 .thum-right{
 	width:310px;
	margin-right:10px;
	float:right;
}
/* パッケージ情報 */

div.bd-dvd h5{
	font-size:120%;
	font-weight:bold;
	line-height:1.5em;
	padding:10px 10px 0px 10px ;
	border-top:1px dashed #4a4a4a;
	border-bottom:1px solid #cccccc;
}
div.bd-dvd p.jacket{
	text-align:center;
	float:right;
	margin:0px 20px 0px 5px;
}
div.bd-dvd dl.bdInfo{
	line-height:1.5em;
	margin:10px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}

div.bd-dvd dl.bdInfo{
	margin-bottom:1em;
}
	div.bd-dvd dl.bdInfo dt{
		float:left;
		font-weight:bold;
		text-align:left;
	}
	div.bd-dvd dl.bdInfo dd{
		text-align:left;
	}

div.bd-dvd dl.sale{
	width:385px;
	line-height:1.5em;
	margin:1em 1em 1em 1em;
}
	div.bd-dvd dl.sale dt{
		font-weight:bold;
		color:#6b1685;
		text-align:left;
	}
	div.bd-dvd dl.sale dd{
		text-align:left;
		margin-left:2em;
	}

div.bd-dvd table.setlist{
		width:385px;
		border:0px solid #cccccc !important;
		margin-bottom:20px;
	}

div.bd-dvd table.setlist caption{
		font-size:80%;
		text-align:left;
}

div.bd-dvd table.setlist th,
div.bd-dvd table.setlist th{
	line-height:1.5em;
}

div.bd-dvd table.setlist th{
	width:2em !important;
	padding:5px;
	color:#1a1a1a;
	background-color:#cccccc;
	border-bottom:1px solid #ffffff;
	text-align:center;
}

div.bd-dvd table.setlist td{
	border-bottom:1px solid #ffffff;
	background-color:#f9f9f9;
	padding:5px;
}

.bd-dvd_tokuten{
	text-align: left !important;
	color: #000000 !important;
	font-weight: normal !important;

}


/*============================
#outside
============================*/
#outside #sub_r .inner h3{
	text-indent:-9999px;
	border:0;
	margin-top:10px;
	height:40px;
}

#outside #sub_r .inner h3.cnt01{
	background:url(../images/outside/ttl_map.gif) no-repeat left top;	
}

#outside #sub_r .inner h3.cnt02{
	background:url(../images/outside/ttl_area.gif) no-repeat left top;	
}

#outside #sub_r .inner h3.cnt03{
	background:url(../images/outside/ttl_kitchen.gif) no-repeat left top;	
}

#outside #sub_r .inner h3.cnt04{
	background:url(../images/outside/ttl_stage.gif) no-repeat left top;	
}

#outside #sub_r .inner dl dt{
	margin-top:5px;
	font-weight:bold;
}
#outside #sub_r .inner dl dd{
	margin-left:1em;
}

#outside #sub_r .inner .redarea{
	width:300px;
	float:left;
}

#outside #sub_r .inner .greenarea{
	width:300px;
	float:right;
}

#outside #sub_r .inner .redarea h4,
#outside #sub_r .inner .greenarea h4{
	text-indent:-9999px;
	border:0;
	height:40px;
}

#outside #sub_r .inner .redarea h4.menu01{
	background:url(../images/outside/menu_official.gif) no-repeat left top;	
}

#outside #sub_r .inner .redarea h4.menu02{
	background:url(../images/outside/menu_light.gif) no-repeat left top;	
}

#outside #sub_r .inner .redarea h4.menu03{
	background:url(../images/outside/menu_artist.gif) no-repeat left top;	
}

#outside #sub_r .inner .redarea h4.menu04{
	background:url(../images/outside/menu_tw.gif) no-repeat left top;	
}

#outside #sub_r .inner .greenarea h4.menu05{
	background:url(../images/outside/menu_bushi.gif) no-repeat left top;	
}

#outside #sub_r .inner .greenarea h4.menu06{
	background:url(../images/outside/menu_karaoke.gif) no-repeat left top;	
}

#outside #sub_r .inner .greenarea h4.menu07{
	background:url(../images/outside/menu_goodmile.gif) no-repeat left top;	
}

#outside #sub_r .inner ul.attention{
	margin-bottom:10px;
}

#outside #sub_r .inner ul.attention li{
	margin-left:1em;
}

#outside #sub_r .inner ul.attention li:before{
	content:"※";
}

#outside #sub_r .inner table.kitchen {
	border-top:double 3px #4a4a4a;
}

#outside #sub_r .inner table.kitchen td{
	width:300px;
	vertical-align:top;
	padding:5px;
}

#outside #sub_r .inner table.kitchen p{
	padding:5px;
}

#outside #sub_r .inner table.kitchen td img.photo{
	padding:3px;
	border:solid 1px #cccccc;
	margin-left:30px;
	margin-bottom:10px;
}

/*============================
#special
============================*/
#special #sub_r .inner a{
	color:#ca4829;
}

#special #sub_r .inner dl.themesong{
	margin-bottom:1em;
}

#special #sub_r .inner dl.themesong dt{
	float:left;
	font-weight:bold;
	text-align:left;
}

#special #sub_r .inner dl.themesong dd{
	text-align:left;
}

#special #sub_r .inner dl.themesongArtist{
	margin-bottom:1em;
}
#special #sub_r .inner dl.themesongArtist dt{
	font-weight:bold;
	text-align:left;
}

#special #sub_r .inner dl.themesongArtist dd{
	text-align:left;
	margin-left:1em;
}

#special #sub_r .inner p.jacket{
	text-align:center;
	float:right;
	margin:0px 10px 10px 10px;
}

#special #sub_r .inner dl.themesongArtist ul{
	width:400px;
	}
		#special #sub_r .inner dl.themesongArtist ul li{
			display:inline;
		}
		#special #sub_r .inner dl.themesongArtist ul li:after{
			content:"、";
		}
		#special #sub_r .inner dl.themesongArtist ul li.JpnSyllabaryOrder:after{
			content:"";
		}


#special #sub_r .inner dl{
	margin-bottom:1em;
}
#special #sub_r .inner dl dt{
	color:#ca4829;
	font-weight:bold;
	text-align:left;
}
#special #sub_r .inner dl dd{
	text-align:left;
	margin-left:1em;
}



#special #sub_r .inner dl.themesongDL{
	margin-bottom:1em;
}
#special #sub_r .inner dl.themesongDL dd{
	text-align:left;
}
#special #sub_r .inner dl.themesongDL dt{
	font-weight:bold;
	text-align:left;
}

#special #sub_r .inner dl.themesongDL dd{
	text-align:left;
	margin-left:1em;
}
#special #sub_r .inner dl.themesongDL ul{
	}
		#special #sub_r .inner dl.themesongDL ul li{
			display:inline;
		}
		#special #sub_r .inner dl.themesongDL ul li:after{
			content:"、";
		}
		#special #sub_r .inner dl.themesongDL ul li.JpnSyllabaryOrder:after{
			content:"";
		}

#special #sub_r .inner h4.movie{
	width:560px;
	font-size:15px;
	vertical-align:center;
	padding-left:15px;
	background:url(../images/common/arrow.gif) no-repeat left center;
	margin-bottom:10px;
}

#special #sub_r .inner .movie{
	margin:0  50px 40px;
}
#special #sub_r .inner ul.setlist{
	margin:5px;
}
#special #sub_r .inner ul.setlist a{
	color:#4a4a4a;
}

#special #sub_r .inner ul.setlist li{
	display:inline;
}

#special #sub_r .inner ul.setlist li:after{
	display:inline;
	content:" / ";
}
#special #sub_r .inner ul.setlist li.last:after{
	content:"";
}

#special #sub_r .inner h4.setlist_23,
#special #sub_r .inner h4.setlist_24,
#special #sub_r .inner h4.setlist_25{
	font-size:15px;
	margin-bottom:5px;
	padding-left:15px;
	background:url(../images/common/arrow.gif) no-repeat left center;
}

#special #sub_r .inner table{
	border:solid 1px #c0c0c0;
	width:100%;
	margin-bottom:10px;
}

#special #sub_r .inner table.setlist_23 th,
#special #sub_r .inner table.setlist_24 th,
#special #sub_r .inner table.setlist_25 th{
	border-bottom:solid 1px #cccccc;
	text-align:center;
	padding:5px 10px;
	color:#f5f5f5;
	width:40px;
}
#special #sub_r .inner table.setlist_23 th{
	background-color:#005023;
}

#special #sub_r .inner table.setlist_24 th{
	background-color:#2b2451;
}

#special #sub_r .inner table.setlist_25 th{
	background-color:#8d0200;
}

#special #sub_r .inner table.setlist_23 td,
#special #sub_r .inner table.setlist_24 td,
#special #sub_r .inner table.setlist_25 td{
	border-bottom:solid 1px #c0c0c0;
	padding:5px 10px;
}

#special #sub_r .inner h4.moviettl{
	font-size:14px;
	margin-bottom:5px;
	padding-left:15px;
	background:url(../images/common/arrow.gif) no-repeat left center;
}


/*-------- text_right --------*/
.t_right {
	text-align: right;
}

/*-------- text_left --------*/
.t_left {
	text-align: left;
}

/*-------- center --------*/
.t_center {
	text-align: center;
}

/*-------- left --------*/
.left {
	float: left;
}

/*-------- right --------*/
.right {
	float: right;
}

/*-------- ClearBoth --------*/
.cb {
	clear: both;
}

/*-------- COLOR --------*/

.red{
	color:#8d0200;
}

.orange{
	color:#FF6600;
}

.blue{
	color:#2b2451;
}

.green{
	color:#005023;
}

/*-------- FONT --------*/

.bold{
	font-weight:700;
}

.f10{
	font-size:10px;
}

.f14{
	font-size:14px;
}

/*-------- WIDTH --------*/

.w149{
	width:149px;	
}

.w180{
	width:180px;	
}

.w287{
	width:287px;
}

.w380{
	width:380px;
}

.w304{
	width:304px;
}

/*-------- HEIGHT --------*/

.h350{
	height:350px;	
}

.h375{
	height:375px;	
}

.h500{
	height:420px;	
}

.h600{
	height:470px;	
}

/*-------- MARGIN --------*/

.ml3{
	margin:0 0 0 3px;
}

.ml10{
	margin:0 0 0 10px;
}

.ml30{
	margin:0 0 0 30px;
}

.ml40{
	margin:0 0 0 40px;
}

.ml60{
	margin:0 0 0 60px;
}

.ml70{
	margin:0 0 0 70px;
}

.mb10{
	margin:0 0 10px 0;
}

.mb15{
	margin:0 0 15px 0;
}

.mt3{
	margin:3px 0 0 0;
}

.mt10{
	margin:10px 0 0 0;
}


.mt20{
	margin:20px 0 0 0;
}

.mt30{
	margin:30px 0 0 0;
}

/*-------- PADDING --------*/

.pt5{
	padding-top:5px;
}

.pt10{
	padding-top:10px;
}

.pt15{
	padding-top:15px;
}

.pt20{
	padding-top:20px;
}

.pt25{
	padding-top:25px;
}

.pt30{
	padding-top:30px;
}

.pt40{
	padding-top:40px;
}

.pt60{
	padding-top:60px;
}

.pl10{
	padding-left:10px;	
}

.pl12{
	padding-left:12px;	
}

.pl15{
	padding-left:15px;	
}

.pl20{
	padding-left:20px;	
}

.pl30{
	padding-left:30px;	
}

.pl40{
	padding-left:40px;	
}

.pl50{
	padding-left:50px;	
}

.pl60{
	padding-left:60px;	
}

.pl70{
	padding-left:70px;	
}

.pl80{
	padding-left:80px;	
}

.pl100{
	padding-left:100px;	
}

.pr100{
	padding-right:100px;	
}


.pb20{
	padding-bottom:20px;	
}

/*-------- COMMON --------*/

.pic{
	padding:2px;
	display:block;
	border:1px solid #CCCCCC;
}

.hidden{
	overflow:hidden;
}

.abs{
	position:absolute;
}

.ondes{
	color:#999999;
}

