@charset "utf-8";

/*==========================================================================================

	// 共通

==========================================================================================*/

body,h1,h2,h3,h4,h5,h6,form,ul,li,ol,dl,dd,fieldset {
	margin:0;
	padding:0;
	line-break:strict; /*禁則処理*/
	word-wrap:break-word; /*単語の途中でも改行*/
}
img { border:none; }
html { height:100%;
}
body {
	height:100%;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Verdana","ＭＳ Ｐゴシック","sans-serif";
	line-height:130%;
	color:#fff;
	font-size:93%;
}
h1,h2,h3,h4{
	margin:0;
}
p{
	margin:0;
}
a{
	color:#c00;
}
a:hover{
	text-decoration:none;
}
.clearBox{
	float:none;
	clear:both;
}
.clearfix:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Mac IE には適用させない \*/
* html .clearfix {
	height:1%;
}

/* IE7 */
*:first-child+html .clearfix {
 display:inline-block;
}
.fb{font-weight:bold;}
.fs{font-size:77%;line-height:1.2;margin: 0 0 10px 15px;}
.fr{color:#f00;}

#area{
	float:none;
	clear:both;
	height:518px;
	margin: 0 5px 0 0;
	/*padding:0 0 0 20px;*/
}
#news #area{ padding-left: 20px;}

#close a{
	display:block;
	width:78px;
	height:23px;
	background:url(../img/closeBtn.jpg) 0 0 no-repeat;
	background-color:#C03;
	margin:0px;
	text-indent:-9999em;
	text-decoration:none;
}
#close a:hover{
	background:url(../img/closeBtn_o.jpg) 0 0 no-repeat;
}
/*==========================================================================================

	// news

==========================================================================================*/
body#news{
	background:#000 url(../img/news/bg.jpg) 0 0 no-repeat;
}

body#news h1 {
	display: none;
}

body#news .imgL {
	float: left;
	margin: 0 7px 5px 0;
}
body#news .imgR {
	float: right;
	margin: 0 0 5px 7px;
}

#news #scrl{
	position:absolute;
	top:105px;
	width:430px;
	height:400px;
	padding:0;
	margin:0;
	overflow-y:auto;
	overflow-x: hidden;
	line-height:1.4em;
	font-size:85%;
}
* html#news #scrl{
}
#news #scrl p {
	margin: 0 0 15px;
}
#news #scrl .tr {
	text-align: right;
	margin: 0;
}
#news #scrl .tc {
	text-align: center;
}

#news .newsDate{
	font-size:93%;
}
#news .newsTtl{
	font-weight:bold;
	margin:0 0 10px 0;
	color:#ebee04;
	font-size:93%;
}
#news .n_txt{
	width:395px;
	overflow:auto;
	font-size:85%;
	margin:0 0 20px 0px;
	padding:0 0 20px 0px;
	border-bottom:#b1b1b1 1px solid;
}

#news h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 5px;
}

#news h4,#news h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}
#news .da508f { color: #da508f;}


#news .borderBox {
	margin: 0 0 15px;
	padding: 5px;
	border: 1px solid #eee;
}


#news .n_txt .leftArea{
	float:left;
	width:170px;
}
#news .n_txt .rightArea{
	float:right;
	width:215px;
}
#news table.broadcasting {
	width: 100%;
	margin: 0 0 15px;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
}
#news table.broadcasting th,#news table.broadcasting td {
	line-height: 1.2;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #444;
}
* html #news table.broadcasting th,* html #news table.broadcasting td {
	font-size: 69%;
}
#news table.broadcasting th { background-color: #999;}
#news #close{
	position:absolute;
	top:525px;
	width:78px;
	height:23px;
	margin:2px 0 0 352px;
	padding:0;
}
/*==========================================================================================

	// theater

==========================================================================================*/
body#theater{
	background:#000 url(../img/theater/bg.jpg) 0 0 no-repeat;
}
#theater #index{
	position:absolute;
	padding:95px 0 0 0;
}
#theater #index ul {
	height:20px;
	padding:0 0 0 160px;
	background:url(../img/theater/idxBg.gif) right 6px no-repeat;
}
#theater #index ul li{
	float:left;
	padding:0 5px 0 5px;
	width:auto;
	background-color:#00F;
	font-size:10px;
	color:#c6c6c6;
	list-style:none;
}
#theater #index ul li.coming{
	color:#666;
}
#theater #index ul li.idx{
	background:url(../img/theater/idxBg.gif) 0 6px no-repeat;
}
#theater #index ul li a{
	color:#c6c6c6;
	font-size:10px;
}
#theater #index ul li a:hover{
	color:#ffffff;
}
#theater #scrl{
	position:absolute;
	top:120px;
	width:640px;
	height:388px;
	padding:0 0px 0 10px;
	margin:0 5px 0 0;
	overflow:auto;
	line-height:1.4em;
}
#theater .maeuri{
	font-weight:bold;
	margin:0 0 5px 0;
	padding:5px 0 0 15px;
}
#theater .word{
	padding:0 0 0 5px;
	background:none;
	font-size:93%;
}
#theater .n_txt{
	width:595px;
	overflow:auto;
	font-size:85%;
	margin:5px 0 20px 0px;
	padding:0 0 20px 15px;
	line-height:150%;
	overflow:hidden;
	}
#news .n_txt dl.list {
	margin: 8px 0 15px 0;
}
	#news .n_txt dl.list dt { width: 70px; margin: 0 0 8px; float: left;}
	#news .n_txt dl.list dd { margin: 0 0 8px;padding-left: 80px;}
		#news .n_txt dl.list li { list-style: none;}

#theater .n_txt table{
	margin:2px 0 5px 0;
	width:595px;
	border:#969696 1px solid;
	border-collapse: collapse;
	overflow:hidden;
}
#theater .n_txt table thead{
	color:#fc0;
	text-align:center;
}
#theater .n_txt table .place{
	width:40px;
}
#theater .n_txt table .name{
	/*width:140px;*/
}
#theater .n_txt table .maeuri{
	width:30px;
}
#theater .n_txt table .tel{
	width:100px;
}
#theater .n_txt table .note{
/*	width:240px;*/
}
#theater .n_txt table td{
	_font-size: 77%;
	padding:5px;
	border:#969696 1px solid;
}
#theater .n_txt table td.div{
	text-align:center;
}
#theater .n_txt table td a{
	color:#fff;
	font-size:93%;
}
#theater .n_txt table td a:hover{
	text-decoration:none;
}
#theater .n_txt table td img{
	margin:0 2px 0 0;
	vertical-align:bottom;
}
#theater #close{
	position:absolute;
	top:525px;
	width:78px;
	height:23px;
	margin:2px 0 0 572px;
	padding:0;
}
#theater p.note{
	color:#f00;
	font-size:167%;
	font-weight:bold;
	margin:0.5em 0 1em;
}

