@charset "utf-8";
@import url("import.css");

/* -----------------------------------------------------------
CSS Information
 File name:      index.css
 Style Info:     インデックスファイル、ダウンロードファイル用CSS
----------------------------------------------------------- */

/*----------------------------------------------------
	index用
----------------------------------------------------*/

#index #navi h1 {
	background:url(../img/share/logo.png) no-repeat;
}

#index_information {
	width:920px;
	height:25px;
	margin:0 auto;
}

#index_information p {
	background:url(../img/share/index_information.png) no-repeat;
	padding-left:100px;
	margin:22px 0 0 250px;
	position:relative;
	height:20px;
}

#flashwap{
	position:absolute;
	z-index:-100;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

#none_flash_btn{
	position:absolute;
	z-index:+500;
	left:37%;
}