@charset "utf-8";

/* ===================================================================
	Author: aki
=================================================================== */

#smenu{
	border:4px solid #3f80c5;
	min-height:1px;
	_height:1px;
	border-width:0 0 4px 0;
	margin:0 0 20px 0;
}

#smenu li{
	float:left;
	padding:0 5px 0 0;
}

#smenu li.mlast{
	float:left;
	padding:0 0px 0 1px;
}

.pages{
	text-align:right;
	padding:20px 0;
}

.tables{
/*	border:1px solid #c9c9c8;*/
}

.tables table{
	table-layout:fixed;
	border-collapse:collapse;
	width:100%;
}

.tables table th{
	border:1px solid #c9c9c8;
	border-width:1px 1px 0 1px;
	color:#0062ae;
	text-align:center;
	padding:3px 0;
	background-color:#f4f4ff;
}

.tables table th.td1{
	width:96px;
	color:#333333;
}

.tables table td.td1{
	text-align:center;
	padding:10px 0;
}


.tables table th.td2{
	width:70px;
}

.tables table td.td2{
	font-weight:bold;
	text-align:center;
	font-size:130%;
	color:red;
}

.tables table th.td3{
	
}

.tables table th.td4{
	width:230px;
}

.tables table td.td3{
	padding:10px 5px;
}

.tables table td.td4{
	padding:10px 5px;
}

.tables table td.td4 a{
	font-weight:bold;
}

.tables table th.td5{
	width:55px;
}

.tables table th.td6{
	width:60px;
}


.tables table td.td5{
	padding:10px 5px;
}

.tables table td.td6{
	padding:10px 5px;
}

.tables table td{
	border:1px solid #c9c9c8;
}

.tables table .odd td{
	background-color:#f4f4ff;
}