/*
Plugin: jQuery Parallax
Version 1.1
Author: Ian Lunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

@charset "utf-8";
/* CSS Document */

/* base */

* {
	margin: 0;
	padding: 0;
}

body{
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin: 0;
	width: 100%;
	min-width: 1000px;
	padding: 0;
}
h1 {
	margin: 0 auto;
	padding: 45px 0 0 0;
}
h1#logo {
	width: 160px;
	height: 120px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/logo.png) left top no-repeat;
	position: fixed;
	top: 39px;
	left: 0;
	z-index: 999999;
}
h2 {
	margin: 0;
	padding: 0;
	text-align: center;
}
h3 {
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
}
img{
	border: 0;
}

p {
	color: #666;
	font-size: 12px;
	line-height: 1.8em;
	text-align: left;
	clear: both;
}

p.function {
	font-size: 10px;
}

ul, dl{
	color: #666;
	font-size: 12px;
	text-align: left;
	list-style: none;
}

h2 {
	margin: 0;
	padding: 0;
	text-align: center;
}
h3 {
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
}
dl {
	width: 620px;
	margin: 0 auto;
	padding: 0;
}
dl dt {
	color: #555;
	font-weight: bold;
	padding: 20px 0 10px 0;
}
dl dd {
	padding: 0 0 5px 0;
}

table{
	width: 630px;
	margin: 0 auto 30px auto;
	color: #666;
	font-size: 12px;
	line-height: 1.8em;
	text-align: left;
	background: #c3c4c6;
}
table th {
	color: #555;
	font-weight: bold;
	padding: 10px 0 10px 20px;
	background: #f5f5f8;
}
table td {
	padding: 10px 0 10px 20px;
	background: #FFF;
}
a {
	color: #336699;
	outline: 0;
}

/* headet */

#header h1, #pixels{
	color: #48941A;
}
#header {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.socials {
	margin: 0;
	padding: 40px 180px 0 20px;
	float: right;
}
.twitter-share-button {
	margin: 0 -40px 0 0;
}
*:first-child+html .twitter-share-button {
	margin: 0 -60px 0 0;
}
*:first-child+html .fb-like, *:first-child+html #fb-root  {
	float: left;
}
#official_fb {
	width: 165px;
	height: 25px;
	margin: 0;
	padding: 0 5px 0 0;
	text-indent: -9999px;
	display: block;
	background: url(images/facebook.png) left top no-repeat;
	float: left;
}
#official_fb:hover {
	background: url(images/facebook_ovr.png) left top no-repeat;
}
#official_tw{
	width: 165px;
	height: 25px;
	margin: 0;
	padding: 0 5px 0 0;
	text-indent: -9999px;
	display: block;
	background: url(images/twitter.png) left top no-repeat;
	float: left;
}
#official_tw:hover {
	background: url(images/twitter_ovr.png) left top no-repeat;
}

/* navi */

#gnav{
	width: 160px;
	height: 250px;
	list-style: none;
	position: fixed;
	top: 235px;
	left: 0;
	z-index: 999;
	padding: 0 0 10px 0;
	display: block;
}

#gnav li{
	margin: 0;
	padding: 0;
}

#gnav li a.current {
	background-color: orange;
}

