@charset "UTF-8";
/* CSS Document */
/*==========================================================================================

	// 基本

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

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; /*単語の途中でも改行*/
}
p {	margin:0;}
li { list-style:none; }
img { border:none; }
legend { display:none;}
fieldset {	border:none;}
input,select,textarea {	font-size:100%;	vertical-align:middle;}
table {	border-collapse:collapse;}
th,td { empty-cells:show; text-align:left; vertical-align:top;}

#scrl{
	width:430px;
	height:415px;
	margin:0 auto 20px;
	padding:0 10px;
	overflow:auto;
}

	#scrl .date{
		font-weight:bold;
		font-size:11px;
		margin:0 0 10px;
		padding:3px;
		border-bottom:#363c11 solid 1px;
		color:#eebad8;
	}
	#scrl .textBlk{
		color:#363c11;
		font-size:12px;
		line-height:1.4em;
		margin:0 0 10px;
		padding:0 0 10px;
	}
		#scrl .textBlk p{
			margin:0 0 8px;
			color:#363c11;
		}
		#scrl .textBlk dl{
			margin:0 0 8px;
			color:#363c11;
			font-size:12px;

		}

		#scrl .textBlk .imgBlk{
			text-align:center;
		}
	#scrl hr{
		clear:both;
		margin:0;
		visibility:hidden;
	}
a,
a:visited{
	color:#835795;
}
a:hover{
	color:#900;
}
#close a{
	display:block;
	height:20px;
	width:450px;
	background:url(../images/btnclose.gif) 400px 0 no-repeat;
	text-indent:-9999em;
	overflow:hidden;
}
#close a:hover{
	background:url(../images/btnclose_o.gif) 400px 0 no-repeat;
}

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

	// News

==============================================================*/
#newsBG{
	background:#FFF url(../images/news_bg.gif) 0 0 no-repeat;
}
#news{
	width:480px;
	height:460px;
	margin:0;
	padding:95px 0 0;
}
#news .ttl{
	font-weight:bold;
	font-size:13px;
	color:#BB3582;
	margin:0 0 10px 0;
}
/*============================================================

	// Theater

==============================================================*/
#theaterBG{
	background:#FFF url(../images/theater_bg.gif) 0 0 no-repeat;
}
#theater{
	width:480px;
	height:460px;
	margin:0;
	padding:95px 0 0;
}
#theater .ttl{
	font-weight:bold;
	font-size:13px;
	color:#BB3582;
	margin:0 0 10px 0;
}
#theaterTxt{
	margin:0;
	padding:5px 0px 0px;
}
#theaterTxt table{
	font-size:12px;
}