@charset "utf-8";
/* CSS Document */

/* 目次
==================================================
	01. common  - 全ページ共通
	02. index  - トップ
	03. other  - トップ以外共通 
	04. news  - ニュース
	05. ticket  - チケット＆スケジュール
	06. introduction  - イントロダクション
	07. story  - ストーリー＆キャラクター
	08. music  - ミュージック
	09. cast  - キャスト
	10. movie - ムービー
	11. blog - ブログ
==================================================
*/

/* =============================================== */
/** 01. common  - 全ページ共通  */
/* ----------------------------------------------- */

*{ margin: 0px;	padding: 0px;}

body{
	margin:0px;
	padding:0px;
	background-image:url(/images/bg01.jpg);
	background-repeat:repeat-x;
}

/* IE6padding指定 */
* html body{
padding-left: 1px;
}
/* IE7padding指定 */
*:first-child+html body{
padding-left: 1px;
}

/* リンク */
a:link{text-decoration:underline; color:#FFF;}
a:visited{text-decoration:underline; color:#FFF;}
a:active{text-decoration:underline; color:#FFF;}
a:hover{text-decoration:underline; color:#F8B624;}

/* 共通要素 */
ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

p{
	margin:0px;
	padding:0px;
}

h1{
	margin:0px;
	padding:0px;
}

h2{ 
}

h3{
	padding:6px 0px 4px 5px;
	border-left: solid 3px #900;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
	font-weight:bold;
	margin:20px 0px 10px 0px;
	background-color:#EEE;
}

hr{
	border:#000 1px solid;
	margin:20px 0px;
}

img{
	border:none;
}

#pagetop{
	text-align:right;
	clear:both;
}

.red{
	color:#900;
}

/* 通常段落  */
.paragraph{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	color:#000;
	line-height:140%;
}
.paragraph a {
	color:#900;
	text-decoration: none;
}
.paragraph a:hover {
	color:#900;
	text-decoration: underline;
}

/* タブ */
#tab{
	display:block;
	margin: 3px 0px;
}

#tab a{
	display: inline-block;
	font-size:12px;
	padding: 0 1em 0 5px;
	border-left: solid 1px #000;
	margin-bottom: 2px;
	color:#000;
}

#tab a:hover{
	color: #900; 
}

#tab a.small {
	font-size: 10px;
	width: 70px;
}

/* ヘッダー  */
#header{
	width:840px;
	height:79px;
	background-image:url(/images/bg_header.jpg);
	background-position:bottom;
}

.logo{
	float:left;
	margin-left:5px;
	border:none;
}

.banner_ticket01{
	float:right;
	margin:20px 15px 0px 0px;
	border:none;
}


/* フッター */
.copyright{
	width:840px;
	height:50px;
	margin:0px auto;
	background-image:url(/images/copyright.gif);
	clear:both;
}

/* clear fix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ページ画像の右寄せ、左寄せ、センタリング */
.left { float: left; }
.right { float: right; }
.center { text-align:center; }
.center div { text-align:center; margin:auto; width:100%; }

/*横罫*/
.dashed_border {
 clear:both;
 margin: 10px 0;
 border-bottom: 1px dashed #CAC9C7;
}

/*段組*/
.section .columns_2, .section .columns_3 {
 clear: both;
}
.section .column {
 text-align: left;
}
.section .columns_2 .column {
 width: 250px;
 float: left;
 margin-left: 12px;
 margin-right: 12px;
 _margin-left: 10px;
 _margin-right: 10px;
}
.section .columns_3 .column {
 width: 150px;
 float: left;
 margin-left: 16px;
 margin-right: 16px;
 _margin-left: 12px;
 _margin-right: 12px;
}

/* prev_next */

#next{
	padding:5px 20px 20px 20px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:235px;
	text-align:right;
	float:left;
}

#next a{
	color:#000;
}

#next a:hover{
	color:#C00;
}

