
body { background-color: white; }

img {
	float: auto;
	border: 1px solid black;
}

a:link { color: black; }
a:visited { color: gray; }
a:active { color: gray; }
a:hover { color: black; }

div#header {
	font-size: 20px;
	border-bottom: 2px solid black;
	padding: 0.25em;
	width: 750px;
	position: absolute;
	left: 200px;
	margin: 15px 10px;
}
div#header:first-letter { font-weight:bold; }

div#menu {
	width: 180px;
	height: 400px;
	float: left;
	padding: 6px 8px 0 1px;
	border-right: 2px black;
	background-color: #ffffcc;
	line-height: 120%;
}

div#mokuji {
	border: dashed 1px orange;
	width: 500px;
	left: 200px;
}

div#main {
	width: 750px;
	position: absolute;
	left: 200px;
	top: 60px;
	margin: 10px;
	line-height: 120%;
}

div#footer {
	width: 300px;
	position: relative;
	left: 200px;
	top: 30px;
	margin: 20px;
	padding-top: 7px;
	border-top: 1px dashed black;
	text-align: center;
}

table.sitemap {
	margin: 10px;
	border: 1px dashed black;
	background-color: #ffffcc;
}

.sitemap th {
	border: 1px solid;
}

.sitemap td {
    border-bottom: 1px dotted;
}

div.chapter {
	width: 750px;
	margin: 3px;
	text-indent: 1em;
}

div.cpttitle {
	margin: 10px 0;
	padding: 0.1em;
	border: 2px groove #333333;
	font-size: 16px;
	font-weight: bold;
	background-color: #cccccc;
}

.code {
	background-color: #cccccf;
	border: 2px groove #cccccc;
	text-indent: 0;
	white-space: pre;
}

.strong {
	font-weight: bold;
}

.var {
	color: blue;
}

.fakelink {
	font-weight: bold;
	text-decoration: underline;
}

sup.sscript {
	font-size: 10px;
	color: yellow;
}
