﻿@charset "utf-8";
#container {
	position: relative;
	width:100%;
	height:100%;
	min-height:100%;
	left: 0px;
	top:0px;
}
body > #container {
	height: auto;
}
#contents {
	padding-bottom:100px;
}
#header {
	position: relative;
	text-align:center;
	width: 100%;
	height:30px;
	left: 0px;
	background-image:url(../images/header_line.jpg);
	background-repeat:repeat-x;
	background-position:center;
	z-index:0;
}
#btn_top {
	position: absolute;
	text-align:center;
	width: 32px;
	height:30px;
	left: 50%;
	margin-left:-350px;
	z-index:1;
}
#btn_news {
	position: absolute;
	text-align:center;
	width: 43px;
	height:30px;
	left: 50%;
	margin-left:-303px;
	z-index:1;
}
#main_img {
	position: relative;
	text-align:center;
	background-image:url(../images/theater_main.jpg);
	background-repeat:no-repeat;
	width: 800px;
	height:314px;
	left: 50%;
	margin-left:-400px;
}
#main_top {
	position: relative;
	text-align:center;
	background-color:#fcfbf7;
	width: 700px;
	height:15px;
	left: 50%;
	margin-left:-350px;
}
#main {
	position: relative;
	background-color:#fcfbf7;
	width: 700px;
	height:auto;
	left: 50%;
	margin-left:-350px;
}
#menu {
	position: relative;
	background-color:#fcfbf7;
	width: 668px;
	height:auto;
	top:0px;
	left: 16px;
}
#changeArea {
	position: relative;
	background-color:#fcfbf7;
	width: 452px;
	height:auto;
	top:0px;
	left: 0px;
}
#main_bottom {
	position: relative;
	text-align:center;
	background-color:#fcfbf7;
	width: 700px;
	height:15px;
	left: 50%;
	margin-left:-350px;
	margin-bottom:20px;
}
#footer {
	position: absolute;
	width:100%;
	height:95px;
	bottom:0px;
	background-image:url(../images/footer_line.jpg);
	background-repeat:repeat-x;
}
#billing {
	position: absolute;
	width:607px;
	height:46px;
	background-image:url(../images/billing.gif);
	background-repeat:no-repeat;
	top:15px;
	left:50%;
	margin-left:-304px;
}
.area {
	font-size: 14px;
	color: #895100;
	line-height:24px;
	padding:0px 0px 0px 5px;
	margin:0px;
	font-weight: bold;
	background-image:url(../images/area_bar.gif);
	background-repeat:no-repeat;
	background-position: left center;
}
.pref {
	font-size: 13px;
	color: #804c15;
	line-height:20px;
	padding: 3px 5px;
	margin: 0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #e7d9b1;
}
.tname {
	font-size: 13px;
	color: #804c15;
	line-height:20px;
	padding: 3px 5px;
	margin: 0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #e7d9b1;
}
