@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	width: auto;
	height: 100%;
	font-family: "游ゴシック", "Yu Gothic UI","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 100%;
	color: #FFF;
	background-color: #91A9B5;
	line-height: 1.6em;
}
a {
}
a:link {
	color: #273C4B;
	text-decoration: none;
}
a:visited {
	color: #203646;
	text-decoration: none;
}
a:hover {
	color: #546375;
}
a:active {
}
#container {
	width: 100%;
	padding-top: 360px;
	position: relative;
	min-width: 1000px;
}
#stage {
	z-index: 100;
	left: 0px;
	top: 0px;
}
.stage {
	height: 360px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
#sky  {
	background-image: url(../images/sky.png);
	background-position: 0px 0px;
	background-color: transparent;
	background-repeat: repeat-x;
}
#star  {
	background-image: url(../images/star.png);
	background-position: 0 0px;
	background-color: transparent;
	background-repeat: repeat-x;
}
#bird {
	background-image: url(../images/bird.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	z-index: 2000;
	height: 160px;
	width: 103px;
	left: 10px;
	top: 10px;
	cursor: pointer;
}

#mori {
	background-color: transparent;
	background-image: url(../images/mori.png);
	background-repeat: repeat-x;
	background-position: 0px 179px;
}
#tree {
	background-color: transparent;
	background-image: url(../images/tree.png);
	background-repeat: repeat-x;
	background-position: 0px 160px;
}
#logo {
	background-image: url(../images/2015LOGO.png);
	position: absolute;
	height: 82px;
	width: 281px;
	left: 44px;
	top: 45px;
	z-index: 1900;
	text-indent: -9999px;
}
#container audio {
	padding-top: 100px;
	z-index: 2500;
}
#main {
	padding-left: 100px;
	padding-top: 70px;
}
#main nav ul {
	list-style-type: disc;
	font-size: 120%;
}
#main nav {
	float: left;
	width: 200px;
	height: 100%;
}

.panel {
	display: none;
	padding-bottom: 100px;
	float: left;
	padding-top: 20px;
}
address dl dt {
	float: left;
	width: 22px;
	clear: both;
}

address dl dd {
	padding-left: 50px;
	float: left;
}
#coment {
	width: 300px;
	padding-bottom: 20px;
	text-align: justify;
	padding-top: 20px;
}
#main #about ul {
	list-style-position: inside;
	list-style-type: circle;
}
video {
	clear: both;
	float: left;
}
