body {
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	background-color: #ffffdd;
}
a:link {
	color: #0066dd;
}
a:visited {
	color: #6600dd;
}
p {
	text-indent: 1ex;
	margin: 1ex;
}
br.clear {
	clear: both;
	line-height: 0;
}
h1 {
	width: 100%;
	padding-top: 2ex;
	border-top: solid 1px black;
}
pre {
	margin: 1ex 1ex;
	font-size: 100%;
	font-family: "ＭＳ ゴシック",monospace;
}
img.cmark {
	border-style: none;
	cursor: hand;
	vertical-align: middle;
	display: inline;
}
div.hide {
	display: none;
}

table.contents {
	border-collapse: collapse;
	empty-cells: show;
	white-space: nowrap;
	margin-top: 4px;
	page-break-inside: avoid;
}

td.cstr {
	white-space: nowrap;
}
td.cpage {
	visibility: hidden;
	white-space: nowrap;
}
div.cline {
	margin: 0px 1ex;
	border-bottom: none;
}
img.dmark {
	border-style: none;
	cursor: hand;
	vertical-align: middle;
	display: inline;
}
div.sample {
	margin-left: 2ex;
	font-size: 95%;
	font-weight: bold;
}
table.sample {
	margin-top: -0.1ex;
	margin-left: 3ex;
	margin-right: 2ex;
	margin-bottom: 1ex;
	border-left: double 3px #ee9900;
	background-color: #ffeebb;
	page-break-inside: avoid;
}
td.sample {
	padding: 1ex 1ex;
	font-size: 95%;
	font-family: "ＭＳ ゴシック",monospace;
}
table.sample-box {
	margin: 1ex 2ex;
	border: solid 2px #ee9900;
	background-color: #ffddbb;
}
td.sample-box {
	padding: 1ex 1ex;
	font-size: 95%;
	font-family: "ＭＳ ゴシック",monospace;
	white-space: normal;
}
table.elem {
	width: 96%;
	margin: 2ex 2%;
	border-collapse: collapse;
	border-color: black;
	border-style: solid none;
	border-width: 2px;
	font-size: 95%;
	page-break-inside: avoid;
}
table.attr {
	width: 96%;
	margin: 2ex 2%;
	border-collapse: collapse;
	border-color: black;
	border-style: solid none;
	border-width: 2px;
	font-size: 95%;
	page-break-inside: avoid;
}
td.elemkey {
	width: 6em;
	padding: 3px 1ex 3px 0pt;
	border-color: black;
	border-style: solid none;
	border-width: 1px;
	text-align: right;
	vertical-align: top;
	background-color: #ffdddd;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
}
td.attrkey {
	width: 6em;
	padding: 3px 1ex;
	border-color: black;
	border-style: solid none;
	border-width: 1px;
	text-align: right;
	vertical-align: top;
	background-color: #ddffdd;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
}
td.elemval {
	padding: 3px 1ex;
	border-color: black;
	border-style: solid none;
	border-width: 1px;
	vertical-align: top;
	text-align: left;
}
td.attrval {
	padding: 3px 1ex;
	border-color: black;
	border-style: solid none;
	border-width: 1px;
	vertical-align: top;
	text-align: left;
}
table.tree {
	border-collapse: collapse;
	empty-cells: show;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
}
table.treel {
	border-collapse: collapse;
	empty-cells: show;
	border-left: solid 1px black;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
}
table.treeld {
	border-collapse: collapse;
	empty-cells: show;
	border-left: solid 1px black;
	margin-top: 10.5px;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
}
td.tree {
	vertical-align: top;
}
td.tree1 {
	width: 2ex;
	height: 10.5px;
}
td.tree1b {
	width: 2ex;
	border-bottom: solid 1px black;
	height: 10.5px;
}
td.tree1lb {
	width: 2ex;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	height: 10.5px;
}
td.tree2 {
	vertical-align: top;
	padding: 1px 1ex;
	border: solid 1px black;
	background-color: white;
	page-break-inside: avoid;
}
td.tree7 {
	vertical-align: top;
	padding: 0 .5ex .5ex 1ex;
	font-size: 80%;
}
div.list-title {
	font-weight: bold;
	margin: 0 2ex;
}
div.list-data {
	text-indent: 1ex;
	margin-left: 6ex;
	margin-bottom: 1ex;
}
div.download {
	display: block;
	visibility: visible;
	font-weight: bold;
	margin: 0 2ex;
}
table.noprint {
	display: block;
	visibility: visible;
}

@media print {
	body {
		font-family: "ＭＳ Ｐ明朝",平成明朝,serif;
		background-color: white;
		color: black;
	}
	p {
		font-family: "ＭＳ Ｐ明朝",平成明朝,serif;
	}
	a {
		text-decoration: none;
		color: black;
	}
	a:link {
		color: black;
	}
	a:visited {
		color: black;
	}
	br.clear {
		page-break-after: always;
	}
	h1 {
		border-top: none;
		border-bottom: solid 2px black;
		margin-top: 40%;
		text-align: center;
		font-size: 300%;
		font-weight: bold;
		font-family: "ＭＳ Ｐ明朝",平成明朝,serif;
		page-break-before: always;
		page-break-after: always;
	}
	h2 {
		font-weight: bold;
		font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	}
	h3 {
		font-weight: bold;
		font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	}
	h4 {
		font-weight: bold;
		font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	}
	h5 {
		font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
		font-weight: bold;
	}
	h6 {
		font-weight: bold;
		font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	}
	img.cmark {
		visibility: hidden;
	}
	div.hide {
		display: block;
	}
	td.cpage {
		visibility: visible;
		white-space: nowrap;
		padding-left: 1ex;
	}
	div.cline {
		border-bottom: dotted 2px black;
	}
	div.sample {
		font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	}
	table.sample {
		border-left: double 3px black;
	}
	table.sample-box {
		border: solid 2px black;
	}
	div.download {
		display: none;
		visibility: hidden;
	}
	table.noprint {
		display: none;
		visibility: hidden;
	}
}
