@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
list-style:none;
}

#body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
	background-color: #999999;
}

#container {
	height: 754px;
	width: 1024px;
	
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	background-color: #ffffff;
}

#maincontent{
   
	width: 1024px;
	height: 614px;
	
}
#slideshow {
   position: relative;
   width:  1024px; /* 画像の横幅に合わせて記述 */
   height: 614px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}	

#navibar {
	clear: both;

}

#navibar li {
	float: left;
}

#navibar #space  {
	text-decoration: none;
	height: 30px;
	width: 24px;
	display: block;
	background-image:  url(img/nav/space24.gif);
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}

#navibar #home a {
	text-decoration: none;
	height: 30px;
	width: 125px;
	display: block;
	background-image:  url(img/nav/home01.gif);
	text-indent: -9999px;
}

#navibar #home a:hover {
	background-image:  url(img/nav/home02.gif);
}

#navibar #aboutus a {
	text-decoration: none;
	height: 30px;
	width: 125px;
	display: block;
	background-image:  url(img/nav/about01.gif);
	text-indent: -9999px;
}

#navibar #aboutus a:hover {
	background-image:  url(img/nav/about02.gif);
}

#navibar #blog a {
	text-decoration: none;
	height: 30px;
	width: 125px;
	display: block;
	background-image:  url(img/nav/blog01.gif);
	text-indent: -9999px;
}

#navibar #blog a:hover {
	background-image:  url(img/nav/blog02.gif);
}

#navibar #guide a {
	text-decoration: none;
	height: 30px;
	width: 125px;
	display: block;
	background-image:  url(img/nav/guide01.gif);
	text-indent: -9999px;
}

#navibar #guide a:hover {
	background-image:  url(img/nav/guide02.gif);
}

#navibar #map a {
	text-decoration: none;
	height: 30px;
	width: 125px;
	display: block;
	background-image:  url(img/nav/map01.gif);
	text-indent: -9999px;
}

#navibar #map a:hover {
	background-image:  url(img/nav/map02.gif);
}

#navibar #photo a {
	text-decoration: none;
	height: 30px;
	width: 125px;
	display: block;
	background-image:  url(img/nav/photo01.gif);
	text-indent: -9999px;
}

#navibar #photo a:hover {
	background-image:  url(img/nav/photo02.gif);
}

#navibar #movie a {
	text-decoration: none;
	height: 30px;
	width: 125px;
	display: block;
	background-image:  url(img/nav/movie01.gif);
	text-indent: -9999px;
}

#navibar #movie a:hover {
	background-image:  url(img/nav/movie02.gif);
}

#navibar #link a {
	text-decoration: none;
	height: 30px;
	width: 125px;
	display: block;
	background-image:  url(img/nav/link01.gif);
	text-indent: -9999px;
}

#navibar #link a:hover {
	background-image:  url(img/nav/link02.gif);
}




#footer {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	height: 30px;
	clear: both;
	width: 100%;
}
