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

/*IE6用ハック*/
* html #board #tsurube_banashi_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;
}

#turube_footer{
	margin:auto;
	padding-top:187px;
}

</pre></body></html>