/* 背景が薄いグレーのボックス・線なし */
.plainbox {
	margin: 5px 30px;
	padding: 10px;
	background-color: #EEEEEE;
}

/* 背景が薄いグレーのボックス・実線 */
.linebox {
	margin: 5px 30px;
	padding: 10px;
	background-color: #EEEEEE;
	border: solid 1px #BAC4CB;
}

/* 背景が薄いグレーのボックス・破線 */
.dashbox {
	margin: 5px 30px;
	padding: 10px;
	background-color: #EEEEEE;
	border: dashed 1px #BAC4CB;
}

/* 背景が薄いグレーのボックス・点線 */
.dotbox {
	margin: 5px 30px;
	padding: 10px;
	background-color: #EEEEEE;
	border: dotted 2px #BAC4CB;
}

/* 背景が薄いピンクのボックス・線なし */
.pinkbox {
	background-color: #FFDDCC;
	padding: 10px;
	margin: 15px;
}


　/* UBフェア09のリンクボタン */
#ub09ul {
	margin: 0 ;
	padding: 0 10px;
	width: 700px;
	background: #ffffff
}

#bookcover09 {
	list-style: none;
	display: block;
	float: right;
	height: 80px;
	width: 180px;
	text-indent: -9999px;
}
#bookcover09 a {
	display: block;
	height: 80px;
	width: 180px;
	background: url(http://www.hakusuisha.co.jp/topics/imgs/ub09/cover.jpg) no-repeat ;
}

#bookstore09 {
	list-style: none;
	display: block;
	float: right;
	height: 80px;
	width: 180px;
	text-indent: -9999px;
}

#bookstore09 a {
	display: block;
	height: 80px;
	width: 180px;
	background: url(http://www.hakusuisha.co.jp/topics/imgs/ub09/store.jpg) no-repeat ;
}

#best2009 {
	clear: right;
}

a.detailbutton09:link {
	display: block;
	width: 108px;
	height: 38px;
	background: url(http://www.hakusuisha.co.jp/topics/imgs/ub09/detailbutton.jpg) no-repeat;
	text-indent: -9999px;
}

a.detailbutton09:visited {
	display: block;
	width: 108px;
	height: 38px;
	background: url(http://www.hakusuisha.co.jp/topics/imgs/ub09/detailbutton.jpg) no-repeat;
	text-indent: -9999px;
}

a.detailbutton09:hover {
	display: block;
	width: 108px;
	height: 38px;
	background: url(http://www.hakusuisha.co.jp/topics/imgs/ub09/detailbutton.jpg) no-repeat;
	text-indent: -9999px;
	background-position: 0px -38px;
}
