@charset "shift_jis";

body {
	background: #ffffff;
	color: #000000;
	font-size: 100%;
	font-family: sans-serif;
	letter-spacing: 0;
	margin: 0 0 0 2em;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
	border: none;
}

h1,h2,h3,h4,dt,th {
	font-family: serif;
	line-height: 100%;
}

h1 {
	font-weight: bold;
	font-size: 200%;
	margin: 0.25em 0 0.5em -1em;
	padding: 0.5em 0.5em 0.5em 0;
	text-align: center;
	border-width: thick 0;
	border-color: #000000;
	border-style: double;
}

h2 {
	font-weight: bold;
	font-size: 150%;
	margin: 2em 0 0.5em -1.33em;
	padding: 0 0 0.1em 0.17em;
	border-width: 0 0 thick 0;
	border-color: #808080;
	border-style: solid;
}

h3 {
	font-weight: bold;
	font-size: 125%;
	margin: 2em 0 0.5em -1.6em;
	padding: 0.1em 0 0.1em 0.2em;
	border-width: 0 0 0 1.4em;
	border-color: #808080;
	border-style: solid;
}

h4 {
	font-weight: bold;
	margin-top: 1.25em;
	margin-bottom: -0.25em;
	padding-bottom: 0.1em;
	border-width: 0 0 thin 0;
	border-color: #808080;
	border-style: dashed;
}

p,dd,td,pre,blockquote {
	letter-spacing: 0;
}


p,pre,blockquote {
	font-family: serif;
	line-height: 175%;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
}


p.note {
	font-size: 90%;
	margin-top: 0.25em;
}

.hide,.navigator,.contents,.atscreen {
	display: none;
}

p.siteinfo {
	line-height: 100%;
	font-family: serif;
	font-style: italic;
	margin: 0 0 0 -2em;;
	padding: 0.5em 0.1em 0.25em 0.1em;
}

p.pageinfo {
	line-height: 100%;
	margin: -1.75em 0 0 0;
	padding: 0.5em 0 0.25em 0;
	text-align: right;
	border-style: none;
}

blockquote {
	border-style: dotted;
	padding: 0.5em;
}

q {
	border-style: dotted;
	border-width: thin;
	padding: 0 0.25em;
}

cite {
	font-style: italic;
}

blockquote cite {
	display: block;
	text-align: right;
}

pre,code {
	font-family: monospace;
	line-height: 150%;
}

p.poem {
	font-family: cursive;
	font-size: 110%;
}

div.pagefooter {
	text-align: right;
}

div.pagefooter p.pageinfo,div.pagefooter p.siteinfo {
	margin-top: 0;
}

div.pagefooter img {
	display: none;
}

p.EOF {
	text-align: right;
	font-weight: bold;
	text-align: right;
}

dt,th {
	font-weight: bold;
	line-height: 100%;
	margin: 1em 0 0 0;
	padding: 0.5em;
	border-width: thin;
	border-color: #808080;
	border-style: solid;
}

dt,dd.subinfo,dd.continue {
	border-bottom-color: #808080;
	border-bottom-style: double;
}

dd,td {
	font-family: serif;
	line-height: 150%;
	margin: 0;
	padding: 0.5em;
	border-width: thin;
	border-color: #808080;
	border-style: solid;
	border-top-style: none;
}

th,td {
	margin: 0;
}

th.text,td.text {
	text-align: left;
}

th.number,td.number {
	text-align: right;
}

dd.subinfo {
	padding: 0.1em 0.5em;	
}

ul {
	list-style-type: square;
}

ul,ol {
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

dd ul,dd ol {
	margin: 0;
}

dd ul li,dd ol li {
	display: inline;
	margin: 0;
}

li ul,li ol,dd ul,dd ol {
	margin: 0.25em 0 0.25em 1em;
}

li {
	margin: 0 0 0 2em;
	padding: 0;
	line-height: 150%;
	font-family: serif;
}

table {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
	text-align: center;
	caption-side: top;
	border-collapse: collapse;
}

caption {
	margin-top: 1em;
}

.mother {
	margin-right: 0;
}

.child {
	margin-left: 0;
}

.floatingmother {
	width: 50%;
	float: left;
}

.floatingchild {
	width: 49%;
	text-align: left;
}

.clearing {
	clear: both;
}

caption {
	font-style: italic;
}

address {
	text-align: left;
	margin: 1em 0 0 -2em;
	padding: 0.5em 0 0.5em 2em;
	border-width: thick 0;
	border-color: #000000;
	border-style: double;
	font-family: serif;
	font-size: 110%;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0;
}

a.postinfo {
	font-size: 90%;
	font-weight: lighter;
}

em,strong {
	padding: 0 0.25em;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

img {
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: solid;
}

a img[alt]:after {
	content: attr(alt);

}

a img[alt] {
	border: none;
	width: 0;
	height: 0;
}

hr {
	border-color: #000000;
	width: 100%;
}

a {
	color: #000000;
	text-decoration: none;
}

a.outer:after {
	content: " [" attr(href) "] "
}
/* できればパターンマッチングを使いたかったが */
