@charset "utf-8";
body {
	font-size:16px;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.head {
	background: #f8dd6a url("/img/klogo.jpg") no-repeat left top;
	height:100px;
	text-align:right;
}
.head h1 {
	color: #2d6e10;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	padding-top:20px;
	padding-right:20px;
}
.head h1 span {
	color: #648556;
}
.maintable {
	border:none;
}
.lastbook {
	text-align:center;	
}
.content {
	padding: 10px;
}

.maintable tr .leftmenu {
	width: 180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.maintable tr .leftmenu .menulist {
	font-size: 16px;
}

a {
	color:#2e511f;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
.maintable td {
	border:1px solid #BECFDA;
}
.abc {
	text-align:center;
	padding:10px;
	font-weight:bold;
	font-size:18px;
	border-bottom:1px solid #C5D2DA;
	border-top:1px solid #C5D2DA;
}
.menulist a {
	display:block;
	padding:3px;
	border:1px solid #ccc;
	margin:1px;
	background-color:#e5f4df;
}
.menulist a:hover {

	background-color:#95c876;
}

.content h1 {
	color: #278ccb;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom:1px dashed #C5D2DA;
}
.content h2 {
	color: #468c17;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;

}
.author_row {
	padding-top:5px;
	padding-bottom:5px;
	
}
.pagesbg {
	background-color:#e3eaef;
	padding:3px;
	font-size:14px;
	color:#ccc;
}
.pagesbg b {
	color:#000;	
}
.footer {
	text-align:center;
	padding:10px;
}
.bookpage {
	background-color:#fffdf3;
	padding:10px;
	line-height:20px;
}
.pagesize-setup {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	background-color:#f7e6e6;
	padding:10px;
}