<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 DVD2008 page [
----------------------------------------------------------- */
#board #dvd2008_h2{
	margin: auto;
	text-indent:-9999px;
	background-image: url(../img/dvd2008/dvd2008.png);
	margin-bottom:20px;
	width:619px;
	height:77px;
	position:absolute; top:105px; left:65px;
}

/*IE6用ハック*/
* html #board #dvd2008_h2{
	behavior: expression(
	this.style.behavior || (
	this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
	this.style.backgroundImage = "none",
	this.style.behavior = "none"
	)
	);
}

#sPanel {
	height:410px;
}
#page {
	height:410px;
}

#navigation {
	margin:2px 0 0 0;
	text-align:center;
}

/*IE6用ハック*/
* html #navigation {
	margin:-13px 0 0 0;
	text-align:center;
}

/*IE7用ハック*/
* +html #navigation {
	margin:-13px 0 0 0;
	text-align:center;
}

#navigation_bottom {
	margin:2px 0 0 0;
	padding-top:20px;
	text-align:center;
}


.page_count{
	text-align:center;
	color:#660000;
	font-weight:bold;
}

#dvd2008_footer{
	margin:auto;
	padding-top:187px;
}
</pre></body></html>