@charset "utf-8";
#slide_area{
	background:#000000;
	height:auto;
	padding:5px;
}
#slide_wrapper{
	margin:0px auto;
	width:auto;
	overflow:hidden;
}
#slider{
	z-index:-1;
}
#banner_slide_wrapper{
	margin:0px auto;
	width:auto;
	overflow:hidden;
}
ul#banner_slide{
	margin:10px auto;
	list-style:none;
}
ul#banner_slide li{
	width:137px;
	margin-left:30px;
}
ul#banner_slide li a{
	width:137px;
	display:block;
	border:1px solid #000000;
}
#wrapper{
	position:relative;
	width:320px;
	height:2100px;
}
#left_area{
	margin-top:20px;
	width:320px;
	position:absolute;
	top:160px;
}
ul#performer{
	width:330px;
	margin:20px auto 30px auto;
	list-style:none;
	overflow:visible;
}
ul#performer li{
	width:150px;
	height:190px;
	float:left;
	margin:15px 0px 0px 15px;
	background:#000;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	vertical-align: middle;
	color:#fff;
}
ul#performer li img{
	width:150px;
	height:150px;
}
ul#performer li a{
	width:150px;
	height:190px;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	display:block;
}
ul#performer li a img{
	width:150px;
	height:150px;
}
ul#performer li span{
	width:150px;
	height:30px;
	display: table-cell;
	vertical-align: middle;
}
#right_area{
	position:absolute;
	top:20px;
}
#new{
	width:314px;
	height:110px;
	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:314px;
	height:110px;
	overflow-y:scroll;
}
dl#new_info dt,dl#new_info dd{
	margin:0px;
	margin-top:10px;
	margin-left:10px;
	font-size:10px;
}
dl#new_info dt{
	width:70px;
	float:left;
}
dl#new_info dd{
	width:280px;
	border-bottom:1px dotted #000000;
}
#fb{
	display:none;
}