@charset "UTF-8";

/* 氣の葉祭
------------------------------------- */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

img {
	border: 0;
}

#display {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}

#contents {
	position: absolute;
	left: 0;
	top: 0;
	width: 1000px;
	height: 667px;
	overflow: hidden;
}


/* 背景画像
------------------------------------- */

#background0 {
	position: absolute;
	left: 0;
	top: 0;
	width: 1000px;
	height: 667px;
	overflow: hidden;
}


/* タイトル
------------------------------------- */

#title {
	position: absolute;
	z-index: 10;
	left: 44%;
	top: 13.5%;
	width: 16.4%;
	height: 63%;
}

*html #title {
	left: 44%;
	top: 16%;
	width: 16.4%;
	height: 63%;
}


/* メニュー
------------------------------------- */

.menu {
	position: absolute;
	z-index: 10;
	width: 3.8%;
	height: 21%;
}

*html .menu {
	width: 3.7%;
	height: 20%;
}

#menu_rekishi {
	left: 29.5%;
	top: 20%;
}

*html #menu_rekishi {
	left: 29.7%;
	top: 22.8%;
}

#menu_enmusubi {
	left: 89.6%;
	top: 0.8%;
}

*html #menu_enmusubi {
	left: 89.8%;
	top: 3.4%;
}

#menu_kinoha {
	left: 2.3%;
	top: 35%;
}

*html #menu_kinoha {
	left: 2.5%;
	top: 37.8%;
}


/* ナビ
------------------------------------- */

.navi {
	position: absolute;
	z-index: 10;
	left: 1.2%;
	width: 6.4%;
	height: 2.6%;
}

*html .navi {
	left: 1.4%;
	width: 6.4%;
	height: 3%;
}

#navi_home {
	top: 2.7%;
}

*html #navi_home {
	top: 5.1%;
}

#navi_rekishi {
	top: 6.2%;
}

*html #navi_rekishi {
	top: 8.4%;
}

#navi_enmusubi {
	top: 9.5%;
}

*html #navi_enmusubi {
	top: 11.7%;
}

#navi_kinoha {
	top: 12.8%;
}

*html #navi_kinoha {
	top: 15.2%;
}


/* YouTube
------------------------------------- */

#youtube {
	display: none;
	position: absolute;
	z-index: 10;
	right: 1.4%;
	bottom: 1.8%;
	width: 360px;
	height: 218px;
}
