@charset "utf-8";

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



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


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


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


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


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

