/* ----------ページ全体----------*/
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url("../img/common/bg_keepout.gif");
}

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

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

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

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

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

/* テキスト文字フォーマット */
td {
	font-size: 12px;
	line-height: 16px;
	color: #CCCCCC;
}

.h1 {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
.g_artist {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
.artist_no {
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}
.title_s {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	line-height: 14px;
}
.time_a {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 10px;
}
.time_t {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 9px;
}
.box_w {
	padding: 5px;
	border: 1px solid #FFFFFF;
}
.time_a_s {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 10px;
}