#gnav li a#navi_01 {
	width: 160px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/navi/navi_01.jpg) left top no-repeat;
	overflow:hidden;
	outline:none;
}
#gnav li a#navi_01:hover {
	background: url(images/navi/navi_01_ovr.jpg) left top no-repeat;
}
#gnav li a#navi_02 {
	width: 160px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/navi/navi_02.jpg) left top no-repeat;
	overflow:hidden;
	outline:none;
}
#gnav li a#navi_02:hover {
	background: url(images/navi/navi_02_ovr.jpg) left top no-repeat;
}
#gnav li a#navi_03 {
	width: 160px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/navi/navi_03.jpg) left top no-repeat;
	overflow:hidden;
	outline:none;
}
#gnav li a#navi_03:hover {
	background: url(images/navi/navi_03_ovr.jpg) left top no-repeat;
}
#gnav li a#navi_04 {
	width: 160px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/navi/navi_04.jpg) left top no-repeat;
	overflow:hidden;
	outline:none;
}
#gnav li a#navi_04:hover {
	background: url(images/navi/navi_04_ovr.jpg) left top no-repeat;
}
#gnav li a#navi_05{
	width: 160px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/navi/navi_05.jpg) left top no-repeat;
	overflow:hidden;
	outline:none;
}
#gnav li a#navi_05:hover {
	background: url(images/navi/navi_05_ovr.jpg) left top no-repeat;
}
#gnav li a#navi_06 {
	width: 160px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/navi/navi_06.jpg) left top no-repeat;
	overflow:hidden;
	outline:none;
}
#gnav li a#navi_06:hover {
	background: url(images/navi/navi_06_ovr.jpg) left top no-repeat;
}
#gnav li a#navi_07 {
	width: 160px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/navi/navi_07.jpg) left top no-repeat;
	overflow:hidden;
	outline:none;
}
#gnav li a#navi_067:hover {
	background: url(images/navi/navi_07_ovr.jpg) left top no-repeat;
}



/* navi arrow */

#gnav li a#arrow_up {
	width: 50px;
	height: 40px;
	margin: 100px 0 0 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/navi/arrow_01.gif) left top no-repeat;
	overflow:hidden;
	outline:none;
}

#gnav li a#arrow_down {
	width: 50px;
	height: 40px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/navi/arrow_02.gif) left top no-repeat;
	overflow:hidden;
	outline:none;
}

#arrow li a.current {
	background-color: orange;
}

/* navi resist */

#regist{
	list-style: none;
	position: fixed;
	top: 160px;
	left: 0;
	z-index: 99999;
}

#regist li{
	margin: 0;
	padding: 0;
}

#regist li a#regist_btn {
	width: 160px;
	height: 75px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/navi/regist_btn.png) left top no-repeat;
	overflow:hidden;
	outline:none;
}
#regist li a#regist_btn:hover {
	background: url(images/navi/regist_btn_ovr.png) left top no-repeat;
}

#regist li a#exhib_btn {
	width: 160px;
	height: 75px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/navi/exhib_btn.png) left top no-repeat;
	overflow:hidden;
	outline:none;
}

/* banas */

h2#sponsor_title {
	position: fixed;
	top: 39px;
	right: 0;
	z-index: 999;
}
h2#media_title {
	position: fixed;
	top: 496px;
	right: 0;
	z-index: 999;
}

#banas01{
	list-style: none;
	position: fixed;
	top: 61px;
	right: 0;
	z-index: 999;
	overflow: hidden;
}
#banas02{
	height: 120px;
	list-style: none;
	position: fixed;
	top: 361px;
	right: 0;
	z-index: 999;
	overflow: hidden;
}
#banas03{
	height: 40px;
	list-style: none;
	position: fixed;
	top: 518px;
	right: 0;
	z-index: 999;
	overflow: hidden;
}

#banas01 li {
	width: 160px;
	height: 80px;
	margin: 0;
	padding: 0;
	clear: both;
}
#banas01 li.lunch {
	width: 160px;
	height: 60px;
	margin: 0;
	padding: 0;
	clear: both;
}
#banas02 li {
	width: 160px;
	height: 40px;
	margin: 0;
	padding: 0;
	clear: both;
}
#banas03 li {
	width: 160px;
	height: 40px;
	margin: 0;
	padding: 0;
	clear: both;
}
#banas li a {
	overflow:hidden;
	outline:none;
}
a#sponsor_list {
	width: 160px;
	height: 30px;
	position: fixed;
	top: 558px;
	right: 0;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/navi/bana_list.gif) left top no-repeat;
	overflow:hidden;
	outline:none;
	z-index: 999999;
}
a#sponsor_list:hover {
	background: url(images/navi/bana_list_ovr.gif) left top no-repeat;
}



/* contents */

