body {
	background-color: #000000;
	margin-top: 20px;
	margin-bottom: 40px;
}

/* 全体のリンク色などの設定 */
A {
  text-decoration: none;
}

/* 未訪問リンク色の設定 */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

/* 訪問済みリンク色の設定 */
a:visited {
	text-decoration: none;
	color: #FFFFFF
}

/* リンクを選択した瞬間の色の設定 */
a:active {
	text-decoration: none;
	color: #FFCC00;
}

/* マウスをかざしたときのリンク色の設定 */
a:hover {
	text-decoration: underline;
	color: #FF0000;
}

/* テキスト文字フォーマット */
td {
	font-size: 12px;
	line-height: 13px;
	color: #FFFFFF;
}
.text_report {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 17px;
}
.text_report_e {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 13px;
}
.title_report {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}
.text_artist {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
.title_artist {
	font-size: 14px;
	font-weight: bold;
}