@charset "EUC-JP";

/*
 * http://www.embedded.jp/
 */

body {
	background-color: #f5f5dc;
	color: black;
}

div.navi {
	background-color: #779977;
	color: silver;
}

div.main {
	float: left;
	width: 70%;
}

div.content {
	margin-left: 1em;
	margin-right: 1em;
}

div.side {
	background-color: transparent;
	color: black;
	font-size: 80%;
	float: left;
	width: 30%;
}

div.side h2 {
	background-color: #a52a2a;
	color: white;
	font-size: 120%;
	border-style: none;
}

div.footer {
	clear: left;
}

div.footer p {
	margin-left: 0px;
	margin-right: 0px;
}

h1 {
	background-color: #33aa88;
	color: white;
	font-size: 200%;
	text-align: left;
	margin: 0px;
	padding: 0.6em;
}

h2 {
	background-color: transparent;
	color: #006655;
	font-size: 140%;
	padding: 1px 0.5em 1px 0.5em;
	border-style: solid;
	border-color: #a52a2a;
	border-width: 0px 0px 2px 0px;
}

h3 {
	background-color: transparent;
	color: #006655;
	font-size: 120%;
	padding: 1px 0.3em 1px 0.3em;
}

p, dl {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

dl dt {
	margin-top: 0.5em;
}

dl dd {
	margin-left: 1.5em;
}

pre {
	margin-left: 2em;
	margin-right: 2em;
	padding: 0.2em 0.5em 0.2em 0.5em;
	font-family: monospace;
	color: black;
	background-color: #ddeeee;
	border: solid thin #aacccc;
}

table {
	margin-left: 1.5em;
	margin-right: 1.5em;
	border: solid 1px #aaccaa;
}

table.banner {
	margin-left: 0px;
	margin-right: 0px;
	border: none;
        border-style: none;
	border-collapse: collapse;
}

td.banner {
	border: none;
        border-style: none;
	empty-cells: hide;
}

table.google {
	border: none;
        border-style: none;
	border-collapse: collapse;
}

td.google {
	border: none;
        border-style: none;
	empty-cells: hide;
}

table.report {
	margin-left: 1.5em;
	margin-right: 1.5em;
	border: none;
        border-style: none;
	border-collapse: collapse;
}

td.report {
	border: none;
        border-style: none;
	empty-cells: hide;
}

td, th {
	padding: 0.2em;
	border: solid 1px #aaccaa;
}

th {
	color: black;
	background-color: #cceecc;
}

img {
	border-style: none;
}

div.logo {
	text-align: center;
}

address {
	font-size: smaller;
}

#gnuwingdb {
	float: right;
}

.note {
	font-size: smaller;
}

.author {
	text-align: right;
}