#intro{
	background:url(images/bg_parts01.png) no-repeat fixed;
	background-position: 0px 55px;
	width: 100%;
	height: 1200px;
	margin: 0;
	padding: 0;
	z-index: 100;
	top: 0;
}
#intro .bg{
	background:url(images/bg_parts02.png) no-repeat fixed;
	background-position: 80% -150px;
	width: 100%;
	height: 750px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 200;
}

#first{
	background: url(images/bg_01.png) no-repeat fixed;
	background-position: 50% 0px;
	width: 100%;
	height: 650px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	z-index: 100;
}
#first .bg{
	background:url(images/bg_parts04.png) no-repeat fixed;
	background-position: 10% -60px;
	width: 100%;
	height: 750px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 200;
}
#first .bg2{
	background:url(images/bg_parts03.png) no-repeat fixed;
	background-position: 85% 130px;
	width: 100%;
	height: 750px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 200;
}

#second{
	background: #E9EFF4 url(images/bg_parts05.png) no-repeat fixed;
	background-position: 20% 0px;
	width: 100%;
	height: 650px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	z-index: 100;
}
#second .bg{
	background:url(images/bg_parts06.png) no-repeat fixed;
	background-position: 90% 60px;
	width: 100%;
	height: 750px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
}

#third{
	width: 100%;
	height: 650px;
	padding: 0;
	z-index: 100;
}
#third .bg{
	background:url(images/bg_parts07.png) no-repeat fixed;
	background-position: 50% 381px;
	width: 100%;
	height: 650px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
	background-position: 50% 80px;
}

#fifth{
	background: #E9EFF4;
	height: 650px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	z-index: 100;
}
#fifth2{
	background: #FFF;
	height: 650px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	z-index: 100;
}
#fifth h2{
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#sixth{
	background: url(images/bg_02.png) no-repeat fixed;
	background-position: 50% 0px;
	width: 100%;
	height: 1200px;
	padding: 0;
	z-index: 100;
}
#sixth .bg{
	background:url(images/bg_parts07.png) no-repeat fixed;
	background-position: 50% 45px;
	width: 100%;
	height: 850px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
}
#sixth h2, #sixth h3{
	width: 630px;
	margin: 0 auto;
	text-align: left;
}
#sixth p{
	width: 630px;
	margin: 0 auto;
	text-align: left;
	font-size: 10px;
}

#seventh{
	background: #E9EFF4 url(images/bg_parts05.png) no-repeat fixed;
	background-position: 20% 300px;
	width: 100%;
	height: 2400px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	z-index: 100;
}
#seventh .bg{
	background:url(images/bg_parts06.png) no-repeat fixed;
	background-position: 90% -110px;
	width: 100%;
	height: 2400px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
}
#seventh h2, #seventh h3{
	width: 630px;
	margin: 0 auto 20px auto;
	text-align: left;
}
#seventh h4{
	width: 640px;
	margin: 30px auto 0 auto;
	padding: 30px 0 0 0;
	text-align: left;
	font-size: 12px;
	color: #003366;
	border-top: #999 dotted 1px;
}
#seventh p{
	text-align: left;
	padding: 0 0 20px 0;
}
#seventh ul{
	width: 640px;
	margin: 0 auto;
	padding: 20px 0;
	line-height: 2em;
}
#seventh dl{
	width: 640px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	line-height: 1.8em;
}

#eighth{
	background: url(images/bg_parts05.png) no-repeat fixed;
	background-position: 5% -32px;
	width: 100%;
	height: 850px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	z-index: 100;
}
#eighth .bg{
	background:url(images/bg_parts06.png) no-repeat fixed;
	background-position: 90% 95px;
	width: 100%;
	height: 850px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
}
#eighth h2, #eighth h3{
	width: 630px;
	margin: 0 auto 20px auto;
	text-align: left;
}
#eighth h4{
	width: 640px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: left;
	font-size: 12px;
	color: #003366;
}
#eighth p{
	text-align: left;
	padding: 0;
}
#eighth ul{
	width: 640px;
	margin: 0 auto;
	padding: 20px 0;
	line-height: 2em;
}
#eighth dl{
	width: 640px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	line-height: 1.8em;
}

