@charset "UTF-8";

@import url("reset.css");
@import url("base.css");

h1{
	margin:10px 0 0 0;
}

#books{
	margin:30px 0 0 5px;
}

.bookBox{
	width:181px;
	display:inline;
	float:left;
	margin:10px 5px 0 0;
}

.boxBody{
	width:181px;
	background-image: url(../img/books/box_body.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.boxBody p{
	width:171px;
	height:85px;
	text-align:center;
	padding:5px;
}

.book{
	width:150px;
	margin:0 0 0 15px;
}

.hakko{
	color:#0033FF;
	font-size:0.9em;
	font-weight:bold;
}

#price{
	margin:15px 0 -15px 10px;
}
