body {
	margin: 0;
	padding: 0;
	background-color: #e4007e;
	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:950px;
}

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

/* 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:#fff;
}

.header{
	position:relative;
	}

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

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

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

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

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

a:link,
a:active,
a:visited{
	text-decoration: underline;
	color: #FFB6C1;
}
a:hover{
	text-decoration: none;
}
	
.link_txt a{
	font-weight: bold;
	color:#FFFFFF;
}	


