@charset "Shift_JIS";
/* 全体構造
---------------------------------------------------- */
body {
	margin: 0;
	background-color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 160%;
	color: #FFFFFF;
	background-image: url(image/index_bg.jpg);
	background-repeat: repeat-x;
	}
a:link {
	text-decoration:none;color:#28C8FF
	}
a:active {
	text-decoration:none;color:#28C8FF
	}
a:visited {
	text-decoration:none;color:#28C8FF
	}
a:hover {
	text-decoration:underline;color:#FFFFFF
	}
	
/* 通常テキスト */
td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 160%;
	color: #FFFFFF;
}
/* 通常テキスト */
.small_text01 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 160%;
	color: #8C8CA0;
}
