@charset "utf-8";

@import url("/common/common2.css");

/*
Theme Name: [ Bibliopolis ]
Description: for [ Bibliopolis ]
Version: 1.0
Author: Masao Ogata (tail-Lagoon)
Author URI: http://www.tail-lagoon.com/
*/


/* ---------- Header ---------- */
#Header .HeaderInner {
	background-image: url("/common/i_bibliopolis.jpg");
}

#Amazon {
	margin: 10px 0 10px 10px;
	padding: 0;
}

#Content .Post .Entry ul#IndexList ,
#Content .Post .Entry ul#IndexList ul {
	list-style: none;
}
#Content .Post .Entry ul#IndexList li ,
#Content .Post .Entry ul#IndexList ul li {
	margin-left: 1em;
	text-indent: -1em;
}
#Content .Post .Entry ul#IndexList ul ul li {
	margin-top: .2em;
	line-height: 1.2;
}

/* ---------- for BookList ---------- */
/* 日野啓三著作リストで使用  */

table#BookList {
	margin: 10px auto;
	border-collapse: collapse;
	border: 2px solid #aaa;
	font-size: 62.5%;
}
table#BookList th,
table#BookList td {
	padding: 3px 4px;
	vertical-align: middle;
	text-align: left;
	line-height: 1.3;
	border: 1px solid #aaa;
}
table#BookList th {
	font-size: 120%;
	background-color: #f8f8f8;
	white-space: nowrap;
}
table#BookList tr.TH th {
	padding: 2px;
	text-align: center;
	font-size: 90%;
	font-weight: normal;
	color: #eee;
	background-color: #999;
}
table#BookList td {
}
table#BookList td.Year {
	padding-top: 0;
	vertical-align: top;
	font-size: 160%;
	font-family: 'Arial Black', sans-serif;
	color: #fff;
	background-color: #aaa;
}
table#BookList td.Month {
	vertical-align: top;
	font-family: 'Arial Black', sans-serif;
	color: #fff;
	background-color: #aaa;
}
table#BookList td.Jacket {
	text-align: center;
	background-color: #f8f8f8;
}
.Kana {
	font-size: 75%;
	font-weight: normal;
}
table#BookList td.Jacket img.ForClick {
	margin: 0;
	padding: 0;
	border: 1px solid #369;
	cursor: pointer;
}
table#BookList td.Jacket img.ForClick:hover {
	border: 1px solid #69f;
}
table#BookList td.Jacket p.Thumbnail {
	margin: 0;
	padding: 0;
}
table#BookList td.Jacket div {
	display: none;
	position: absolute;
	margin: -40px auto 0;
	padding: 0 0 2px;
	width: 180px;
	background: #fff;
	border: 2px solid;
	border-color: #ddd #bbb #aaa #ccc;
}
table#BookList td.Jacket div p.Close {
	display: block;
	margin: 0;
	padding: 2px 5px;
	text-align: right;
	background: #789;
	color: #ddd;
	cursor: pointer;
}
table#BookList td.Jacket div p.Close:hover {
	color: #fff;
}
table#BookList td.Jacket div p.Link {
	margin: 0;
	padding: 10px;
	text-align: center;
	color: #00c;
}
table#BookList td.Jacket div p.Link a.Amazon {
	display: block;
	margin: 0 auto 10px;
	padding: 0 0 20px;
	text-decoration: none;
	background-image: url("/common/amazon-logo.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
}
table#BookList td.Jacket div p.Link a.Amazon img {
	border: 1px solid #369;
}
table#BookList td.Jacket div p.Link a.Amazon:hover img {
	border-color: #69f;
}


