/* 基本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;
}


/* ブロック */
.block-title{
	font-size: 15px;
	padding: 3px;
}
.block-body{
	padding: 8px 10px 8px 10px;
	background-color: #ffffff;
}
.list-dot{
	padding: 2px 3px 2px 9px;
	vertical-align: top;
}
.list-word{
	padding: 2px 5px 2px 5px;
}
.list-index{
	padding: 1px 5px 1px 5px;
}
.lv-link{
	font-weight: bold;
	padding: 2px 25px 2px 25px;
}


/* 譜面別色分け */
.tdn{
	background-color: #ffffff;
	text-align: center;
	padding: 2px 5px 2px 5px;
}
.tdh{
	background-color: #fff8ea;
	text-align: center;
	padding: 2px 5px 2px 5px;
}
.tdex{
	background-color: #fff4f4;
	text-align: center;
	padding: 2px 5px 2px 5px;
}
.td-title{
	background-color: #ffead5;
	text-align: center;
}
