<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slideshow {	
	position: relative;
	margin: 0 auto;
	width: 735px;/*
	height:585px;*/
	padding: 0;
	z-index: 1;
}


#slideshow ul  {
	margin:0 auto 10px !important;
}

#slideshow ul#slide-nav {
	display: block;
}

#slideshow ul#slide-nav li#prev {
	display: block;
	position: absolute;
	top: 257px;
	left: 10px;
	z-index: 300;
}

#slideshow ul#slide-nav li#next {
	display: block;
	position: absolute;
	top: 257px;
	right: 33px;
	z-index: 201;
}

#slideshow ul#slide-nav li a {
	display: block;
	width: 23px;
	text-indent: -9999px;
}
/*
#slideshow ul#slide-nav li#next a {
	top: 140px;
	right: 10px;
}

#slideshow ul#slide-nav li#prev a {
	top: 140px;
	left: 10px;
}
*/
#slideshow ul#slide-nav li#prev a ,
#slideshow ul#slide-nav li#next a  {
	position: absolute;
	width: 23px;
	height: 58px;
	margin-top: 1px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("/common/img/icon-21.png");
	background-repeat: no-repeat;	
	text-indent: -9999px;
}
#slideshow ul#slide-nav li#next a  {
	background-image: url("/common/img/icon-22.png");
}
#slideshow ul#slide-nav li#prev a:hover,
#slideshow ul#slide-nav li#next a:hover  {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#slideshow ul#slides {
	overflow:hidden;
	width: 735px;
	height:585px;
}








/*繧ｵ繝�繝阪う繝ｫ*/

#slide-thumb {
	width: 750px;
	margin-right:-15px;
}

#slide-thumb li {
	float:left;
	margin-right: 15px;
	margin-bottom:15px;
}

#slide-thumb li img {
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	border:1px solid #AFAFAF;
	vertical-align:bottom;
}
#slide-thumb li:hover img {
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	border:1px solid #AFAFAF;
}

#slide-thumb li.activeSlide img {
	background: #000;
	opacity: 1;
	filter: alpha(opacity=100);
	border:1px solid #AFAFAF;
}
#slide-thumb li.activeSlide:hover img {
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	border:1px solid #AFAFAF;
}




/*	clearfix for this files selectior
*****************************************/
/* Dreamweaver陦ｨ遉ｺ蟠ｩ繧檎畑 */
.clear {
	clear:both;
}

*:first-child+html #slideshow,
*:first-child+html #slide-thumb {
	display:inline-table;
	zoom:1;
}
#slideshow:after,
#slide-thumb:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}
* html #slideshow,
* html #slide-thumb {
	zoom: 1;
} /* IE6 */
</pre></body></html>