﻿@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_theaters {
	position: absolute;
	text-align:center;
	width: 70px;
	height:30px;
	left: 50%;
	margin-left:-303px;
	z-index:1;
}
#main_img {
	position: relative;
	text-align:center;
	background-image:url(../images/news_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;
}
#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;
}
.news_title {
	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: #c4b078;
	line-height:13px;
}
.news_date {
	color:#ac0013;
	font-size:11px;
}
.news_headline {
	color:#85691c;
	font-size:12px;
	font-weight:bold;
}

.news_headline a{text-decoration:none;color:#85691c;}
.news_headline a:link {text-decoration:none; color:#85691c;}
.news_headline a:visited {text-decoration:none;color:#85691c;}
.news_headline a:hover {text-decoration:none; color:#cba232;}

.news_main {
	padding: 12px;
	margin: 0;
	background-image:url(../images/news_back.gif);
	background-repeat:no-repeat;
	background-color:#f6f1e6;
	line-height:16px;
}
.news_headline_main {
	padding: 2px 0px;
	margin: 0;
	color:#85691c;
	font-size:14px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #c6a652;
}

.news_headline_main_s {
	font-size:11px;
}

.news_main_text {
	padding: 5px 0px 0px 0px;
	color:#99791f;
	font-size:12px;
	line-height: 18px;
}

.news_main_text_s {
	font-size:10px;
}

.news_line {
margin:5px 0px;
padding:5px;
border:1px #c4b078 solid;
width:410px;
}

.news_line_text {
	padding:0px;
	color:#99791f;
	font-size:12px;
	width:300px;
	line-height: 18px;
}
.news_line_text2 {
	padding:0px;
	color:#99791f;
	font-size:12px;
	width:260px;
	line-height: 18px;
 	float: right;
}
.news_line_img {
	padding:0px;
	width:85px;
}
.news_line_img125 {
	color:#ac0013;
	font-size:10px;
	line-height: 12px;
	padding:0px;
	width:125px;
}

.oa_title {
	padding: 5px;
	margin: 0px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}
.oa_name {
	padding: 0px 5px 0px 5px;
	margin: 0px;
	color:#99791f;
	font-size:11px;
	line-height: 16px;
	background-color:#f6f1e6;
	}

