body{
	font-size: 13px;
	background-color: #ffffee;
	scrollbar-face-color: #1e922b;
	scrollbar-track-color: #ffffee;
	scrollbar-arrow-color: #ffffee;
	scrollbar-3dlight-color: #ffffee;
	scrollbar-highlight-color: #ffffee;
	scrollbar-shadow-color: #ffffee;
	scrollbar-darkshadow-color: #ffffee;
	-webkit-text-size-adjust: none;
}
a{
	color: #ff4040;
	text-decoration: none;
}
a:hover{
	color: #555555;
	text-decoration: underline;
}
table{
	font-size: 13px;
	line-height: 18px;
}

/* パンくずリスト */
.path{
	border: #888888 1px dotted;
	padding: 0px 10px;
}
.lred{
	color: #ff4040;
}

/* ページタイトル */
.title-f{
	margin: 10px 0px 10px 0px;
}
.title{
	font-size: 16px;
	color: #008000;
	font-weight: bold;
}

/* ブロック */
.block{
	background-color: #6dd17a;
}
.b-title{
	background-color: #e6f7e9;
	font-size: 15px;
	padding: 3px 5px 3px 5px;
}
.b-main{
	background-color: #ffffff;
	font-size: 13px;
	padding: 7px 15px 7px 15px;
}

/* 　新曲　 */
.new-t{
	text-align: center;
	padding: 2px 8px;
	background-color: #e6f7e9;
}
.new{
	text-align: center;
	padding: 2px 8px;
	background-color: #ffffff;
}

/* 　リスト　 */
.lt{
	text-align: center;
	background-color: #00aa55;
	padding: 5px 3px 5px 3px;
	color: #ffffff;
	font-weight: bold;
}
.la{
	text-align: left;
	background-color: #eaffea;
	padding: 2px 12px 2px 12px;
	font-weight: bold;
}
.ld{
	text-align: center;
	background-color: #ffffff;
	padding: 2px 3px 2px 3px;
}
.joy{
	background-color: #eaffff;
	text-align: center;
	font-weight: bold;
	padding: 2px 3px;
}
.dam{
	background-color: #ffeaea;
	text-align: center;
	font-weight: bold;
	padding: 2px 3px;
}
.uga{
	background-color: #ffffdf;
	text-align: center;
	font-weight: bold;
	padding: 2px 3px;
}
.t-j{
	background-color: #eaffff;
	text-align: center;
	padding: 2px 3px;
}
.t-d{
	background-color: #ffeaea;
	text-align: center;
	padding: 2px 3px;
}
.t-u{
	background-color: #ffffdf;
	text-align: center;
	padding: 2px 3px;
}


/* 補足 */
span.hosoku{
	color: #cc0000;
}
span.title{
	color: #008000;
	font-size: 16px;
	font-weight: bold;
}

/* 情報提供者 */
.thanks-t{
	text-align: center;
	background-color: #eaffea;
	padding: 2px 3px 2px 3px;
}
.thanks-l{
	text-align: center;
	background-color: #ffffff;
	padding: 2px 3px 2px 3px;
	width: 110px;
}

/* 　フッター　 */
.footer-l{
	border: #888888 1px dotted;
	padding: 1px 10px;
	text-align: left;
}
.footer-r{
	border: #888888 1px dotted;
	padding: 1px 10px;
	text-align: right;
}
