<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#bookreader { display: none; }

#br_body {
	width:100%; height:504px;
}
#br_body div#br_fixedframe {
	position: absolute;
	width:100%; height:504px;
	overflow: hidden;
	border-top:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;
	background-color: #f2f2f2;
	background-image: url(background.gif);
	background-repeat: repeat-y;
}
#br_body div#br_container {
	position: absolute;
	left:25px;
}
#br_body div.page {
	border-right:1px dotted #CCCCCC;
	width:500px; height:504px;
	float: left;
}
#br_body div.box {
	margin:20px 0 20px 30px;
}
#br_body span.folio {
	position: absolute;
	bottom:10px; width:500px;
	text-align: center; font-size:10px;
}
#br_body p.right { text-align: right; margin-right:30px; }
#br_body p.center { text-align: center; margin-right:30px; }

/* navi */
a.br_nav_button {
	position: absolute; bottom:220px;
	width:19px; height:52px;
	line-height: 28px; vertical-align: middle;
	text-decoration: none; text-align:center; font-size:14px;
	background-repeat: no-repeat;
	filter:alpha(opacity=0); -moz-opacity:0.00; opacity:0.00;
}
a#br_nav_prev2 { left:2px; background-image: url(prev2.gif) }
a#br_nav_prev { left:504px; background-image: url(prev.gif); }
a#br_nav_next { left:528px; background-image: url(next.gif); }
a#br_nav_next2 { left:1031px; background-image: url(next2.gif) }
table#br_pagenation {
	position: absolute; left:25px; bottom:0;
	width:1001px; height:4px;
	empty-cells: show;
}
table#br_pagenation td {
	padding:0;height:4px;
	background-color:#CCCCCC; color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}</pre></body></html>