@charset "UTF-8";

/*-
*リセットおよび初期化
*/
*{
	padding:0;
	margin:0;
}

body{
	min-width:900px;
	height:100%;
	color:#444444;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size:75%;
	line-height:140%;
	letter-spacing:0px;
	text-align:center;
	background:#000000;
	position:relative;
}

ul,ol{
	list-style:none;
}

a{
	color:#0000ff;
	text-decoration:none;
}
a:hover{
	color:#0000ff;
	text-decoration:underline;
}

img{ border:none; }

em{ font-style:normal; }

/*-
*レイアウト、コンテンツ用
*/


/*-
*キービジュアル
*/
.main_image{
	width:100%;
	min-width:900px;
	height:100%;
	overflow:hidden;
	position:fixed;
	bottom:0;
	left:0;
	z-index:0;
}

.main_image ul{
	width:100%;
	overflow:hidden;
}

.main_image ul li{
	width:100%;
	height:100%;
	position:absolute;
	display:none;
}

.main_image ul li img{
	width:100%;
	display:block;
}

.main_image ul li.active{
	display:block;
}

.bgwidth{
	width:100%;
}

.bgheight{
	height:100%;
}

/*-
*ベース
*/
#wrapper{
	margin-top:-62px;
	width:100%;
	height:125px;
	overflow:hidden;
	position:fixed;
	top:50%;
	left:0;
	z-index:10000;
}

#wrapper h1{ margin:0 auto 22px auto; }

#navi{
	margin-bottom:23px;
	width:100%;
	height:16px;
	overflow:hidden;
}

#navi li{
	padding:0 2px;
	display:inline;
}

#wrapper p{ margin:0 auto; }


/*-
*ベース
*/
#navi_back{
	width:100%;
	height:100%;
	background:#000000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	overflow:hidden;
	position:fixed;
	top:0;
	left:0;
	z-index:5000;
	display:none;
}
