@charset "utf-8";
/* CSS Document */

.book_block_01 {
	float: left;
	width: 520px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #99AB5A;
}
.book_block_01_pic {
	float: right;
	width: 100px;
	margin-left: 15px;
}
.book_block_01_title {
	float: left;
	font-size: 14px;
	width: 280px;
	text-align: left;
	color: #5d6936;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5d6936;
}
.book_block_01_title a {
	font-size: 14px;
	color: #9d4442;
	text-decoration: none;
	font-weight: bold;
}
.book_block_01_content_01 {
	float: left;
	width: 280px;
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
	color: #8E8E8E;
}
.book_block_01_content_02 {
	float: left;
	width: 520px;
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
}
.space {
	float: left;
	width: 520px;
	height: 10px;
}
