/*
	author:		Satoshi ABE<webmaster@satoshiabe.jp>
	updated:	2006/05/09 00:23
*/

/* ################################################## */

body {

}

h1 {
	background-color: #cff;
	color: #000;
	font-size: large;
	margin-top: 0px;
	padding: 10px;
}

h2 {
	font-size: medium;
	border-left: solid 10px #66f;
	padding-left: 5px;
}

h3 {
	border-left: solid 5px #6ff;
	font-size: small;
	font-weight: lighter;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 5px;
}

h4 {
	border-left: solid 5px #6ff;
	font-size: small;
	font-weight: lighter;
	margin-left: 30px;
	margin-right: 15px;
	padding-left: 5px;
}

.content {
	border: solid 1px #5e8eab;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

.section {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 700px;
}

.section_menu {
	border-bottom: solid 5px #cff;
	margin-lefT: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 700px;
}

.reference {
	background-color: rgb(231, 239, 247);
	color: #000;
	border: double thin #00f;
	font-size: x-small;
	font-weight: lighter;
	line-height: 1.5em;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

.under {
	text-decoration: underline;
}

.red {
	background-color: #000;
	color: #f00;
}

.xx-small {
	font-size: xx-small;
}

address {
	border-top: solid 10px #cff;
	font-style: normal;
	margin-top: 64px;
	padding-bottom: 10px;
	padding-left: 10px;
}

address a {
	text-decoration: none;
}

p {
	font-size: small;
	font-weight: lighter;
	line-height: 1.5em;
	margin-left: 30px;
	margin-right: 30px;
}

p.attention {
	background-color: #fff;
	color: #f00;
	font-size: small;
	font-weight: lighter;
	line-height: 1.5em;
	margin-left: 30px;
	margin-right: 30px;
}

p.menu {
	border-bottom: solid 1px #cff;
	border-top: solid 1px #cff;
	font-size: x-small;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
}

p.menu a {
	background-color: #fff;
	color: #00f;
	padding-left: 10px;
	padding-right: 10px;
}

p.ref {
	padding-left: 5px;
	padding-right: 5px;
}

p.menu a:hover {
	background-color: #fff;
	color: #f80;
}

p.menu span {
	background-color: #fff;
	color: #000;
}

p.path {
	background-color: #fff;
	color: #555;
	font-size: 0.6em;
}

p.prompt {
	background-color: #000;
	color: #fff;
	font-size: x-small;
	padding-left: 10px;
	white-space: pre;
}

p.reference {
	background-color: rgb(231, 239, 247);
	color: #000;
	border: double thin #00f;
	font-size: x-small;
	font-weight: lighter;
	line-height: 1.5em;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 600px;
}

p.note {
	background-color: #fff;
	color: #000;
	border: dashed thin #fc0;
	font-size: x-small;
	font-weight: lighter;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 500px;
	white-space: pre;
}

p.source {
	background-color: #000;
	color: #fff;
	font-size: x-small;
	white-space: pre;
}

ul {
	font-size: small;
}

dl {
	font-size: small;
	margin-left: 30px;
	margin-right: 30px;
}

dt {
	font-size: small;
	float: left;
}

dd {
	font-size: small;
	margin-left: 64px;
}

table {

}

th {
	font-size: 9px;
}

td {
	font-size: 9px;
}
