@charset "utf-8";

.bookHolder {
	position: relative;
}

.book img {
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}

#book dl {
	left: 215px;
	position: absolute;
	top: 0;
	width: 472px;
}

#book dt {
	clear: both;
	float: left;
	width: 60px;
}

#book dd {
	float: left;
	width: 412px;
}

#book h5,
#book p {
	clear: both;
}

.address {
	text-align: center;
}

.address_s {
	text-align: left;
}

.bookHolder .linkList {
	position: absolute;
	bottom: 10px;
	left: 215px;
}

p.note {
	font-size: 10px !important;
}

h4.bookTitle {
	border: none !important;
	color: #808080;
	margin-left: 19px;
	padding: 0 !important;
}

h4.bookTitle em {
	color: #006699;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
}

#bookDescription img {
	border: 1px solid #cccccc;
	float: left;
	margin-right: 15px;
}


