@charset "utf-8";

/*

SMART BOOK INDEX CSS

author NOAH(T.Nikaidoh) by SALTWORKS INC.

LAST UPDATE 2009.09.01


*/
div#contents h2{
	margin-bottom:20px;
}

div#contents h3{
	color:#77b00f;
	padding-left: 5px;
	padding-right: 5px;
}

div#contents ul{
	list-style:none;
	padding-left: 5px;
	padding-right: 5px;
}

div#contents p	{
	padding-left: 5px;
	padding-right: 5px;
}

div#contents p.right{
	text-align:right;
}

div#contents table {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
	border: 1px solid #cecece;
	border-right:none;
	border-bottom:none;
	clear: both;
}

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

div#contents table thead th	{
	background:#77B00F;
	color:#fff;
	padding:8px;
	line-height:1.3em;
}

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

h3,p	{
	text-align:center;
	margin-left:0;
	margin-right:0;
}