@charset "utf-8";
/* メインコンテンツ部分 */
#inner #main {
	margin-top: 2em;
	width: 100%;
}

#main #area_a {
	width: 640px;
	float: right;
}

#main #area_b {
	width: 240px;
	float: left;
}

/* 最新情報部分*/
.news_contents .date {
	font-size: 11px;
	color: #CC3333;
	text-align: right;
	float: right;
}

.news_contents h3 {
	font-size: 15px;
	font-weight: bold;
	color: #CC0033;
	border-bottom: 1px solid #C59C9C;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
}
.news_contents h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE9DD;
	margin-bottom: 0.5em;
}

#area_a .news_release {
	width: 100%;
	margin-bottom: 2em;
}

.news_contents .news_entry {
	line-height: 180%;
	color: #333333;
}
.news_contents .news_entry p {
	line-height: 180%;
	color: #333333;
	margin-bottom: 1em;
}


.news_release .news_rerease_header {
	height: 25px;
	width: 100%;
	background-image: url(../images/theater_bar_bg.gif);
	background-repeat: no-repeat;
}

.news_release .news_release_main {
	background: url(../images/new_rerease_bg.gif) repeat-y;
}

.news_release_main .news_contents {
	padding: 1em;
}

.news_release .news_release_footer {
	background: url(../images/new_rerease_footer.gif) no-repeat;
	height: 10px;
	width: 100%;
}

#area_a .top_box {
	margin-bottom: 2em;
}

.right_box .right_box_header {
	background: url(../images/rightbox_title.gif);
	height: 25px;
	width: 100%;
}
.right_box .right_box_header_news {
	height: 25px;
	width: 100%;
	background: url(../images/rightbox_title_news.gif);
}


.right_box .right_box_main {
	background: url(../images/rightbox_bg.gif) repeat-y;
	width: 100%;
}

.right_box .right_box_footer {
	background: url(../images/rightbox_footer.gif) no-repeat;
	height: 10px;
	width: 100%;
}

.right_box_main ul {
	padding: 1em;
}

.right_box_main li {
	margin-bottom: 0.8em;
}

.news_contents .news_line {
	border: 1px dashed #FF99CC;
}

#comments {
	background: url(../images/new_rerease_bg.gif) repeat-y;
	padding: 1em;
}
.news_contents .ticket_name {
	font-weight: bold;
	color: #FF6633;
	text-decoration: underline;
}
.news_entry .timetable {
	border: 1px solid #CCCCCC;
}
.timetable .line_a {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #FFC4A4;
}
.timetable .line_b {
	text-align: center;
	font-size: 11px;
	background-color: #FFFFFF;
}
.timetable .line_c {
	text-align: center;
	font-size: 11px;
	background-color: #FFF5EC;
}
.timetable td {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border: 1px solid #EAEAEA;
}

