@charset "utf-8";

/*

SMART BOOK INDEX CSS

author NOAH(T.Nikaidoh) by SALTWORKS INC.

LAST UPDATE 2009.09.10


*/



div#contents h3 {
	padding: 0px;
	margin: 12px 0;
	clear: both;
	float:left;
	display: block;
	width:600px;
}

div#contents h4 {
	margin: 14px 5px;
	padding: 0px;
	display: block;
	clear: both;
	float: left;
}

* html div#contents h4 {
	margin: 14px 0 14px 3px;
}
div#contents p#page_link {
	text-align: center;
}


div#contents table {
	margin: 0 5px 15px 5px;
	padding: 0;
	border-top: 1px solid #cecece;
	clear: both;
}

div#contents table th,
div#contents table td	{
	border: 1px solid #cecece;
	border-top:none;
	border-left:none;
	width:152px;
}

div#contents table thead th.page,
div#contents table tbody td.page	{
	border-left: 1px solid #cecece;
	width:73px;
}

div#contents table tfoot td.page	{
	width:73px;
}

div#contents table tbody td.smart	{
	font-weight:bold;
	font-size:1.2em;
	color:#CD006F;
}

div#contents table tbody td.smart span	{
	font-size:0.8em;
}

div#contents table tfoot td	{
	border:none;
	font-size:0.79em;
}

div#contents table thead th	{
	background:#DEF2B9;
	padding:8px;
	line-height:1.3em;
}

div#contents table thead th.smart	{
	background:#77B00F;
	color:#fff;
}


div#contents table tbody td	{
	text-align:center;
	padding:8px;
}

div#contents table tbody tr:hover	{
	background:#F6FCEA;
	cursor: pointer;
}

div#contents table tbody tr:hover td.page	{
	font-weight:bold;
	font-size:110%;
}


div#contents table tbody .magred	{
	font-weight:bold;
}

div#contents p	{
	margin-left:5px;
	margin-right:5px;
}
div#contents p.btn {
	margin: 0;
	padding: 0;
}
div#contents p.blank_text {
	margin-top: 0px;
	padding-top: 0px;
}
