.rikoh_books
{
	width: 480px;
	margin: 0px auto 0px auto;
}
.rikoh_books .rikoh_books_header
{
	color: white;
	font-weight: bold;
	background-color: royalblue;
	text-align: center;
	line-height: 2em;
}
.rikoh_books .footer
{
	background-color: royalblue;
}
.rikoh_books .book
{
	float: left;
	width: 200px;
	height: 75px;
	padding: 1em;
	font-size: small;
}
.rikoh_books .book a
{
	color: royalblue;
	text-decoration: none;
}
.rikoh_books .book a:hover
{
	text-decoration: underline;
}
.rikoh_books .book img
{
	float: left;
	border-right: solid 3px silver;
	border-bottom: solid 3px silver;
}
.rikoh_books .book .text
{
	float: left;
	padding: 1em 0em 0em 0.5em;
	width: 125px;
}
