@charset "Shift_JIS";

/*------------------------------------------------------------------------------
	“ú–{•‘—xŽÐ - CSS Modules Import
	Date: 2009-05-12
------------------------------------------------------------------------------*/

.leftclm{
	width:260px;
	float:left;
}

.rightclm{
	width:250px;
	float:right;
	padding-right:10px;
}

* html .rightclm{
	width:250px;
}

.leftclm table,
.rightclm table{
	width:250px;
	border-collapse:collapse;
	margin-bottom:10px;
	border:1px solid #666633;
	border-bottom:2px solid #666633;
}

#cat1,
#cat2,
#cat3,
#cat4,
#cat5{
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
}
#page th{
	background:#666633;
	color:#fff;
	text-align:left;
	padding:3px 5px;
}

#cat2 table{
	border:1px solid #999999;
	border-bottom:2px solid #999999;
}
#cat2 th{
	background:#cee7ae;
	color:#666633;
}

#cat3 table{
	border:1px solid #999999;
	border-bottom:2px solid #999999;
}
#cat3 th{
	background:#263971;
	color:#fff;
}

#cat4 table{
	border:1px solid #999999;
	border-bottom:2px solid #999999;
}
#cat4 th{
	background:#cc9;
	color:#663;
}

#cat5 table{
	border:1px solid #999999;
	border-bottom:2px solid #999999;
}
#cat5 th{
	background:#c96;
	color:#fff;
}

#cat6 table{
	border:1px solid #999999;
	border-bottom:2px solid #999999;
}
#cat6 th{
	background:#f96;
	color:#fff;
}

#cat7 table{
	border:1px solid #999999;
	border-bottom:2px solid #999999;
}
#cat7 th{
	background:#336666;
	color:#fff;
}

#page td{
	padding:2px 2px 2px 5px;
	border-bottom:1px solid #ccc;
}
#page td.m{
	text-align:center;
	white-space:nowrap;
	width:12%;
}
#page td.d{
	text-align:right;
	white-space:nowrap;
	width:20%;
}
#page td.m2{
	text-align:left;
	white-space:nowrap;
	width:35%;
}