@charset "UTF-8";
/* CSS Document */
* {margin:0; padding:0; border:0}
body {font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";background-color: #000000;font-size: 12px;color: #FFFFFF;}
/* LINK STYLE */
a:link{color: #FFFFFF;text-decoration: none;}

a:visited {color: #FFFFFF;text-decoration: none;}

a:hover {color: #FF0000;text-decoration: none;}

a:active {color: #CCCCCC;text-decoration: none;}

.header{
	background-image: url(../img/index_logo_2.png);
	height: 100px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.contents{background-image: url(../img/index_bg2.png);height: 534px;width: 600px;margin-right: auto;margin-left: auto;}
.pit{height: 450px;width: 600px;}
.space{float: left;height: 30px;width: 170px;}
.jp{height: 30px;width: 600px;}
.jp .enter{overflow: hidden;float: left;height: 30px;width: 260px;}
.jp .enter a {display: block;height: 30px;background-repeat: no-repeat;background-position: 0 0;text-indent: -9999px;outline: none; background-image:url(../img/index_enter_jp.png)}
.jp .enter a:hover {background-position: 0 100%;}
.en{height: 30px;width: 600px;margin-top: 10px;}
.en .enter{overflow: hidden;float: left;height: 30px;width: 260px;}
.en .enter a {display: block;height: 30px;background-repeat: no-repeat;background-position: 0 0;text-indent: -9999px;outline: none; background-image:url(../img/index_enter_en.png)}
.en .enter a:hover {background-position: 0 100%;}

.footer {font-family: "Times New Roman", Times, serif;font-size: 12px;text-align: center;padding-top: 10px;padding-bottom: 10px;}

.maintenance{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 18px;
	height: 200px;
	padding-top: 50px;
}
