@charset "UTF-8";

body {
	font-family: sans-serif;
	color: black;
	background-color: white;
}

h1 {
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 0.8em;
}

h2 {
	font-size: 120%;
	font-weight: normal;
	padding: 0.2em 0.2em 0.2em 0.8em;
	background-color: #a0d4ff;
	border-bottom: 1px solid #448ccb;
	border-left: 5px solid #448ccb;
	margin-bottom: 0.8em;
	margin-top: 0.8em;
	clear: both;
}

h3 {
	font-size: 100%;
	font-weight: normal;
	padding: 0.05em 0.3em;
	background-color: #c0e8ff;
	margin-bottom: 0.8em;
	clear: both;
}

a:link[href] {
	color: #00f;
	text-decoration: underline;
}

a:visited[href] {
	color: #609;
	text-decoration: underline;
}

a:active[href] {
	color: #f00;
	text-decoration: underline;
}

a:hover[href], a:visited:hover[href] {
	color: #f0f;
	text-decoration: underline;
}

a img {
	border: 2px dotted #00f;
}

a:hover img {
	border: 2px dotted #f0f;
}

img {
	border: 0px;
}

img.right {
	margin-bottom: 1em;
	margin-left: 0.7em;
	float: right;
	clear: right;
}

p {
	line-height: 1.4;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	text-indent: 1em;
}

p.noind {
	text-indent: 0em;
}

p.signature {
	clear: both;
	text-align: right;
	font-size: 0.8em;
	text-indent: 0em;
}

p.strong {
	font-size: large;
	font-weight: bold;
}
div.chapter {
	margin-left: 1em;
	padding-left: 1em;
	border-left:  1px solid #bbb;
}

div.chapter2 {
	margin-left: 1em;
}

div.section {
	clear: right;
}

div.navi {
	position: absolute;
	top: 2px;
	right: 4px;
	font-size: 0.8em;
}

div.image {
	margin: 0px 4px 6px 4px;
	padding: 2px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	float: right;
	font-size: 90%;
}

div.image img {
	border: 1px solid #ccc;
}

div.imagebox {
	margin: 0px 4px 6px 4px;
	padding: 2px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
}

div.imagebox .image {
	margin: 2px;
	width: 162px;
	float: none;
}

.imagebox table {
	margin-left: 0;
	text-align: left;
}

.imagebox table,
.imagebox tr,
.imagebox th,
.imagebox td {
	border: 0;
}

span.comment {
	color: #080;
}

span.date {
	color: #aaa;
}

table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	empty-cells: show;
}

table,tr,th,td {
	border: 1px inset #333;
}

caption {
	border: 1px solid black;
	border-bottom: 0;
	background-color: #c0e8ff;
}

ul {
	margin-top: 8px;
	margin-bottom: 8px;
}

li {
	margin-top: 2px;
	margin-bottom: 2px;
}

dfn, abbr {
	font-style: normal;
	border-bottom: dotted 1px;
	cursor: help;
}

pre {
	margin-left: 1em;
	margin-right: 1em;
	padding: 4px;
	background-color: #ddf;
}
