/* setubi style
****************************************/


/* content
****************************************/
div#content table.jousetsu,
div#content table.kashidashi{
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	margin:0px;
	padding:0px;
}
div#content table.jousetsu th,
div#content table.kashidashi th{
	background-color:#E0E0E0;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	font-weight:bold;
	text-align:center;
}
div#content table.jousetsu td,
div#content table.kashidashi td{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	text-align:center;
}

div#content table.jousetsu{
	width:80%;
}
div#content table.jousetsu tr.trOdd td{
	background-color:#F3F3FF;
}

div#content table.kashidashi{
	width:50%;
}
div#content table.kashidashi tr.trEven td{
	background-color:#F3F3FF;
}

div#content table.kitei td#c1{
	white-space: nowrap;
}

