@charset "shift_jis";
/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */


/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 800px;
height:600px;
margin:0 auto;
}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
width: 790px;
padding:0 5px;
}

#slideshow .slides ul {
width:auto;}

#slideshow .slides li {
width: 790px;
height:500px;
float: left;
padding:0;}

#slideshow .slides li p {
	text-align:center;
}

#slideshow .slides li h3 {
	text-align:center;
}

#slideshow .slides li h3 img {
	margin:0 auto;
}

#slideshow .slides h2 {
	display:none;
}

#slideshow .slides li#top img {
	margin-top:100px;
}

#slideshow .slides li#map img {
	margin-top:50px;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	margin:0 0 0 140px;
}

#slideshow .slides-nav li {
	float: left;
	padding-top:20px;
}

#slideshow .slides-nav li a {
display: block;
padding: 15px 20px;
outline: none;}

.js #slideshow .slides-nav li a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.js #slideshow .slides-nav li.on a img {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}