@charset "Shift_JIS";

h1, h2, h3, h4 { 
	color: #005A9C;
}
a img { border-style: none; color: white }
.l { display: block }

div[class="overview"] { margin-left: 2em }
@media screen {
*[class="footer"] { display: none; }
}
h2 a[href], h3 a[href] {
	color: #0c479d !important;
	text-decoration: none;
}
h2 a[href]:hover ,h3 a[href]:hover {
	color: red !important;
}
body div.section ul, body div.section ol {
	list-style-position: outside;
	margin-top: 1em;
	margin-bottom: 1em;
}
body div.section div.section ul, body div.section div.section ol {
	list-style-position: outside;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
body div.section div.section h3 {
	margin: 0.5em 0;
}
body { font-family: "‚l‚r ‚oƒSƒVƒbƒN" }

@media print {
@page { size 297mm 210mm; margin: 10mm }

body { font-size: 36px; counter-reset: page 1; }

div[class="slidebody"] {
  margin: 0;
  min-height: 150mm;
  overflow: auto;
}

body > h1, body > div.section > h2 {
  color: #0c479d;
  display: block;
  border-bottom: medium groove #EEE;
  margin-left: -2%;
  margin-top: 10mm;
  padding-bottom: 2.4mm;
  margin-bottom: 0.4mm;
}
body > div.section > h2
  page-break-before: always;
  counter-increment: page;
}

body > div.section:after {
  display: block;
  position: absolute;
  top: 88%;
  left: 99%;
  font-size: 80%;
  font-style: normal;
  content: "Page " counter(page);
}

/* fixed header and footer */

*[class="header"] {
  display: block;
  position: fixed;
  top: 4%;
  left: 8%;
}

*[class="footer"] {
  display: block;
  position: fixed;
  top: 88%;
  left: 8%;
  width: 92%;
  font-size: 80%;
  font-style: normal;
  border-top: medium groove #888;
}
}

pre { font-size: 80% }
div[class="arch"] { margin-top: -0.5em; margin-bottom: 0; }
p[class="arch"] {
  float: left;
  width: 256px;
  height: 390px;
  margin-right: 3em;
}
div.section { clear: both }
strong { color: red }

@media screen {
  body { font-size: 1.5em; }
}