#nineth{
	background: url(images/bg_parts05.png) no-repeat fixed;
	background-position: 20% 90px;
	width: 100%;
	height: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	z-index: 100;
}
#nineth .bg{
	background:url(images/bg_parts06.png) no-repeat fixed;
	background-position: 90% 30px;
	width: 100%;
	height: 1200px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
}
#nineth h2, #nineth h3{
	width: 630px;
	margin: 0 auto 20px auto;
	text-align: left;
}
#nineth h4{
	width: 640px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 12px;
	color: #003366;
}
#nineth p{
	text-align: left;
	padding: 0;
}
#nineth ul{
	width: 640px;
	margin: 0 auto;
	padding: 20px 0;
	line-height: 2em;
}
#nineth table {
	width: 640px;
	margin: 20px auto 30px auto;
	padding: 0;
}

#ten{
	background: url(images/bg_parts05.png) no-repeat fixed;
	background-position: 20% 180px;
	width: 100%;
	height: 900px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	z-index: 100;
}
#ten .bg{
	background:url(images/bg_parts06.png) no-repeat fixed;
	background-position: 90% 60px;
	width: 100%;
	height: 900px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
}
#ten h2, #ten h3{
	width: 630px;
	margin: 0 auto 20px auto;
	text-align: left;
}

#eleven{
	background: url(images/bg_parts05.png) no-repeat fixed;
	background-position: 5% -32px;
	width: 100%;
	height: 850px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	z-index: 100;
}
#eleven .bg{
	background:url(images/bg_parts06.png) no-repeat fixed;
	background-position: 90% 95px;
	width: 100%;
	height: 850px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
}
#eleven h2, #eleven h3{
	width: 630px;
	margin: 0 auto 20px auto;
	text-align: center;
}
#eleven p{
	text-align: center;
	padding: 0;
}
#eleven ul{
	width: 410px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
#eleven ul li{
	float: left;
}
#eleven #btn_03 {
	margin: 20px auto 0 auto;
	padding: 0;
}

#map_zoom01 {
	width: 190px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	display: block;
	text-indent: -9999px;
	background: url(images/btn_05.gif) left top no-repeat;
	overflow:hidden;
	outline:none;
}


#twelfth{
	background: url(images/bg_03.png) no-repeat fixed;
	background-position: 50% 0px;
	width: 100%;
	height: 3600px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	z-index: 100;
}
#twelfth .bg{
	background:url(images/bg_parts08.png) no-repeat fixed;
	background-position: 80% 50px;
	width: 100%;
	height: 3600px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 200;
}
#twelfth .bg2{
	background:url(images/bg_parts09.png) no-repeat fixed;
	background-position: 15% 100px;
	width: 100%;
	height: 3600px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 200;
}
#twelfth .bg3{
	background:url(images/bg_parts10.png) no-repeat fixed;
	background-position: 85% 610px;
	width: 100%;
	height: 3600px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
}
#twelfth h2, #twelfth h3{
	width: 630px;
	margin: 0 auto;
	text-align: left;
}
#twelfth h2, #twelfth h4{
	margin: 0 auto;
	padding: 0;
}
#twelfth dl{
	width: 640px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	line-height: 1.8em;
}
#twelfth dt{
	width: 233px;
	height: 140px;
	margin: 20px 10px 0 0;
	padding: 8px 0;
	background: #FFF;
	border: #E8E8E8 solid 1px;
	float: left;
	text-align: center;
}
#twelfth dd{
	width: 407px;
	height: 150px;
	margin: 0;
	padding: 30px 0 20px 258px;
	float: none;
	border-bottom: #CCC dotted 1px;
}
*+html #twelfth dd{
	margin: -160px 0 0 0;
}
#twelfth dd.last{
	border: none;
	padding: 30px 0 0 258px;
}

