@charset "utf-8";
h3{
	margin-bottom:10px;
}
#slide_area{
	margin:0px auto;
	background:#000000;
	min-width:1000px;
	height:auto;
	padding:5px;
}
#slide_wrapper{
	margin:0px auto;
	width:1000px;
	height:auto;
	overflow:hidden;
}
#slider{
	z-index:-1;
}
#banner_slide_wrapper{
	margin:0px auto;
	width:1000px;
	height:100px;
	overflow:hidden;
}
ul#banner_slide{
	margin:10px auto;
	list-style:none;
}
ul#banner_slide li{
	width:300px;
	height:80px;
}
ul#banner_slide li a{
	border:1px solid #000000;
	width:300px;
	height:80px;
	display:block;
}
#left_area{
	margin-top:20px;
	width:665px;
	float:left;
}
ul#performer{
	width:665px;
	margin:20px auto 30px auto;
	list-style:none;
}
ul#performer li{
	width:200px;
	height:260px;
	float:left;
	margin:15px 0px 0px 15px;
	background:#000;
	text-align:center;
	font-weight:bold;
	vertical-align: middle;
	color:#fff;
}
ul#performer li a{
	width:200px;
	height:260px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-weight:bold;
	display:block;
}
ul#performer li span{
	width:200px;
	height:40px;
	display: table-cell;
	vertical-align: middle;
}
#right_area{
	margin-top:20px;
	width:335px;
	float:right;
}
#new{
	width:329px;
	height:150px;
	background:#ffffff;
	margin-top:26px;
	margin-bottom:20px;
    position: relative;
    border: solid 3px #063;
}
#new .box-title {
    position: absolute;
    display: inline-block;
    top: -26px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #063;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
dl#new_info{
	width:329px;
	height:150px;
	overflow-y:scroll;
}
dl#new_info dt,dl#new_info dd{
	margin:0px;
	margin-top:10px;
	margin-left:10px;
	font-size:12px;
}
dl#new_info dt{
	width:90px;
	float:left;
}
dl#new_info dd{
	width:300px;
	border-bottom:1px dotted #000000;
}