@charset "utf-8";


#content #liveditails {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #003399;
}

.livebox{
	width:820px;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:2px dotted #CCCCCC;
}
.box_left{
	width:320px;
	float:left;
}
.box_right{
	width:470px;
	float:right;
}
.box_right h3{
	padding:0 0 10px 0;
	color:#003399;
	font-size:1.2em;
	font-weight:bold;
}
.box_right .music_list li {
	float: left;
	width: 190px;
	margin-bottom: 10px;
}


.clear{
	clear:both;
}



#footer {
	text-align: right;
	padding-bottom: 100px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 15px;
	width: 820px;
	clear: both;
	margin-top: 100px;
	padding-right: 40px;
	padding-left: 40px;
}

