/*	meyerweb reset:
	http://meyerweb.com/eric/tools/css/reset/ */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;z-index:100;}:focus{outline:0;}body{line-height:1;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}

body {
	background-color:#FFF;
	color:#333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	padding:0;
	text-align:center;
}
a:link, a:visited, a:active {
	color:#0033CC;
}
a:focus {
	outline:none;
}
#wrap {
	margin:0 auto;
	width:1010px;
}
#header {
	background-color:#669922;
	border-bottom:2px solid #8ebc50;
	height:32px;
	overflow:hidden;
	text-align:left;
}
#left {
	float:left;
	width:145px;
}
#right {
	color:#FFF;
	float:right;
	font-size:16px;
	font-weight:700;
	line-height:28px;
	text-align:right;
	text-shadow:1px 1px 1px #8ebc50;
	padding:2px;
	width:800px;
}
#related {
	margin:0 4px;
}
#header a {
	background:transparent url(../images/hentaichan-bu.png) no-repeat scroll 0px 0px;
	display:block;
	height:32px;
	width:170px;
}
#header a:hover {
	background-position:0px -32px;
	display:block;
	height:32px;
	width:170px;
}
#content {
	border-left:1px dashed #CFCFCF;
	border-right:1px dashed #CFCFCF;
}
.chapter {
	margin:0 auto;
	height:22px;
	padding:6px 10px 8px;
}
#pagination {
	background-color:#FFEFEF;
	margin:0 auto;
	padding:10px 0px;
}
#pagination a:hover {
	background:#E7CACA none repeat scroll 0 0;
	border-color:#DDD;
	color:#000;
	text-decoration:none;
}
#pagination a {
	background:#FFF none repeat scroll 0 0;
	border:1px solid #CCC;
	padding:2px 6px;
	text-decoration:none;
	color:#1F1F1F;
}
.left_nav {
	float:left;
	width:740px;
/*	height:10px; */
	padding:8px 2px;
	text-align:left;
	font-weight:700;
	line-height:1.2em;
}
.left_nav li {
	display:inline;
}
.dash {
	background:transparent url(../images/dash.gif) no-repeat scroll 0px 0px;
	background-position:top right;
	padding-right:14px !important;
}
.page {
	float:right;
	height:24px;
	line-height:24px;
}
.drop {
	margin-left:8px;
	width:80px;
}
.prev {
	text-align:left;
}
.prev, .next {
	float:right;
	line-height:24px;
	height:24px;
}
.btn, .disabled {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:url(../images/btn.gif) repeat scroll 0 0 #F3F3F3;
	font-weight:bold;
	padding:3px 6px;
	text-decoration:none;
}
.btn {
	border:1px solid #AAA;
	color:#333 !important;
	cursor:pointer;
	text-shadow:0 1px 0 #FFF;
}
.btn:hover {
	border-color:#333;
}
.disabled {
	border:1px solid #DDD;
	color:#AAA !important;
	text-shadow:0 1px 0 #FFF;
}
.hidden {
	display:none;
}
.thumb {
	margin:5px;
	border:1px dashed #CFCFCF;
}
.thumb:hover {
	border:1px dashed #AFAFAF;
}
#thumbs {
	text-align:left;
	height:100%;
	width:100%;
}
#bottom {
/*	height:110px; */
	height:auto;
	margin:10px auto;
	text-align:center;
	width:100%;
}