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

/*IE6用ハック*/
* html #board #dvd2008_event_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:450px;
}
#page {
	height:450px;
}

#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;
	margin-top:100px;
}

#dvd2008event_jack{
	border:solid 1px #6B0005;
	color:#6B0005;
	width:460px;
	margin:30px 0 0 70px;
	padding:10px 20px;
}

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