#prev{
	padding:5px 20px 20px 20px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:235px;
	text-align:left;
	float:right;
}

#prev a{
	color:#000;
}

#prev a:hover{
	color:#C00;
}

/* /prev_next */

/* =============================================== */
/**  02. index  - トップ  */
/* ----------------------------------------------- */

#wrapper_index{
	width:840px;
	margin:0px auto;
	padding-bottom:30px;
	background-color:#FFF;
}


/* フラッシュ枠  */
#flash_box{
	width:810px;
	height:390px;
	margin:20px auto;
	border:none;
}


/* ナビゲーション枠 */
#navi_box_index{
	width:221px;
	height:243px;
	padding:0px;
	margin:0px 0px 0px 15px;
	float:left;
	background-color:#ccc;
}

* html #navi_box_index{
	margin-left:7px;
}

#navi_index li a{
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	width: 206px;
	height: 27px;
	line-height: 27px;
	padding-left:15px;
	display: block;
	background: url(/images/nav_index.jpg) no-repeat;
}

#navi_index li a:hover{
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	padding-left:15px;
	background: url(/images/nav_index_on.jpg) no-repeat;
}

#navi_index li.image_container a {
	padding: 0;
	height: auto;
	background-image: none;
}
#navi_index li.image_container a:hover {
	padding: 0;
	height: auto;
	background-image: none;
}
#navi_index li.image_container a img {
	margin: 0;
	padding: 0;
}

/* ニュース枠 */
#news_box{
	background-image:url(/images/bg_news.jpg);
	background-repeat:no-repeat;
	width:578px;
	height:105px;
	padding:0px;
	float:right;
	margin:0px 11px 0px 0px;
}

* html #news_box{
	margin-right:7px;
}

.news_area{
	height:80px;
	width:420px;
	margin:15px 0px 0px 115px;
}

#headline{
	line-height:180%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif,"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

/* ブログ・QR枠 */
#banner_box{
	width:578px;
	height:86px;
	float:right;
	margin:0px 11px 0px 0px;
}

* html #banner_box{
	margin-right:7px;	
}

.blognews_box{
	width:474px;
	height:139px;
	float:left;
	background-image:url(/images/bg_blog.jpg);
	background-repeat:no-repeat;
}

.blognews_area{
	height:117px;
	width:360px;
	margin:10px 0px 10px 100px;
}

#headline_blog{
	line-height:180%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif,"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

#headline_blog li{
	padding-left:16px;
	background-image:url(/images/icon02.gif);
	background-position:0px;
	background-repeat:no-repeat;
	margin-top:3px;
}

.qr{
	float:right;
}


/* =============================================== */
/**  03. other  - トップ以外共通  */
/* ----------------------------------------------- */

#wrapper_other{
	width:840px;
	height:100%;
	margin:0px auto;
	background-image:url(/images/bg02.jpg);
	background-repeat:repeat-y;
}


/* 左カラム */

#left_box{
	float:left;
	width:210px;
	background-image:url(/images/bg_contents.gif);
	background-repeat:repeat-y;
	padding-right:9px;
	padding-left:9px;
}

.title_contents{
	margin-bottom:10px;
	width:210px;
	height:25px;
	background-image:url(/images/title_contents.jpg);
}

.title_newsentry{
	margin-top:40px;
	margin-bottom:10px;
	width:210px;
	height:25px;
	background-image:url(/images/title_newsentry.jpg);
}

.txt_newsentry{
	padding:0px 10px;
	font-size:11px;
	line-height:140%;
	font-family:Arial, Helvetica, sans-serif,"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.txt_newsentry li{
	padding:3px 0px;
}


/* ナビゲーション */

#navi_other_box{
	width:210px;
	padding-bottom:50px;
}

#navi_other li a{
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif,"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color:#FFF;
	text-decoration:none;
	width: 195px;
	height: 25px;
	line-height: 25px;
	padding-left:15px;
	display: block;
}

