/* ----------ページ全体----------*/
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: #003366;
	text-decoration: none;
}

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

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

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

/* リンク色などの設定 */
#head_l a {
  text-decoration: none;
}

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

/* 訪問済みリンク色の設定 */
#head_l a:visited {
	text-decoration: none;
	color: #999999;
}
/* リンクを選択した瞬間の色の設定 */
#head_l a:active {
	text-decoration: none;
	color: #999999;
}
/* マウスをかざしたときのリンク色の設定 */
#head_l a:hover {
	text-decoration: none;
	color: #ffffff;
}

/* テキスト文字フォーマット */
td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

.text1_box {
	font-size: 12px;
	color: #333333;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 18px;
}
.title1 {
	font-size: 14px;
	color: #333333;
	padding-top: 6px;
	font-weight: bold;
}
.title1_w {
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 6px;
	font-weight: bold;
	padding-left: 6px;
	padding-bottom: 6px;
	line-height: 20px;
}
.text1_blue {
	font-size: 12px;
	color: #006699;
	line-height: 18px;
}
.text1_r {
	font-size: 12px;
	color: #FF0000;
	line-height: 18px;
}
.text2_r {
	font-size: 14px;
	color: #FF0000;
	line-height: 18px;
}
.index {
	padding: 15px 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 14px;
	font-weight: 700;
	color: #003366;
}
.line_dot {
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #999999;
	border-left: none;
}
.box1 {
	padding: 5px;
	border: 1px solid #333333;
}
.text1_w {
	font-size: 12px;
	color: #FFFFFF;
}
.index_2 {

	padding: 15px 5px 5px;
	font-size: 14px;
	font-weight: 700;
	color: #003366;
}
.index_3 {

	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 14px;
	font-weight: 700;
	color: #003366;
}
.h1 {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
.link_e {
	font-size: 12px;
	color: #FF0000;
}
.title2 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	vertical-align: bottom;
}
.2006_box {
	font-size: 12px;
	color: #FF0000;
	padding-right: 10px;
	padding-top: 5px;
	text-align: right;
}
.title_s {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	line-height: 14px;
}
.text1_box2 {
	font-size: 11px;
	color: #333333;
	line-height: 17px;
	padding: 10px;
}
.box_r {
	border: 1px solid #FF0000;
}
.line_dot_r {

	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #FF0000;
	border-left: none;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.title1_l {
	font-size: 14px;
	color: #333333;
	padding-top: 6px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
