/* reset
--------------------------------*/
 
a, a:link, a:visited, a:hover, a:active{text-decoration:none}  
table{border-collapse:separate; border-spacing:0;}  
th, td {text-align:left; font-weight:normal;}  
img, iframe {border:none; text-decoration:none;}  
ol, ul{list-style:none;}  
input, textarea, select, button {font-size:100%; font-family:inherit;}  
select{margin:inherit;}  
hr{margin:0; padding:0; border:0; color:#000; background-color:#000; height:1px}
li{ list-style-position: outside; }


body{
	font-size: 12px;
	/*background: url(./img/bg.png) repeat-x;*/
	background: /*url(./img/bg2.png) no-repeat 50% 0*/;
	color: #666;
}

.clear{
	clear: both;
}

#page{
	width:980px;
	text-align:left;
	margin:auto;
}


/* column
--------------------------------*/
#header{
	width: 980px;
	background: (none);
	height: 137px;
}

#main{
	width: 960px;

}

#footer{
	margin: 20px 0;
}


/* header
--------------------------------*/
#logo{
	float: left;
	width: 353px;
	height: 137px;
}

#header_menu{
	float: left;
	text-align: right;
	width: 405px;
	margin: 5px 20px 0 0;
	font-weight: bold;
}
#header_menu a{
	color: #666;
}

#header_ticket{
	float: left;
}
#header_info{
	display: none;
	float: left;
	border: 0px solid red;
	width: 600px;
	text-align: right;
	margin-top: 30px;
}

#menu{
	background: /*#7ED3F7*/ url(./img/menu_bg.png);
	font-weight: bold;
	font-size: 1.2em;
	color: white;
	width: 961px;
	height: 32px;
}
#menu_inner{
	margin-left: 40px;
}

#menu li{
	float: left;
	overflow: hidden;
	margin: 0 16px;
	height: 30px;
	line-height: 30px;
}
#menu li a{
	color: white;
}
#menu li a:hover{
	color: #EEE;
}

/* main
--------------------------------*/

/* home */
#main_img{
	float: left
	width: 960px;
	height: 445px;
	margin-top: 20px;
}

#home_bottom{
	margin-top: 20px;
}

#news1{
	float: left;
	background: url(./img/news_bg10.png) no-repeat;
	border: 0px solid black;
	width: 287px;
	height: 265px;
	font-size: 1.0em;
	padding: 10px 10px 10px 10px;
}
	#news1 h3{
		font-weight: bold;
		margin: 0 0 0 80px;
	}
	#news1 dt{
		margin: 10px 0 5px 70px;
	}
	#news1 dd{
		margin: 0 0 0 70px;
	}
	#news1 dd a{
		color: #666;
	}
	#news1 dd a:hover{
		
	}


#news2{
	float: left;
	width: 350px;
	height: 275px;
}
	#news2_inner{
		width: 320px;
		height: 265px;
		background: #81CEEC;
		border: 1px solid #000;
		margin: 0 0 0 10px;
		padding: 10px;
		overflow: hidden;
	}
		#news2_inner a:hover{
			color: #81CEEC;
		}
	
#news3{
	float: left;
	width: 310px;
	height: 245px;
}
	#news3_inner{
		width: 295px;
		height: ;
		margin: 0 0 0 10px;
		padding: 0;
		border: 0px solid black;
	}
	#news3_inner li{
		overflow: hidden;
		margin-bottom: 12px;
	}
		#news3_inner a:hover{
			color: #81CEEC;
		}

/* cast (left)*/
#cast_left{
	float: left;
	width: 150px;
	margin: 50px 0 0 20px;
}
#cast_left a{
	line-height: 30px;
	color: #F47920;
}

