@charset "utf-8";

html, body, div, span, h1, h2, h3, h4, h5, h6, a,  address, img, strong, sub, sup, b, u, i, center,dl, dt, dd, ol, ul, li,table, tr, th, td, ruby { margin:0;	padding:0;
border:0; border:none;

}

body {
	color:#333;
	font-size:13px;
	background: url(../../img/bg.jpg) center top;
	margin:0;
	padding:0;
}

.clr{ clear:both;}
.fsb{ font-weight:bold; font-size:14px;}
.fsb1 {	font-weight:bold;font-size:14px;color: #F30;}
.fs0{ font-size:12px;}

a {
	color:#005693;
}
a:hover {
	color:#b81c22;
}

/*closebtn*/
#subwin_close {
	width:680px;
	padding:10px 0 0 0;
	margin:0px auto;
	text-align:center;
}
#subwin_close .btn_close {
	width:680px;
	padding:15px 0 10px 0;	margin: 0px auto;
	display:block;
	font-family: 'Delius Unicase', cursive;
	letter-spacing:2px;
	background-color: #fff;
	font-size:18px;
}

#subwin_close .btn_close:link,#subwin_close .btn_close:visited{
	color:#208bc1;
	text-decoration:none;
	font-weight:bold;
}
#subwin_close .btn_close:hover {
	color:#fff;
	background:#208bc1;
}

/* header */

#header {
	text-align:left;
	height:160px;
	margin:0;
	padding:0;
}

.top_title {
	position:absolute;
	top:45px;
	left:470px;
}

.btn_close_top {
	position:absolute;
	top:0;
	right:0;
}

.contents {
	margin:10px 0 0;
	padding:1px 0 0;
	background:#fff;
	text-align:left;
}

/*news*/
#news{
	width:680px;
	margin:10px auto;
	text-align:left;
	position:relative;
	/*
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#eeffffff,EndColorStr=#eeffffff);
	background-color: rgba(255, 255, 255, 0.9);
	*/
}

#news .areanavi { width:400px; margin:0px 0 20px 150px; }
#news .areanavi li { float:left; margin:0 20px 0 0; list-style:none; }

#news .btn_ticket { position:absolute; top:100px; left:538px;  background:url(../img/theater/btn_ticket.png) left top no-repeat;}

#news .btn_ticket a { width:116px; height:35px; background:url(../img/theater/btn_ticket.png) left top no-repeat; text-indent: -9999px; display: block; }
#news .btn_ticket a:hover { background:url(../img/theater/btn_ticket_ov.png) left top no-repeat;  }


/* news set */

h2 {
	width: 630px;
	height: auto;
	margin: 15px auto;
	padding: 5px 10px;
	color: #000;
	background:#b6e5fd;
	font-size: 16px;
	font-weight: bold;
	line-height:36px;
	clear: both;
}

.news_txt {
	width: 640px;
	height: auto;
	margin: 0 20px;
	padding: 0 0 20px 0;
	clear: both;
	line-height:1.8;
}
.line_dot {
	width:680px;
	height:5px;
	border-bottom:1px dotted #bbb;
}
span.bold {
	font-weight: bold;
}
span.date {
	font-size: 13px;
	float: right;
	color: #208bc1;
	*margin-top: -20px;
}
span.indent1em {
	display:block;
	text-indent:-1em;
	padding:0 0 0 1em;
}



/*comment*/
#comment{
	width:680px;
	margin:0 auto;	text-align:center;
	background:#fff;
}
#comment .content{
	padding:0px;
	text-align:left;
}
#comment .box {
	padding:0 0 20px 0;margin:0; line-height:0px;
}

#comment .in_box {
	background-image:url(images/comment_bk.jpg);	background-repeat:no-repeat;
	margin:0;
	padding:5px 55px;
	font-size:12px;	line-height:20px;
	color:#333;
}

#comment .name {
	margin:5px 0 0 0;
	padding:0;
	font-size:16px; letter-spacing:1px;
	color:#660099;
	text-align:right;
	font-weight: bold;
}
#comment .chu{
	margin:0; padding:0 55px;
	font-size:12px; text-align:right;
}

.copyright{ 
	background-color: #fff;
	margin:0;
	padding:5px 10px 10px;
	font-size:12px;
	color:#208bc1;
	text-align:center;
}


