@charset "shift_jis";
/* CSS Document */


/* プロパティの指定順序 */
/*
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

/*==========================================================================================

	// link text color

==========================================================================================*/
a:link { color:#842910; text-decoration:underline; }
a:visited { color:#842910; text-decoration:underline;}
a:hover { color:#666;	text-decoration:none;	}
a:active { color:#842910; }
a:focus {	text-decoration:none;	}

img {
	margin:0;
	padding:0;
	border:0;
}

.clearFix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*==========================================================================================

	// 01:全体（コンテンツ全体を囲んでます）

==========================================================================================*/
html {
  height:100%;
}
body {
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "Verdana", "ＭＳ Ｐゴシック", "sans-serif";
	line-height:1.4;
	color:#333;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#wrapper {
	width:970px;
	margin:0 auto;
}
#content {
	position:relative;
	width:970px;
	height:580px;
	/*background:url(../img/img_main.jpg) 0 0 no-repeat;*/
}
.newsBtn {
	position:absolute;
	top:362px;
	left:98px;
}
.theaterBtn {
	position:absolute;
	top:362px;
	left:226px;
}
#footer {
	width:800px;
	margin:0 auto;
}
.roadshow {
	display:block;
	width:800px;
	height:60px;
	background:url(../img/roadshow.gif) 0 0 no-repeat;
	text-indent:-9999px;
}
/*.credit {
	display:block;
	width:800px;
	height:135px;
	background:url(../img/credit.gif) 0 0 no-repeat;
	text-indent:-9999px;
}*/
.powered {
	position:relative;
	width:800px;
	height:45px;
	background:url(../img/powered.gif) 0 0 no-repeat;
}
.poweredTxt {
	position:absolute;
	top:12px;
	left:640px;
}


/*==========================================================================================

	// ニュース

==========================================================================================*/
#news {
	position:relative;
	width:560px;
	height:570px;
	padding:145px 0 0 0;
	background:#FFF url(../news/img/img_news.jpg) 0 0 no-repeat;
}
.date {
	width:500px;
	background:#842910;
}
.dateTxt {
	margin:0 5px;
	padding:3px;
	font-size:85%;
	color:#FFF;
}
.newsTtl {
	padding:10px 0 10px;
	color:#842910;
	font-weight:bold;
}
.newsTxt {
	padding:10px 0 0;
}
.btn_close {
	position:absolute;
	top:522px;
	left:0;
	width:560px;
	height:48px;
}
.newsArea {
	width:500px;
	padding:0 0 30px;
}
#textArea{
	color:#333;
	width:520px;
	height:375px;
	padding:0 20px 0 20px;
	overflow:auto;
}

/*==========================================================================================

	// 劇場情報

==========================================================================================*/
#theater {
	position:relative;
	width:560px;
	height:570px;
	padding:145px 0 0 0;
	background:#FFF url(../theater/img/img_theater.jpg) 0 0 no-repeat;
}
#thArea {
	font-size:85%;
}
.txtTh {
	background:#842910;
	color:#FFF;
	text-align:center;
}

.txtTh01, .txtTh02 {
	padding:6px;
}
.txtTh02 {
	background:#DDD;
}