@charset "UTF-8";
@import "common.css";

/*flash--------------------*/

#flash {
	width: 900px;
	height: 505px;
	margin: 0 0 20px 0;
	background:url(../img_top/fla_btm.gif) bottom left repeat-x;
}

/*contents--------------------*/

#contents {
	clear: both;
	width: 855px;
	margin: 0 20px 0 25px;
}

/*info--------------------*/

#contents_left {
	float: left;
	width: 610px;
	margin: 0 auto 30px auto;
}

/*news*/

#news_block {
	float: left;
	width: 300px;
}

#news_block h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #00aeff;
}

#news_block a:link,
#news_block a:visited,
#news_block a:hover,
#news_block a:active {
	color: #004dc1;
	text-decoration: underline;
}

.news_box,
.event_box {
	width: 290px;
	margin-bottom: 5px;
	padding: 0 5px 7px 5px;
	background:url(../img/line_dot01.gif) bottom left repeat-x;
}

.news_box .day {
	float: left;
	width: 70px;
}

.news_box .txt {
	float: right;
	width: 210px;
	text-align: left;
	color: #004dc1;
}

/*event*/

#event_block {
	float: right;
	width: 300px;
}

#event_block h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #ff4800;
}

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

.event_box .image {
	float: left;
	width: 66px;
	padding: 1px;
	border: 1px solid #e3e3e3;
	vertical-align:middle;
}

.event_box .image table {
	height: 66px;
}



.event_box .txt {
	float: right;
	width: 210px;
	text-align: left;
}

.event_box .txt a:link,
.event_box .txt a:visited,
.event_box .txt a:hover,
.event_box .txt a:active {
	color: #ff4800;
}



/*bana--------------------*/

#contents_right {
	float: right;
	width: 220px;
}

.bana_block {
	width: 220px;
}

.bana_block li {
	margin-bottom: 6px;
	line-height: 0;
	font-size: 0;
}



/*movieBox--------------------*/

#movieBox {
	width: 670px;
	margin: 20px auto;
	padding: 0;
}

#movieEria {
	padding: 9px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	margin-bottom: 10px;
}

div#m_footer {
	display: block;
	background: #f7f5e7;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
div#m_footer p#copyrightEria {
	font-size: 12px;
}
div#m_footer p#closeBtn {
	width: 60px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	background: url(../movie/img/close_btn.gif) no-repeat;
	float: right;
}
div#m_footer p#closeBtn a {
	width: 60px;
	height: 20px;
	display: block;
}