#navi_other li a:hover{
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif,"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color:#f8b624;
	text-decoration:none;
	padding-left:15px;
}

.navi_on{
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif,"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	width: 195px;
	height: 25px;
	line-height: 25px;
	color:#f8b624;
	padding-left:15px;
	text-decoration:none;
}

#blog_banner_container {
	margin-top: 40px;
	text-align: center;
}

/* 右カラム */

#right_box{
	width:612px;
	float:right;
}

#page{
	width:551px;
	margin:0px auto;
	padding:10px 0px;
	clear:both;
}

/* =============================================== */
/**  04. news  - ニュース  */
/* ----------------------------------------------- */

#.news_entry{
	width:551px;
	margin:0px auto;
	padding:10px 0px;
	clear:both;
}

/* タイトル枠 */

.title_news{
	width:612px;
	height:25px;
	float:left;
	background-image:url(/images/title_news.jpg);
}


/* 内容 */

.bg_date{
	/*width:551px;
	height:31px;
	margin:20px 0px;
	background-image:url(/images/bg_date.gif);*/
	
	padding:3px 0px;
	border-left: solid 3px #900;
	/*font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
	font-weight:bold;*/
	margin:20px 0px 10px 0px;
	background-color:#EEE;
}

.txt_date{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:3px 0px 3px 5px;
	color:#000;
}

.midashi{
	padding-left:5px;
	margin:0px;
    font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:16px;
	font-weight:bold;
	color:#900;
}

.news_photo img{
	border: #CCC 1px solid;
	margin: 10px 20px 20px 20px;
}

#news_txt{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	color:#000;
	margin:10px;
	line-height:160%;
}

#news_txt a{
	color:#900;
	text-decoration:none;
}

#news_txt a:hover{
	color:#900;
	text-decoration:underline;
}

/* =============================================== */
/**  05. ticket  - チケット＆スケジュール  */
/* ----------------------------------------------- */

/* タイトル枠 */

.title_ticket{
	width:612px;
	height:160px;
	float:left;
	background-image:url(/images/title_ticket.jpg);
}


.ticket_subhead{
	padding:6px 0px 4px 5px;
	border-left: solid 3px #900;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
	font-weight:bold;
	margin:20px 0px 10px 0px;
	background-color:#EEE;
}

