@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	background-image:url(../images/bg.jpg);
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	margin-top:0;
}

.normtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cccccc;	
	line-height:20px;
}

.normtext_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#cccccc;	
	line-height:20px;
}

.sp_text_1_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;	
	line-height:20px;
}

.blk_normtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;	
	line-height:16px;
}

.foot_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;	
	line-height:20px;
}

.foot_text_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#797979;	
	line-height:20px;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #d8b042;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}

.a2:link {
	color: #1594c3;
	text-decoration: none;
}
.a2:visited {
	text-decoration: none;
	color: #1594c3;
}
.a2:hover {
	text-decoration: underline;
	color: #0d6f93;
}
.a2:active {
	text-decoration: none;
	color: #1594c3;
}

.a3:link {
	color: #333333;
	text-decoration: none;
}
.a3:visited {
	text-decoration: none;
	color: #333333;
}
.a3:hover {
	text-decoration: none;
	color: #cccccc;
}
.a3:active {
	text-decoration: none;
	color: #333333;
}


