/* 基本CSS */
body {
	color: #000000;
	background-color: #ffffee;
	font-size: 13px;
	line-height: 18px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:link {
	color: #ff156d;
}
a:visited {
	color: #ff156d;
}
a:active {
	color: #ff156d;
}
table{
	font-size: 13px;
	line-height: 18px;
}


/* カテゴリ */
.category{
	text-align: center;
	font-size: 15px;
}
.l{
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold;
}


/* 曲リスト */
.tdtitle{
	text-align: center;
	padding: 7px 0px 7px 0px;
}
.mdata{
	text-align: center;
	background-color: #ffffff;
}
.mdata2{
	text-align: center;
	background-color: #ffefdf;
}
.comment{
	text-align: left;
	background-color: #ffffff;
}
.center{
	text-align: center;
}

