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


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

	// 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;
	text-align: center;
}

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

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

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

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


html {
	height: 100%;
	min-height: 640px;
}

body {
	background:#FFF;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "Verdana", "ＭＳ Ｐゴシック", "sans-serif";
	line-height:1.4;
	color:#333;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body > #waku {
	height: auto;

}


#waku {
	height:624px;
	width:900px;
	text-align:center;
	margin: 0px auto;
	margin-top: 10px;
}


#menu1 {
	height:20px;
	width:900px;
	text-align:right;
	height:25px;
	overflow:hidden;
	display:block;
}

#mainfla {
	height:450px;
	width:900px;
	text-align:center;
	margin-bottom: 5px;
}

#logo {
	height:120px;
	width:565px;
	float: left;
}

#newsfla {
	height:120px;
	width:335px;
	float: left;
}

#clr {
	clear: both;
}


#footer {
	height:25px;
	width:900px;
	text-align:center;
	background-image: url(../img/billing.gif);
	background-repeat: no-repeat;
}

#valcopy {
	height:25px;
	width:900px;
	text-align:center;
}



#wrapper {
	width:636px;
	margin:0 auto;
	height: 900px;
}




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

	// ニュース

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

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

	// 劇場情報

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