﻿/*音乐周边页面布局*/
#main {
	margin: 0 auto;
	width: 770px;
	padding-bottom: 20px;
	margin-top: 5px;
	background: #fff;
	overflow: hidden;
	height: 100%;
}
#center {
	width: 730px;
	margin: 0 auto;
	color: #8F8F94;
	margin-bottom: 10px;
}
.title {
	overflow: hidden;
	height: 100%;
	margin-top: 10px;
}
.title li {
	float: left;
	margin-right: 12px;
}
.title .right {
	margin-right: 0px;
}
.title li a {
	height: 24px;
	width: 111px;
	display: block;
	text-align: center;
	line-height: 200%;
	background: url('bg_01.gif') no-repeat;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}
.title li a:hover {
	color: #BEBDBD;
}
.list {
	margin-top: 30px;
}
.list li {
	height: 15px;
	overflow:hidden;
	height:100%;
	line-height: 200%;
	letter-spacing: 1px;
	padding-left: 20px;
	margin-top: 5px;
	border: 1px #D8D7D5  solid;
}
.list li a {
	font-weight: bold;
	letter-spacing: 1px;
}
.list li a:hover {
	color: #000;

}
.list .red {
	color: black;
	font-size: 14px;
	letter-spacing: 2px;
	text-align:center;
	padding-left:0px;
}
h1 {
	font-size: 12px;
	text-align: center;
	line-height: 200%;
	letter-spacing: 2px;
	background-color: #EEEEEE;
	margin-top: 10px;
	margin-bottom: 8px;
	color: #68686A;
	height:25px;
}

