div.content {
	margin: 0px 0px 30px;
}

table.themesong-list {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	width: 100%;
}
table.themesong-list th,
table.themesong-list td {
	border: 1px solid #cccccc;
}
table.themesong-list th {
	padding: 7px 0px;
	background: url(../../image/bg-th_h3_c2.gif);
	background-color: #d7ebff;
	color: #3366cc;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
table.themesong-list td {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
}
table.themesong-list th.number {
	width: 45px;
}
table.themesong-list th.name {
	width: 90px;
}
table.themesong-list th.music {
	width: 242px;
}
table.themesong-list th.artist {
	width: 134px;
}
table.themesong-list th.remark {
	width: 130px;
}
table.themesong-list td.number,
table.themesong-list td.name {
	text-align: center;
}

