<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#plate {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 380px;
	background: url(../img/story_bg.gif) no-repeat top;
}
#plate li {
	width: 800px;
	height: 333px;
}
#plate li img {
	display: block;
	margin: 0 auto;
}
.navi_l {
	position: absolute;
	display: block;
	top:182px;
	left: 30px;
	z-index: 100;
}
.navi_r {
	position: absolute;
	display: block;
	top:182px;
	right: 30px;
	z-index: 101;
}

#plate_navi {
	margin: 0 auto;
	width: 403px;
}
#plate_navi a {
	display: block;
	float: left;
	margin: 0 4px;
	padding-top: 12px;
	width: 23px;
	height: 0;
	background: url(../img/slide-off.gif) no-repeat;
	overflow: hidden;
}
#plate_navi a.activeSlide {
	background: url(../img/slide-on.gif) no-repeat;
}
</pre></body></html>