/* ----------ページ全体----------*/
body {
	background-color: #000000;
}

/* 全体のリンク色などの設定 */
A {
  text-decoration: none;
}

/* 未訪問リンク色の設定 */
a:link {
	color: #999999;
	text-decoration: none;
}

/* 訪問済みリンク色の設定 */
a:visited {
	text-decoration: none;
	color: #999999;
}

/* リンクを選択した瞬間の色の設定 */
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* マウスをかざしたときのリンク色の設定 */
a:hover {
	text-decoration: none;
	color: #FFCC00;
}

/* テキスト文字フォーマット */
td {
	font-size: 12px;
	line-height: 18px;
	color: #CCCCCC;
}

.text1_box_l {
	font-size: 12px;
	padding-right: 15px;
}
.text1_box_r {
	font-size: 12px;
	padding-left: 15px;
}
.line_dot {
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #CCCCCC;
	border-left: none;
}
