<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ****************************************
	���j���[�@
*******************************************/


ul#navigation {
	position: relative;
	width: 623px;
	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: 185px;
}
html&gt;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: 119px;
	}
li#ticket a{ 
	background: transparent url(../img/m03.gif) no-repeat 0 0;
	left: 228px;
	}
li#special a{ 
	background: transparent url(../img/m04.gif) no-repeat 0 0;
	left: 332px;
	}
	li#asiacircuit a{ 
	background: transparent url(../img/m05.gif) no-repeat 0 0;
	left: 438px;
	}
	
li#top a:hover, 
li#about a:hover, 
li#ticket a:hover, 
li#special a:hover, 
li#asiacircuit a:hover{ 
	background-position: 0px -42px;
	}


p{
	font-size: 90%;
	margin: 10px 20px;
	text-align: left;
}</pre></body></html>