@charset "utf-8";

h2
{
	background:url('../img/h2_bg.jpg') no-repeat;
	text-indent:-9999px;
	width:660px;
	height:70px;
}

div.entry table
{
	border-collapse:collapse;
	width:100%;
	margin:1em 0;
}

div.entry th
{
	border:1px solid #ccc;
	background:#cfe360;
	color:#006600;
	font-weight:bold;
	text-align:center;
	padding:2px;
}

div.entry th.kamoku
{
	border:1px solid #ccc;
	background:#fff;
	color:#333;
	font-weight:normal;
	text-align:center;
	padding:2px;
	white-space:nowrap;
}

div.entry td
{
	border:1px solid #ccc;
	background:#f1f5fa;
	color:#333;
	text-align:center;
	padding:2px;
	font-size:90%;
	line-height:120%;
}

div.entry td.news
{
	border:1px solid #ccc;
	background:#f1f5fa;
	color:#333;
	text-align:left;
	padding:2px;
	font-size:100%;
}

div.box-header
{
	width:660px;
	height:7px;
	background:url(../img/box_header.gif) no-repeat;
	line-height:1px;
	margin-top:10px;
}

div.box-body
{
	width:660px;
	height:auto;
	background:url(../img/box_body.gif) repeat-y;
}

div.box-body p
{
	padding:5px 15px;
}

* html div.box-body p
{
	padding-top:0;
	padding-bottom:12px;
}

div.box-footer
{
	width:660px;
	height:7px;
	background:url(../img/box_footer.gif) no-repeat;
	margin-bottom:10px;
}

div.hosoku table
{
	border-collapse:collapse;
	width:100%;
	margin:1em 0;
}

div.hosoku th
{
	border:0;
	background:#cfe360;
	color:#006600;
	font-weight:bold;
	text-align:left;
	padding:2px;
}

div.hosoku td
{
	border:0;
	background:#fff;
	color:#333;
	text-align:left;
	padding:2px;
	font-size:100%;
}






