@charset "utf-8";

/* Table Of Contents [ template ]
----------------------------------------


----------------------------------------*/

div#genreTopInfoSection {
	float: left;
	width: 320px;
}

#article h2.genreTitle {
	color: #606060;
	font-size: 135%;
	margin-bottom: 0;
}
strong.genreTitle {
	font-size: 125%;
	color: #333335;
}

div#genreTopBookInfoSection {
	float: right;
	width: 276px;
	padding: 0;
	margin: 0;
}
div#genreTopBookInfoSection table {
	margin: 0 4px;
}

div#genreTopBookInfoSection table td {
	padding-left: 4px;
}

td.bookTitle {
	font-size: 115%;
	width: 100%;
}
tr.bookInfo {
	font-size: 100%;
	background: transparent url(../../../../image/line01.gif) repeat-x scroll left bottom;
}
tr.bookInfo td {
	padding-bottom: 1.6em;
}

ul#topThemeList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#topThemeList li {
	width:306px;
	height: 50px;
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
}

ul#topThemeList li a {
	height: 50px;
	display: block;
	overflow: hidden;
	background-position: bottom center;
	background-repeat: no-repeat;
}
	ul#topThemeList li a:hover {
		background-position: top center;
	}
	ul#topThemeList li a:active {
		background-position: top center;
	}
	ul#topThemeList li a.active {
		background-position: top center;
	}
	
	ul#topThemeList li a strong {
		display: none;
	}


div.bookNewEntry {
	float:left;
	width:100px;
	overflow: hidden;
}

div.bookNewEntry p {
	padding-left: 1.0em;
	font-size: 90%;
}

