@charset "utf-8";

#content h1{
	position:relative;
	height:150px;
	width:670px;
	font-size:14px;
	margin:20px 0;
}
#content h1 img{
	position:absolute;
	height:150px;
	width:670px;
	left:0;
	top:0;
}

#books{
	width:648px;
	height:1010px;
	padding:0 11px 10px 11px;
	background:#FFF7D6 url("/images/readingmemo/base/list_bg.gif") left top no-repeat;
	position:relative;
}

#books a{
	display:block;
	width:200px;
	height:300px;
	padding:20px 8px 0 8px;
	margin-top:10px;
	float:left;
	text-align:center;
}
#books a img{
	border:1px solid #FFF7D6;;
}
#books a div{
	font-size:12px;
	line-height:1.3em;
	padding:5px 10px 0px 10px;
	text-align:left;
}
#books a:hover{
	cursor:pointer;
}
#books a:hover img{
	border-color:#333333;
}
#books .archive{
	position:absolute;
	right:10px;
	bottom:5px;
}
#books .archive a{
	float:none;
	display:inline;
	height:auto;
	width:auto;
	padding:0;
	margin:0;
	text-align:left;
}