.txt_ticket{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	color:#000;
	line-height:140%;
}
.txt_ticket a:link{text-decoration:none; color:#900;}
.txt_ticket a:visited{text-decoration:none; color:#900;}
.txt_ticket a:active{text-decoration:none; color:#900;}
.txt_ticket a:hover{text-decoration:underline; color:#900;}

.full_field_container {
	margin-right: 20px;
}
.full_field_container .section .columns_2 .column {
  width: 220px;
}
.full_field_container .section .columns_3 .column {
  width: 130px;
}

.half_field_container {
	float: left;
	width: 255px;
	height: 90px;
	margin-right: 20px;
}
.half_field_container .section .columns_2 .column {
  width: 90px;
}

/*スケジュール表*/
table.schedule_weekly {   
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #CCC;
    margin:5px 0px;
    width:550px;
}

table.schedule_weekly th, table.schedule_weekly td{
	font-family:Arial, Helvetica, sans-serif,"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:13px;
	font-weight:bold;
}

table.schedule_weekly td{
  border: 1px solid #CCC;
}

table.schedule_weekly td.weekday{
	width:78px;
	height:20px;
	text-align:center;
}

table.schedule_weekly td.sat{
  background-color: #7EADDA;
}

table.schedule_weekly td.sun{
  background-color: #DF7F7E;
}

table.schedule_weekly td.day{
	width:78px;
	height:70px;
	vertical-align:top;
}

table.schedule_weekly td.fullclose{
	color:#AAA;
}
/*スケジュール表*/
table.schedule {
 text-align: center;
 border: 1px;
 border-collapse: collapse;
 border-spacing: 0;
 font-size: 12px;
 border: 1px solid #CAC9C7;
 margin:5px 0;
}
table.schedule th {
  height:auto;
}
table.schedule th, table.schedule td{
 text-align: center;
 padding: 0px 3px;
 _padding: 1px 3px;
}
table.schedule th.month{
 background-color: #F1EDE2;
 border: 1px solid #CAC9C7;
}
table.schedule td{
 text-align: center;
 border: 1px solid #CAC9C7;
 width: 20px;

}
table.schedule td.time{
 width: 40px;
}
table.schedule td.day{
}
table.schedule td.sat{
 background-color: #7EADDA;
}
table.schedule td.sun{
 background-color: #DF7F7E;
}
table.schedule td.holi{
 background-color: #993333;
}
table.schedule td.open{
 color: #888888;
}
table.schedule td.fullclose{
 background-color: #CAC9C7;
}


/*プレイガイド表
table.playguide {   
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #CCC;
    margin:5px 0px;
	font-family:Arial, Helvetica, sans-serif,"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	width:550px;
}

table.playguide td{
  border: 1px solid #CCC;
}

table.playguide td.name{
  background-color: #EEE;
  font-weight:bold;
  vertical-align:top;
  padding:10px;
}

table.playguide td.tel{
	padding:10px;
}

table.playguide td.tel a{
	color:#000;
}*/

/* =============================================== */
/**  06. introduction  - イントロダクション  */
/* ----------------------------------------------- */

/* タイトル枠 */

.title_intro{
	width:612px;
	height:25px;
	float:left;
	background-image:url(/images/title_intro.jpg);
}

.midashi_intro{
}

.intro_photo_left img{
	border: #CCC 1px solid;
	margin:10px 10px 10px 0px;
	float:left;
}

/* =============================================== */
/**  07. story  - ストーリー＆キャラクター  */
/* ----------------------------------------------- */

/* タイトル枠 */

.title_story{
	width:612px;
	height:160px;
	float:left;
	background-image:url(/images/title_story.jpg);
}

/* =============================================== */
/**  08. music  - ミュージック  */
/* ----------------------------------------------- */

/* タイトル枠 */

.title_music{
	width:612px;
	height:160px;
	float:left;
	background-image:url(/images/title_music.jpg);
}

/*ミュージックナンバー表*/
/*table.music_number {   
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #CCC;
    margin:20px 0px;
	font-family:Arial, Helvetica, sans-serif,"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	width:550px;
}

table.music_number td{
  border: 1px solid #CCC;
}

table.music_number td.number{
	width:15px;
    padding:10px;
	background-color:#EEE;
}

table.music_number td.title{
    font-weight:bold;
    padding:10px;
	background-color:#EEE;
}

table.music_number td.deta{
    padding:10px;
}*/

/* =============================================== */
/**  09. cast  - キャスト  */
/* ----------------------------------------------- */

/* タイトル枠 */

.title_cast{
	width:612px;
	height:25px;
	float:left;
	background-image:url(/images/title_cast.jpg);
}

.cast_subhead{
	margin-top:20px;
	padding:6px 0px 0px 5px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	background-image:url(/images/bg_gaiyotitle.jpg);
	background-repeat:no-repeat;
	height:40px;
	clear:both;
} 

.cast_box{
	margin:20px	0px 20px 0px;
}

.full_cast_container {
	margin-right: 20px;
}

.half_cast_container {
	float: left;
	width: 165px;
	height: 220px;
	margin-right: 15px;
	_margin-right: 10px;
}
.half_cast_container .cast_subhead {
	font-size: 11px;
}

.half_cast_container .cast_photo {
	text-align: center;
}

.cast_photo img{
	border: #CCC 1px solid;
	margin-right: 10px;
}

.full_cast_container .cast_photo {
	float: left;
}

.txt_cast{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	color:#000;
	line-height:140%;
	padding:10px 10px 10px 0px;
}
.txt_cast .section .columns_2 .column {
  width: 200px;
}
.txt_cast .section .columns_3 .column {
  width: 120px;
}
.txt_cast a {
  color:#900;
  text-decoration: none;
}
.txt_cast a:hover {
  color:#900;
  text-decoration: underline;
}

/* =============================================== */
/**  10. movie  - ムービー  */
/* ----------------------------------------------- */

/* タブ */
#movie_tab{
	display:block;
	margin: 3px 0px;
}

#movie_tab a{
	display: inline-block;
	width: 250px;
	font-size:12px;
	padding: 0 1em 0 5px;
	border-left: solid 1px #000;
	margin-bottom: 2px;
	color:#000;
}

/* flashムービーを置く場所 */

#flashspace {
	margin: 20px auto;
	_text-align: center;
	width: 532px;
}

#flashspace .movie_container {
	margin: auto;
}