#twelfth dd h4{
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
	background: url(images/company_mark.png) left center no-repeat;
}
#thirteenth {
	background:url(images/bg_parts11.png) no-repeat fixed #E9EFF4;
	background-position: -10% 320px;
	width: 100%;
	height: 650px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	z-index: 100;
}
#thirteenth .bg{
	background:url(images/bg_parts06.png) no-repeat fixed;
	background-position: 80% -90px;
	width: 100%;
	height: 650px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
}
#fourteenth {
	background: url(images/bg_02.png) no-repeat fixed;
	background-position: 50% -500px;
	width: 100%;
	height: 650px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	z-index: 100;
}
#fourteenth .bg{
	background:url(images/bg_parts09.png) no-repeat fixed;
	background-position: 20% 0px;
	width: 100%;
	height: 850px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
}
#fourteenth .bg2{
	background:url(images/bg_parts10.png) no-repeat fixed;
	background-position: 60% 320px;
	width: 100%;
	height: 850px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
}
#fourteenth .bg3{
	background:url(images/bg_parts08.png) no-repeat fixed;
	background-position: 80% 50px;
	width: 100%;
	height: 850px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
}
#fifteen{
	background: url(images/bg_parts05.png) no-repeat fixed;
	background-position: 5% -32px;
	width: 100%;
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	z-index: 100;
}
#fifteen .bg{
	background:url(images/bg_parts06.png) no-repeat fixed;
	background-position: 90% 95px;
	width: 100%;
	height: 1000px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
}
#fifteen h2, #fifteen h3{
	width: 630px;
	margin: 0 auto 20px auto;
	text-align: left;
}
#fifteen h4{
	width: 640px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align: left;
	font-size: 12px;
	color: #003366;
}
#fifteen p{
	text-align: left;
	padding: 0;
}



#map_zoom01:hover {
	background: url(images/btn_05_ovr.gif) left top no-repeat;
}
#map_zoom02 {
	width: 190px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	display: block;
	text-indent: -9999px;
	background: url(images/btn_06.gif) left top no-repeat;
	overflow:hidden;
	outline:none;
}
#map_zoom02:hover {
	background: url(images/btn_06_ovr.gif) left top no-repeat;
}
#map_zoom03 {
	width: 190px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	display: block;
	text-indent: -9999px;
	background: url(images/btn_07.gif) left top no-repeat;
	overflow:hidden;
	outline:none;
}
#map_zoom03:hover {
	background: url(images/btn_07_ovr.gif) left top no-repeat;
}

.story{
	margin: 0 auto;
	min-width: 630px;
	overflow: auto;
	width: 100%;
}

.story .center {
	padding: 100px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 999;
}

.story .center2 {
	padding: 50px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 999;
}

.slide {
	width: 100%;
}

.center{
	width: 100%;
	height: auto;
	font-size: 2.5em;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.story h2 {
	width: 630px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

.story ul.new{
	width: 630px;
	margin: 0 auto;
	padding: 5px 0 100px 0;
	border-top: #CCC dotted 1px;
}

.story ul.new li{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: #CCC dotted 1px;
}

.story ul.about{
	width: 510px;
	margin: 0 auto;
	padding: 50px 0 0 120px;
	text-align: center;
}

.story ul.about li{
	margin: 0;
	padding: 0;
	float: left;
}
#regist_link {
	width: 380px;
	height: 35px;
	margin: 30px auto 0 auto;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/regist_link.png) left top no-repeat;
	overflow:hidden;
	outline:none;
}
#regist_link:hover {
	background: url(images/regist_link_ovr.png) left top no-repeat;
}

