body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-repeat: repeat-x;
	text-align: center;
	font-family:'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:10pt;
}

#flashcontent {
	margin: 0;
	height:875px;
	width: 960px;
}

#wrap{
	margin: 0 auto;
	width: 960px;
}

/******************************************/

/* clearfix ---------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{zoom:1;/*for IE 5.5-7*/}

/******************************************/

img{border:none;}


/******************************************/

#news , #theater{
	text-align: left;
	color:#221e76;
	background:#fafafa;
}

.header{
	position:relative;
	}

.article{
	border-bottom:1px #000 dotted;
	width:90%;
	margin:0 auto;
	}

.article img{
	margin:0 10px 10px 0;
	float:left;
	}

.newstitle{
	width:219px;
	height:93px;
	background:url(../img/news_tit_bg.gif) no-repeat 0 0;
	text-indent:-9999px;
	margin:0 0 0 12px;
	}

.theatertitle{
	width:219px;
	height:93px;
	background:url(../img/theater_tit_bg.gif) no-repeat 0 0;
	text-indent:-9999px;
	margin:0 0 0 12px;
	}

.theater_name {
	color:#000000;
	font-weight:bold;
	font-size:12pt;
}		
	
.btn{
	position:absolute;
	top:12px; right:20px;
	}
	
.data{
	color: #000000;
	font-weight:bold;
	font-size:12pt;
}	

a:link,
a:active,
a:visited{
	text-decoration: underline;
	color: #FF3333;
}
a:hover{
	text-decoration: none;
}
