@charset "shift_jis";
/* import ---------------------------------------------------------*/

@import "style.css";

/* default  -------------------------------------------------------*/

* {
	border:0 none;
	color:#fff;
	font-family:"MS UI Gothic","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","Lucida Grande","MS Gothic";
	font-size:12px;
	margin:0;
	padding:0;
}

a{
	color:#c7c7c7;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}

a:hover{color:#23b2e8;}

body{
	margin:0px;
	padding:0px;
	background:url(../img/bg.gif) repeat-x #000;
	text-align:center;	
}

/* index@-------------------------------------------------------*/

.index_enter_btn a{
	width:287px;
	height:60px;
	display:block;
	margin:0px auto;
	padding:0px;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	background:url(../img/index_enter.jpg) no-repeat 0 0;
}
.index_enter_btn a:hover{
	background:url(../img/index_enter.jpg) no-repeat 0 -60px;
}	
.index_back a{
	width:259px;
	height:40px;
	display:block;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
	background:url(../img/index_back.jpg) no-repeat 0 0;
	float:right;
}
.index_back a:hover{
	background:url(../img/index_back.jpg) no-repeat 0 -40px;
}

/* page@-------------------------------------------------------*/

#wrapper{
	width:768px;
	margin:0 auto;
	padding:0px;
	background:url(../img/inner_bg.jpg) repeat-y 0 0;
}
#wrapper .page_title{
	width:768px;
	margin:0px;
	padding:0px;
	background:#000;
}	
#wrapper .fr{
	width:768px;
	height:40px;
	margin:0px;
	padding:0px;
	background:#000;
}
#wrapper .contents_inner{
	width:768px;
	margin:0px;
	padding:0px;
	display:block;
}
#footer{
	position:relative;
	margin:0px;
	padding:0px;
}
#footer .txt_links{
	position:absolute;
	width:60%;
	top:40px;
	left:20%;
	right:20%;
	margin:0px auto;
	padding:0px;
	z-index:1;
	text-align:center;
}
#footer .index_pos{top:-30px;}	