table {
	width:700px;
	margin:20px auto;
	border:3px solid #333;
}

th {
	border-top:none;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-left:none;
}
td {
	border-top:none;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-left:none;
}
.rightcell {
	border-right:none;
}
.bottomcell {
	border-bottom:none;
}
.section {
	border-right:2px solid #333;
}
p.cell {
	font-size:small;
	margin-left:1em;
	margin-right:-2em;
	text-indent:-1em;
	margin-bottom:0.5em;
}
th.bg {
	background-color:#666;
	color:#FFF;
}
td.index {
	text-align:center;
	font-weight:bold;
}
td.cell {
	font-size:0.9em;
}
td.indent {
	text-indent:0.5em;
}
td.center {
	text-align:center;
}
.kome {
	font-size:0.7em;
	color:#666666;
}
td.wide {
	height:0px;
	font-size:0px;
	border-bottom:none;
}