@charset "UTF-8";

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


ul#navigation {
	position: relative;
	width: 626px;
	margin: 0;
	height: 42px;
	list-style: none;
	overflow: hidden;
}

ul#navigation li a {
	height: 84px;
	position: absolute;
	overflow: hidden;
	padding: 84px 0 0 0;
	text-indent: -100em;
	text-decoration: none;
	top: 0;
	width: 156px;
}
html>body ul#navigation li a{
	height: 0;
}

li#top a{ 
	background: transparent url(../../img/m01.gif) no-repeat 0 0;
	left: 0px;
	}
li#about a{ 
	background: transparent url(../../img/m02.gif) no-repeat 0 0;
	left: 84px;
	}
li#ticket a{ 
	background: transparent url(../../img/m03.gif) no-repeat 0 0;
	left: 212px;
	}
li#special a{ 
	background: transparent url(../../img/m04.gif) no-repeat 0 0;
	left: 335px;
	}
	li#wwf a{ 
	background: transparent url(../../img/m05.gif) no-repeat 0 0;
	left: 470px;
	}
	
li#top a:hover, 
li#about a:hover, 
li#ticket a:hover, 
li#special a:hover, 
li#wwf a:hover{ 
	background-position: 0px -42px;
	}


p{
	font-size: 90%;
	margin: 10px 20px;
	text-align: left;
}