<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#slideshow {
	position:relative;
	/*-- �糸��啤�ゃ�堺��絎� --*/
	width: 100%;
	height: auto;
	/*--------------------*/
	margin: auto;
}

#slideshow img {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	padding: 0px;
	margin: 0px;
	border: none;
}

#slideshow img.active {
	z-index:10;
}

#slideshow img.last-active {
	z-index:9;
}</pre></body></html>