ins { text-decoration: underline; background-color: #CCFFCC; }
del { text-decoration:line-through; color:#CCCCCC; }
/* em { background-color:#CC3333; color: white; }
em.conflict-term { background-color:#882288; } */

body {
	padding-right: 1em;
	padding-left: 70px;
	padding-bottom: 2em;
	padding-top: 2em;
	margin: 0px;
	color: black;
	background: white fixed no-repeat left top;
	font-family: sans-serif
}
:link {
	background: none transparent scroll repeat 0% 0%;
	color: #00c
}
:visited {
	background: none transparent scroll repeat 0% 0%;
	color: #609
}
a:active {
	background: none transparent scroll repeat 0% 0%;
	color: #c00
}
a:link img {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none
}
a:visited img {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none
}
a img {
	color: white
}

th {
	font-family: sans-serif
}
td {
	font-family: sans-serif
}
h1 {
	text-align: left
}
h2 {
	text-align: left
}
h3 {
	text-align: left
}
h4 {
	text-align: left
}
h5 {
	text-align: left
}
h6 {
	text-align: left
}
h1 {
	background: white;
	color: #005a9c
}
h2 {
	background: white;
	color: #005a9c
}
h3 {
	background: white;
	color: #005a9c
}
h1 {
	font: 170% sans-serif
}
h2 {
	font: 140% sans-serif
}
h3 {
	font: 120% sans-serif
}
h4 {
	font: bold 100% sans-serif
}
h5 {
	font: italic 100% sans-serif
}
h6 {
	font: small-caps 100% sans-serif
}
.hide {
	display: none
}
div.head {
	margin-bottom: 1em
}
div.head h1 {
	clear: both;
	margin-top: 2em
}
div.head table {
	margin-top: 2em;
	margin-left: 2em
}
p.copyright {
	font-size: small
}
p.copyright small {
	font-size: small
}

@media screen
{
unknown {
	background: #ffa
}
}

pre {
	margin-left: 2em
}
dt {
	margin-top: 0px;
	margin-bottom: 0px
}
dd {
	margin-top: 0px;
	margin-bottom: 0px
}
dt {
	font-weight: bold
}
pre {
	font-family: monospace
}
code {
	font-family: monospace
}
ul.toc {
	list-style-type: none
}
ol.toc {
	list-style-type: none
}

@media aural
{
h1 {
	stress: 20; richness: 90
}
h2 {
	stress: 20; richness: 90
}
h3 {
	stress: 20; richness: 90
}
.hide {
	speak: none
}
p.copyright {
	volume: x-soft; speech-rate: x-fast
}
dt {
	pause-before: 20%
}
pre {
	speak-punctuation: code
}

}


/* Style sheet for Japanese Layout Requirements */

li, p {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

body:lang(en) {
	font-family: Arial, Helvetica, sans-serif;
}
body:lang(ja) {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body:lang(ja) .wide { letter-spacing:1em; }

/* 目次 */
div.toc { }
div.toc .toc1 { margin: 0.5em 0 0.5em 0; }
div.toc .toc2 { margin: 0.5em 0 0.5em 1em; }
div.toc .toc3 { margin: 0.5em 0 0.5em 2em; }
div.toc .toc4 { margin: 0.5em 0 0.5em 3em; }

span.lln { padding-right: 0.3em; }
span.toc-number { font-family: monospace; }
span.toc-level1 { }
span.toc-level2 { margin-left: 1em; }
span.toc-level3 { margin-left: 2em; }
span.toc-levelA { margin-left: 1em; }

/* 本文 */
div.body { background-color:transparent; }
div.div1 { background-color:transparent; }
div.div2 { background-color:transparent; }
div.div3 { background-color:transparent; }

h1 { font: 170% Arial, Helvetica, sans-serif; color: #005A9C; }
h2 { font: 140% Arial, Helvetica, sans-serif; color: #005A9C; }
h3 { font: 120% Arial, Helvetica, sans-serif; color: #005A9C; }
h4 { font: 115% Arial, Helvetica, sans-serif; color: #005A9C; }

body:lang(ja) p.body {
	text-indent: 1em;
}

hr {
	margin-top: 1em;
	margin-bottom: 1em;
}

/* 標準の表 */
table.standardTable {
	empty-cells: show;
	border-width: 0.1em;
	border-style: solid;
}
table.standardTable caption {
	font-weight: normal;
	font-style: italic;
	text-align: left;
	margin-bottom: .5em;
}

/* 箇条
*/
ol, ul {
	/*padding-left: 2.5em;*/
}
ol {
	list-style-type: lower-alpha;
}
ol.decimal,
ol ol {
	list-style-type: decimal;
}
ol.decimal ol {
	list-style-type: lower-alpha;
}
ol.decimal ol ol,
ol ol ol {
	list-style-type: lower-roman;
}
ol.decimal ol ol ol,
ol ol ol ol {
	list-style-type: decimal;
}
/*ol.decimal li::marker {
	content: counter(list-item, decimal) ")";
}
ol ul {
	list-style-type: hyphen;
}*/

/* イメージ
	<p class="figure" >
	 <img src="..." />
	 <span class="figureCaption">...</span>
	</p>
 */
div.figure {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	/*border: solid thin red;*/
}
div.figure img {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.figureCaption {
	font-size: 0.8em;
	font-style: italic;
	display: block;
	text-align: center;
	margin-bottom: 1em;
}

/* 注
	<table class="t_note">
	 <tr>
	 <td class="ft"><p>注）</p></td>
	 <td><p>...</p></tr>
	 </tr>
	</table>
*/
table.t_note {
	margin-left: 2em;
}
body:lang(ja) table.t_note td {
	line-height: 1.5;
}
table.t_note td {
	vertical-align: top;
	/*border: 1px solid red;*/
	border: none;
}
table.t_note td.ft {
	white-space: nowrap;
	padding-right: 0.5em;
}
table.t_note td p {
	font-size: 0.85em;
	font-weight: normal;
}
table.t_note td ol {
	margin-top: 0;
	margin-bottom: 0;
}
table.t_note .figureCaption {
	/*font-size: 1em;*/
}

ol table.t_note,
ul table.t_note {
	margin-left: 1em;
}

/* 例
	<table class="t_sample">
	 <tr>
	 <td class="ft"><p>例）</p></td>
	 <td><p>...</p></tr>
	 </tr>
	</table>
*/
table.t_sample {
	/*margin-left: 1em;*/
	border-spacing: 0;
}
body:lang(ja) table.t_sample td {
	line-height: 1.5;
}
table.t_sample td {
	vertical-align: top;
	padding-right: 0.5em;
	/*border: 1px solid green;*/
	border: none;
}
table.t_sample td.ft {
	white-space: nowrap;
	padding-right: 0.5em;
}
table.t_sample td p {
	font-size: 1em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}
table.t_sample td ol {
	margin-top: 0;
	margin-bottom: 0;
}

table.t_note table.t_sample td p {
	font-size: 0.8em;
}

/* 数値と単位など */
span.digit { }
span.unit { }
i.quantity {
	font-style: italic;
}

/* 専門用語の定義 */
.termdef {
	color: #008000;
	font-weight: bold;
	text-decoration: none;
}
/* 専門用語の参照 */
a.termref:link,
a.termref:visited {
	background-color: #FF8;
}
a.termref2nd:link,
a.termref2nd:visited {
	color: black;
	text-decoration: none;
	background-color: transparent;
}
/* 章の参照 */
.chapter_ref {
	font-weight: bold;
}
/* 図の参照 */
.figure_ref {
}

.rfc2119 {
	font-variant: small-caps;
}

span.character:lang(ja) {
	padding-left: 0.25em;
	padding-right: 0.25em;
}

/* Charclass */
table.charclass {
	border-collapse: collapse;
}
table.charclass col.character,
table.charclass col.ucs {
	text-align: center;
}
table.charclass th,
table.charclass td {
	border: solid thin gray;
	padding: 0.2em;
}

/* Terminolody */
table.termlist {
	border-collapse: collapse;
}
table.termlist th,
table.termlist td {
	border: solid thin gray;
	padding: 0.2em;
}

/* ------------------ */

@media screen {

/* 改訂 */
span.change {
	color: red;
}

/*
h1, h2, h3, h4 { background-color: transparent; }
div.div1 { background-color: #EFF; }
div.div2 { background-color: #FFE; }
div.div3 { background-color: #EEE; }
p.body { background-color: #FEF; }
p.ft { background-color: #FDD; }
div.figure { background-color: #EFE; }
table.t_note { border: solid 1pt #CCF; }
table.t_sample { border: solid 1pt #CCF; }
table.t_list { border: solid 1pt #CCC; }
span.lln { background-color: #DDF; }
a.termref:link,
a.termref:visited { background-color: #FF8; }
*/

}

@media print {

body {
	font-size: 10pt;
	background-image: none;
	padding-left: 0em;
	padding-right: 0em;
}
body:lang(ja) p {
	font-family: 'ＭＳ 明朝', serif;
}
body:lang(ja) p.copyright {
	font-family: Arial, Helvetica, sans-serif;
}

.figureCaption {
	font-size: 8.5pt;
}
table.t_note td p {
	font-size: 8.5pt;
}

ins { text-decoration: none; }
del { display: none; }

:link,
:visited {
	color: black;
	text-decoration: none;
	background-color: transparent;
}

div.body { background-color:transparent; }
div.div1 { background-color:transparent; }
div.div2 { background-color:transparent; }
div.div3 { background-color:transparent; }
p.body { background-color:transparent; }
p.ft { background-color:transparent; }

}


table.termlist {
	border-collapse: collapse;
}
table.termlist th,
table.termlist td {
	border: solid thin gray;
	padding: 0.2em;
}
table.charclass {
	border-collapse: collapse;
}
table.charclass col.character,
table.charclass col.ucs {
	text-align: center;
}
table.charclass tr > td {
	text-align: center;
}
table.charclass tr > td + td + td {
	text-align: left;
}
table.charclass th,
table.charclass td {
	border: solid thin gray;
	padding: 0.2em;
}
.header {
  text-align: right;
  border-bottom: 1px solid #aaa;
  padding-bottom: 0.5em;
  font-size: 80%;
}
.header ul {
  display: inline;
  padding: 0;
}

.header li {
  display: inline;
  border-left: 1px solid #aaa;
  padding-left: 0.2em;
}
