@charset "UTF-8";
/* 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:#36C;
	text-decoration:underline;
}
a:visited {
	color:#36C;
	text-decoration:underline;
}
a:hover {
	color:#36C;
	text-decoration:none;
}
a:active {
	color:#36C;
}
a:focus {	text-decoration:none;	}

img {
	border:0;
}

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

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

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

==========================================================================================*/
html {
  height:100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #dce0e7;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper {
	width:100%;
	margin:0 auto;
	height: 100%;
	background-image: url(../img/topbg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	min-width: 1000px;
}
#wrappersub {
	width:100%;
	margin:0 auto;
	height: 100%;
	min-width: 1000px;
}
#content {
	overflow: hidden;
	font-size: 12px;
	margin: 0 auto;
	width: 980px;
	padding: 50px 0px 0px;
}
#topmenu {
	margin: 0 auto;
	width: 980px;
	padding: 0px 0px 10px;
}

#billing {
	text-align: center;
	margin: 0 auto;
	height: 240px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#billingtop {
	margin: 0 auto;
	height: 200px;
	margin-bottom: 10px;
	width: 290px;
	background-image: url(../img/billing_s.png);
	background-repeat: no-repeat;
	padding-right: 700px;
	padding-left: 10px;
	margin-top: 10px;
}
#mainp {
	width: 100%;
	margin: 0px auto;
	height: 600px;
}

#val {
	width: 450px;
	margin: 0px auto;
	text-align: center;
	font-size: 10px;
}

#trail {
	width: 380px;
	text-align: right;
	font-size: 10px;
	height: 229px;
	margin-top: 280px;
	margin-left: 70px;
	position: absolute;
}


.powered {
	position:relative;
	width:940px;
	height:51px;
	background:url(../img/bg_pwd.gif) 0 0 no-repeat;
}
.poweredTxt {
	position:absolute;
	top:3px;
	left:777px;
}


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

	// ニュース

==========================================================================================*/
#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 10px;
}
.txtTh01, .txtTh02 {
	padding:6px;
}
.txtTh02 {
	background:#DDD;
}
