@charset "utf-8";
/* CSS Document */

#wrapper {
	width:1000px;
	background:#000;
	margin:0 auto 0;
	padding:12px;
}

#bookpage {
	width:1000px;
}

#first_page {
	text-align:left;
}

#last_page {
	text-align:right;
}

#under {
	clear:both;
	width:100%;
	height:32px;
	text-align:center;
	margin-top:12px;
	background-color:#000;
}

#under img {
	border:0;
}

#button01 {
	width:50%;
	float:left;
}

#page_num {
	clear:both;
	position:absolute;
	margin-top:8px;
	margin-left:480px;
}

* html #page_num {
	clear:both;
	position:absolute;
	margin-top:-30px;
	margin-left:-20px;
}

*+html #page_num {
	position:absolute;
	margin-top:-30px;
	margin-left:-20px;
}

#button02 {
	width:50%;
	float:right;
}

/*------------------------------------------------
  Utils
------------------------------------------------*/

.clearfix::before, .clearfix::after { content:""; display:table; }
.clearfix::after { clear:both; }

* html             .clearfix { zoom:1; } /* [IE6] */
*:first-child+html .clearfix { zoom:1; } /* [IE7] */