#book_name {
	width: 640px;
	padding: 20px 0 20px 20px;
	text-align: left;
	font-size:16px;
	font-weight:bold;
	background: #e3e3e3;
	margin-top: 10px;
}

#chapterlist_box {
	padding: 10px 50px 10px 50px;
}

#chapter_box {
	width: 640px;
	padding: 10px;
	text-align: left;
	line-height: 14px;
	margin-top: 10px;
}

#chapter_1 {
	width: 30%;
	margin-left: 5px;
	flat: left;
	text-align: left;
}

#chapter_2 {
	width: 30%;
	margin-left: 5px;
	flat: left;
	text-align: left;
}

#chapter_3 {
	width: 30%;
	margin-left: 5px;
	flat: left;
	text-align: left;
}

#chapter_1 a {
	text-decoration: none;
}

#chapter_2 a {
	text-decoration: none;
}

#chapter_3 a {
	text-decoration: none;
}

#article_box {
	clear: both;
	padding: 20px;
	text-align: left;
	line-height: 18px;
}

#article_titlebox {
	padding: 10px;
	margin-top: 20px;
	border-bottom: 2px solid #000000;
}

.article_title {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}

.article_date {
	text-align: right;
}