#btn_01:hover {
	background: url(images/btn_01_ovr.gif) left top no-repeat;
}
#btn_01 {
	width: 190px;
	height: 35px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/btn_01.gif) left top no-repeat;
	overflow:hidden;
	outline:none;
}
#btn_01:hover {
	background: url(images/btn_01_ovr.gif) left top no-repeat;
}
#btn_02 {
	width: 190px;
	height: 35px;
	margin: 50px auto 0 auto;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/btn_02.gif) left top no-repeat;
	overflow:hidden;
	outline:none;
}
#btn_02:hover {
	background: url(images/btn_02_ovr.gif) left top no-repeat;
}
#btn_03 {
	width: 190px;
	height: 35px;
	margin: 50px auto 0 auto;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/btn_03.gif) left top no-repeat;
	overflow:hidden;
	outline:none;
}
#btn_03:hover {
	background: url(images/btn_03_ovr.gif) left top no-repeat;
}
#btn_04 {
	width: 190px;
	height: 35px;
	margin: 50px auto 80px auto;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/btn_04.gif) left top no-repeat;
	overflow:hidden;
	outline:none;
}
#btn_04:hover {
	background: url(images/btn_04_ovr.gif) left top no-repeat;
}
#btn_05 {
	width: 190px;
	height: 35px;
	margin: 0 10px 0 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/btn_08.jpg) left top no-repeat;
	overflow:hidden;
	outline:none;
}
#btn_05:hover {
	background: url(images/btn_08_ovr.jpg) left top no-repeat;
}
#btn_06 {
	width: 190px;
	height: 35px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/btn_09.jpg) left top no-repeat;
	overflow:hidden;
	outline:none;
}
#btn_06:hover {
	background: url(images/btn_09_ovr.jpg) left top no-repeat;
}
#btn_10 {
	width: 190px;
	height: 35px;
	margin: 50px auto 80px auto;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/btn_10.gif) left top no-repeat;
	overflow:hidden;
	outline:none;
}
#btn_10:hover {
	background: url(images/btn_10_ovr.gif) left top no-repeat;
}
#btn_11 {
	width: 190px;
	height: 35px;
	margin: 50px auto 80px auto;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/btn_11.gif) left top no-repeat;
	overflow:hidden;
	outline:none;
}
#btn_11:hover {
	background: url(images/btn_11_ovr.gif) left top no-repeat;
}


#sponcer_btn01 {
	width: 130px;
	height: 35px;
	margin: 0;
	padding: 0 5px 0 0;
	text-indent: -9999px;
	display: block;
	background: url(images/sponsor/btn_01.png) left top no-repeat;
	float: left;
}
#sponcer_btn01:hover {
	background: url(images/sponsor/btn_01_ovr.png) left top no-repeat;
}
#sponcer_btn02 {
	width: 130px;
	height: 35px;
	margin: 0;
	padding: 0 5px 0 0;
	text-indent: -9999px;
	display: block;
	background: url(images/sponsor/btn_02.png) left top no-repeat;
	float: left;
}
#sponcer_btn02:hover {
	background: url(images/sponsor/btn_02_ovr.png) left top no-repeat;
}
#sponcer_btn03 {
	width: 130px;
	height: 35px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/sponsor/btn_03.png) left top no-repeat;
	float: left;
}
#sponcer_btn03:hover {
	background: url(images/sponsor/btn_03_ovr.png) left top no-repeat;
}

.story ul.access{
	width: 630px;
	margin: 0 auto;
	padding: 50px 0 30px 0;
	text-align: center;
	overflow: hidden;
}

.story ul.access li{
	margin: 0;
	padding: 0;
	float: left;
}
#train {
	width: 200px;
	height: 145px;
	margin: 0 15px 0 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/train_btn.gif) left top no-repeat;
	overflow:hidden;
	outline:none;
}
#train:hover {
	background: url(images/train_btn_ovr.gif) left top no-repeat;
}
#plane {
	width: 200px;
	height: 145px;
	margin: 0 15px 0 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/plane_btn.gif) left top no-repeat;
	overflow:hidden;
	outline:none;
}
#plane:hover {
	background: url(images/plane_btn_ovr.gif) left top no-repeat;
}
#car {
	width: 200px;
	height: 145px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/car_btn.gif) left top no-repeat;
	overflow:hidden;
	outline:none;
}
#car:hover {
	background: url(images/car_btn_ovr.gif) left top no-repeat;
}
#hall_info {
	width: 420px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/btn_12.gif) left top no-repeat;
	overflow:hidden;
	outline:none;
	clear: both;
}
#hall_info:hover {
	background: url(images/btn_12_ovr.gif) left top no-repeat;
}

.story p{
	width: 630px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
}
address {
	width: 100%;
	color: #666;
	font-size: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 10px 0;
	font-style: normal;
	text-align: center;
	position: absolute;
	bottom:0;
	z-index: 99999;
}