/* =============================================== */
/**  11. blog  - ブログ  */
/* ----------------------------------------------- */

/* カテゴリー枠 */

.title_category{
	margin-top:40px;
	margin-bottom:10px;
	width:210px;
	height:25px;
	background-image:url(/images/title_category.gif);
}

#category{
	padding:0px 10px;
	font-size:12px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅",Arial, Helvetica, sans-serif, Osaka-mono, monospace;
	line-height:200%;
}

.title_blogentry{
	margin-top:40px;
	margin-bottom:10px;
	width:210px;
	height:25px;
	background-image:url(/images/title_saisinblog.gif);
}

#blogentry{
	padding:0px 10px;
	font-size:11px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Arial, Helvetica, sans-serif,Osaka-mono, monospace;
	line-height:160%;
}

.title_kakoblog{
	margin-top:40px;
	margin-bottom:10px;
	width:210px;
	height:25px;
	background-image:url(/images/title_kakoblog.gif);
}

#kakoblog{
	padding:0px 10px;
	font-size:12px;
	font-weight:bold;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Arial, Helvetica, sans-serif,Osaka-mono, monospace;
	line-height:160%;
}

/* タイトル枠 */

.title_blog{
	width:612px;
	height:160px;
	float:left;
	background-image:url(/images/title_blog.gif);
}


/* 内容 */

.bg_blog_date{
	border-left: solid 3px #C00;
	margin:20px 0px 10px 0px;
	background-color:#000;
	height:25px;
}

.blog_date{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px 0px 5px 7px;
	color:#FFF;
}

.blog_midashi{
	padding:5px 0px 5px 10px;
    font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
	font-weight:bold;
	color:#900;
}

.blog_photo img{
	border: #CCC 1px solid;
	margin: 10px 20px 20px 20px;
}

#blog_txt{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	color:#000;
	line-height:160%;
	margin:10px;
}

#blog_txt a{
	color:#900;
}

#blog_txt a:hover{
	color:#900;
	text-decoration:underline;
}


#blog_category{
	float:right;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	color:#000;
	padding:20px 10px 5px 0px;
}

#blog_category a{
	color:#000;
}

#blog_category a:hover{
	color:#C00;
}


.blog_line{
	width:550px;
	height:4px;
	background-image:url(/images/blog_line.gif);
	background-repeat:no-repeat;
	clear:right;
}

/* コメント欄 */

#comment_box{
	width:500px;
	margin:20px auto;
	border:#000 1px solid;
	padding:20px 30px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif,"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color:#000;
	font-size:12px;
}

#comment_title{
	font-size:12px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color:#900;
	padding:20px 0px 0px 10px;
	background-image:url(/images/icon02.gif);
	background-repeat:no-repeat;
	background-position:0px 21px;
}

#comment_txt{
	font-size:11px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color:#000;
	line-height:140%;
	padding:20px 0px 5px 0px;
}

#comment_name{
	font-size:11px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color:#000;
	padding:3px 10px;
}

#comment_time{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	padding:3px 10px;
}

.btn_submit{
	margin:5px 0px;
}