table {
	margin: 15px 5px;
	border-spacing: 1px;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
}
th, td {
	padding: 1px;
	vertical-align: top;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
td {
	word-break: break-all;
}
th {
	font-weight: normal;
	background: #eee;
}

table.layout {
	margin: 0px 10px;
	border: none;
}
table.layout>tbody>tr>td {
	border: none;
}

/* m1, m2, m3: ms932only */
td.m1, tr.m1 td {
	background: #cef;
}
td.m2, tr.m2 td {
	background: #ddf;
}
td.m3, tr.m3 td {
	background: #fdd;
}

/* d:undefined */
td.d, td:empty {
	background: #ccc !important;
}

.ascii {
	background: #eef;
}
.half-kana {
	background: #efe;
}
tr.ctrl td, td.ctrl {
	background: #fee;
}
