@charset "utf-8";

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



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


.contentsBody h5{}


.contentsBody table{
	border-collapse:separate;
	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;
	border:solid 1px #999;
	background-color:#ccc;
}


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


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


.contentsBody ul.type_A{
	font-weight:normal;
	border:dotted 1px #aaa;
	padding:1em;
}


.contentsBody ul.type_AA{
	margin-left:2em;
	font-weight:normal;
}


.contentsBody ul.type_A li{
	margin-bottom:1em;
}


.contentsBody ul.type_AA li{
	margin-bottom:0em;
}


.contentsBody ul.type_A li h6{}



