@charset "utf-8";
/* CSS Document */

.music {
margin-bottom:30px;
}
.music .link{
width:100%;
border-bottom:1px solid #ccc;
}
.link{
	padding:4px;
	width:700px;
}

.odd
{
	background-color:#e7e7e7;
}

.even
{
	background-color:#FFF;
}