@charset "utf-8";
/* CSS Document */
body{
	background:#000000;
	color:#FFFFFF;
	font-size:12px;
	line-height:1.5;
	font-family: "arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック","MS PGothic", sans-serif;
}

/* メインリンク色---------------- */
a:link{color:#ffffff; text-decoration:none;}
a:visited{color:#ffffff; text-decoration:none;}
a:hover{color:#ffffff; text-decoration:underline;}
a:active{color:#ffffff; text-decoration:underline;}

/*-----------------------------------------------------------------------------------
▼インデックス設計
---------------------------------------------------------------------------------- */
#index{
}
/*-----------------------------------------------------------------------------------
▼ヘッダー設計
---------------------------------------------------------------------------------- */
#index .header{
	background:url(../images/index/header_bg.jpg) repeat-x;
	margin:0 auto 0 auto;
	text-align:center;
	height:37px;
	width:100%;
}
#index .header_box{
	height:37px;
	width:950px;
	margin:0 auto 0 auto;
}
#index .header_box h1{
	font-size:12px;
	padding: 14px 0 0 0;
}
/*-----------------------------------------------------------------------------------
▼センター設計
---------------------------------------------------------------------------------- */
/* Flash位置調整 */
#enter-flash {
	position: relative;
	top: 0px;
	left: 32px;
}

#index .center{
	background:url(../images/index/page_back.jpg) no-repeat top;
	text-align:center;
	margin:0 auto 0 auto;
	padding:0;
	width:100%;
}
#index .center_box{
	text-align:center;
	margin:0 auto 0 auto;
	padding:0;
}
/* 空白スペース */
#index .center_box .Air{
	text-align:center;
	margin:0 auto 0 auto;
	padding:0;
	width:950px;
	height:560px;
}
/* 入場テキスト */
#index .center_box .Ent{
	text-align:center;
	margin:0 auto 0 auto;
	padding:0;
	width:950px;
	height:20px;
}
/* ＳＥＯテキスト */
#index .center_box .Txt{
	text-align:center;
	margin:0 auto 0 auto;
	padding:0;
	width:950px;
	height:80px;
}
/* モバイル情報 */
#index .center_box .Mob{
	text-align:center;
	margin:0 auto 0 auto;
	padding:0;
	width:950px;
	height:180px;
}
#index .center_box .Sen{
	background:url(../images/index/footer_line.gif) repeat-x;
	text-align:center;
	margin:20px auto 0 auto;
	width:100%;
	height:5px;
}
#index .center_box .Fot{
	text-align:center;
	margin:0 auto 0 auto;
	width:950px;
	height:35px;
	padding: 20px 0 0 0;
}
/* fグループ総合バナー */
#index-banner {
	margin-top: 92px;
	padding-left: 80px;
	text-align: left;
}
/*-----------------------------------------------------------------------------------
▼フッター設計
---------------------------------------------------------------------------------- */
#index .footer{
	margin:0 auto 0 auto;
	text-align:center;
	width:100%;
	height: 50px;
}
#index .footer_line{
	background:url(../images/index/footer_line.gif) repeat-x;
	margin:0 auto 0 auto;
	text-align:center;
	height:5px;
	width:100%;
}
#index .footer_Box{
	margin:10px auto 0 auto;
	text-align:center;
}
