/******** タイトル ********/
h3.LibraryTitle {
	display: block;
	width: 740px;
	height:155px;
	overflow: hidden;
	clear: both;
}
/******** 一覧 ********/
#LibraryBox {
	clear: both;
}
.LibraryBoxArea {
	width: 226px;
	height: 290px;
	text-align:center;
	margin: 0 11px 20px 0;
	float:left;
}
.LibraryBoxContents {
	width: 226px;
	height: 275px;
	background-image:url(../library/images/box_middle.gif);
}
.LibraryBoxContents dl {
	display: block;
	padding: 0;
}
.LibraryBoxContents dt {
	width: 206px;
	_width: 226px;
	padding:4px 10px 0;
	text-align: left;
	font-size: 95%;
	line-height: 120%;
	background-image:url(../library/images/box_middle.gif);
}
.LibraryBoxContents dd {
	width: 226px;
	height:30px;
	display: block;
	background-image:url(../library/images/box_top.gif);
}
.LibraryBoxContents dd.New {
	background-image:url(../library/images/box_top_new.gif);
}
.LibraryBoxContents dd.Image {
	height:182px;
	_height:185px;
	padding-top:3px;
	text-align:center;
	background-image:url(../library/images/box_middle.gif);
}
.LibraryBoxContents dd.Image img{
	height:175px;
}
.LibraryBoxAreaBottom {
	width: 226px;
	height: 15px;
	background-image:url(../library/images/box_bottom.gif);
	background-repeat: no-repeat;
}
.LibraryBoxMr00 {
	margin-right: 0;
}
/******** 詳細 ********/
.LibraryDetailTop {
	width: 700px;
	height: 25px;
	background-image:url(../library/images/detail_top.gif);
	background-repeat:no-repeat;
}
.LibraryDetailBottom {
	width: 700px;
	height: 25px;
	margin-bottom:20px;
	background-image:url(../library/images/detail_bottom.gif);
	background-repeat:no-repeat;
}
.LibraryDetail {
	width: 660px;
	_width: 700px;
	padding:0 20px;
	background-image:url(../library/images/detail_middle.gif);
}
.LibraryDetail dl {
	width: 660px;
	min-height:200px;
	display: block;
	padding: 0;
}
.LibraryDetail dt {
	display: block;
	width: 400px;
	margin-bottom:5px;
	font-size:115%;
	line-height: 125%;
	color:#0066cc;
	font-weight: bold;
	white-space: normal;
	float:left;
}

.LibraryDetail dd {
	display: block;
	width: 400px;
	margin-bottom:12px;
	text-align: left;
	line-height: 135%;
	float:right;
}
.LibraryDetail dd.Images {
	width: 250px;
	min-height:200px;
	margin-right:10px;
	text-align:center;
	float:left;
}
.LibraryDetail dd.Images img {
	height: 200px;
}
.LibraryDetail dd.BookAuthor {
	font-weight:bold;
	letter-spacing:1px;
}
.LibraryDetail dd.BtnBuyArea {
	text-align:left;
}
.LibraryRemark{
	margin: auto;
	width: 660px;
}