/* cast (main)*/
#cast_main{
	float: left;
	width: 810px;
	line-height: 20px;
}
#cast_main table{
	width: 750px;
	margin: 50px 30px;
	border-bottom: 1px dashed #81CEEC;
	overflow: hidden;
	color: #666;
}
	#cast_main th{
		width: 180px;
		vertical-align: top;
	}
		#cast_main th img{
			margin: 0 0 10px 0;
		}
	
	#cast_main td{
		width: 500px;
		/* 760*/
		padding: 0 0 10px 0;
		
	}
		#cast_main td h5{
			font-weight: bold;
			font-size: 1.5em;
			margin: 0 0 10px 0;
		}
		#cast_main td h4{
			font-weight: bold;
			font-size: 1.2em;
		}
		#cast_main td p{
			font-size: 1.0em;
			line-height: 30px;
		}
#cast_main h2{
	font-weight: bold;
	font-size: 1.5em;
	width: 760px;
	margin: 0 0 0px 0;
	border-bottom: 3px solid #F47920;
	color: #F47920;
}
#cast_main table.nonhr{
	border-bottom: 0px dashed #81CEEC;
	margin: 50px 30px 0px 30px;
	padding: 0;
	height: 20px;
	overflow:hidden;
	line-height: 20px;
}

.top_link{
	position: relative;
	top: -20px;
	left:  700px;
	width: 50px;
}
.top_link a{
	color: gray;
}
#cast_op{
 color: #444;
 font-size: 1.0em;
 line-height: 25px;
 padding:10px;
 margin:10px;
}

/* ticket */
#ticket_main{
	border: 0px solid red;
	width: 900px;
	margin: 50px 0 0 30px;
	line-height: 25px;
}
#ticket_main h2{
	font-weight: bold;
	font-size: 1.5em;	border-bottom: 3px solid #F47920;
	color: #F47920;
	margin: 40px 0 10px 0;
}
#ticket_main table{
	border-collapse: collapse;
}
#ticket_main table.border{
	
}
#ticket_main table.border th{
	border: 1px solid gray;
	padding: 5px;
}
#ticket_main table.border td{
	border: 1px solid gray;
	padding: 5px;
}
#ticket_main strong{
	font-weight: bold;
}
table#cal{
	border-collapse: collapse;
}
table#cal td{
	border: 1px solid #666;
	text-align: center;
	padding: 7px;
}

#ticket_main dt{
	font-weight: bold;
}
#ticket_main dd{
	margin-left: 20px;
}
#ticket_main table td.left_td{
	padding-left: 30px;
}

/* info */
#info_main{
	border: 1px dashed gray;
	margin: 50px;
	padding: 30px;
	color: #444;
	line-height: 25px;
	font-size: 1.2em;
}
#info_main table{
	border-collapse: collapse;
}
#info_main table td{
	border: 1px solid gray;
	padding: 5px;
	text-align: center;
}


/* story */
#story_main{
	border: 1px dashed gray;
	margin: 50px;
	padding: 30px;
	color: #444;
	line-height: 25px;
	font-size: 1.2em;
}

pre#story p.right{
	text-align: right;
}


/* privacy */
#privacy_main{
	border: 1px dashed gray;
	margin: 50px;
	padding: 30px;
	color: #444;
}
#privacy_main h2{
	font-weight: bold;
	font-size: 1.3em;

}

#privacy_main dt{
	font-weight: bold;
	margin: 20px 0 0 0;
}
#privacy_main dd{
	line-height: 20px;
	margin: 0 0 0 20px;
}

/* contact */
#contact_main{
	border: 1px dashed gray;
	margin: 50px;
	padding: 30px;
	color: #444;
	font-size: 1.3em;
	line-height: 30px;
}

/* special */
#special_main{
	border: 1px dashed gray;
	margin: 50px;
	padding: 30px;
	color: #444;
	font-size: 1.0em;
	line-height: 25px;
}

/* footer
--------------------------------*/
#footer_menu{
	text-align: right;
	width: 960px;
	border-bottom: 4px solid #EEE;
}
#footer_menu a{
	color: #666;
}

#footer_bottom{

	
}
#footer_bottom_left{
	float: left;
}
#footer_bottom_right{
	float: left;
	width: 960px;
	border: 0px solid red;
	text-align: center;
}
