@charset "utf-8";

/*============================================================*/



/*============================================================*/


.contentsBody table{
	border-collapse:collapse;
	width:100%;
	margin-bottom:1em;
}


.contentsBody table tbody th{
	padding:0.5em;
	width:5em;
	text-align:center;
	background:url(../../images/parts/bg_cell.gif) no-repeat;
	background-color:#ccc;
	border:solid 1px #555;
}


.contentsBody table tbody td{
	padding:0.5em;
	background:url(../../images/parts/bg_cell.gif) no-repeat #eee;
	background-color:#fff;
	border:solid 1px #555;
}


.contentsBody table tbody td ul li{
	text-indent:-1em;
	margin-left:1em;
	font-weight:normal;
}


.contentsBody table.ikenkoukanTBL{
	border-collapse:separate;
}


.contentsBody table.ikenkoukanTBL td{
	text-align:center;
	border-color:#999;
	background-color:#fff;
}


.contentsBody table.ikenkoukanTBL thead td{
	background-color:#ccc;
	font-weight:bold;
}


.contentsBody table tbody tr.type_A td{
	background-color:#eee;
}

