@charset "UTF-8";
/* CSS Document */

.bookBox{
	clear:both;
	padding-bottom:60px;
	overflow:hidden;
}
.bookBox p{
	width:280px;
	float:left;
	padding-left:50px;
}
.bookBox img{
	float:right;
	padding-right:50px;
}
.bookBox a{
	color:#e7161a;
}
.bookBox a:hover{
	text-decoration:underline;
}
