.book_link_pot
{
	border: thin solid #DDDDFF;
	margin: 10px;
	text-decoration: none;
	outline: none;
	color: #000;
	display: block;
	text-align: left;
	padding-left: 25px;
	padding-top: 5px;
	height: 110px;	
	cursor: pointer;
}

.book_link_land
{
	border: thin solid #DDDDFF;
	margin: 10px;
	text-decoration: none;
	outline: none;
	color: #000;
	display: block;
	text-align: left;
	padding-left: 2px;
		padding-top: 5px;
	height: 110px;	
		cursor: pointer;
}

.book_link_pot:hover, .book_link_land:hover
{
	background: #DDDDFF;	
	color: #06A;
}

.book_link_pot img, .book_link_land img
{
		height: 100px;	
		display: inline-block;
		border: none;
		float: left;
}


.book_link_pot .text
{
	margin-left: 90px;	
	font-weight: bold;
}

.book_link_land .text
{
	margin-left: 50px;
	font-weight: bold;
}
.book_link_land .text_etc
{
	margin-left: 20px;
	font-size: smaller;
	font-weight: normal;
}

.book_link_pot .text_etc
{
	margin-left: 60px;
	font-size: smaller;
	font-weight: normal;
}

#book_flip
{
	width: 800px;
	margin: 0 auto;
}

#book_flip div
{
	text-align: left;
	width: 99%;
}
