body {
	background:#fff;
	color:#063;
}

/*#side {background:#fff url('images/kanji.gif') center no-repeat;}*/
#side img {
	float:left;
	padding:5px 3px 0 5px;
}



h1 {
	color:#D7E0CC;
	background:#063;
	font-weight:bold;
	font-size:125%;
}

h3 {
	color:#063;
	font-weight:bold;
	font-size:105%;
	padding:5px;
}

h1, h2, h3 {
	padding-left:5px;
}

acronym {
	border-bottom:1px dotted #000;
	cursor:help;
}

blockquote {padding:5px 40px;font-weight:bold;}

.yui-u {
	background:#D7E0CC;
	border: 1px #063 solid;
}
.yui-u img {
	float:left;
	padding:5px 5px 0 5px;
}
.yui-u ul {
	padding-left:1.5em;
	list-style:disc;
}

.yui-b p {padding:5px 0 0 5px;}

#articles {
	list-style:disc;
	padding-left:25px;
}
#articles li {padding:0 0 5px 5px;}

#navigation {
	list-style:none;
	padding:0 0 25px 0;
	margin:0;
}

#navigation li {
	float:left;
	display:block;
	margin:0;
	padding:5px;
}

#navigation a {
	color:#063;
	background:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
}

#navigation a:hover, a:active, a:focus {
	color:#fff;
	background:#063;
}

#ft {text-align:center;}

/* Form style */
div.form {
	width: 75%;
	background-color: #eee;
	border: 1px dotted #000;
	padding: 5px;
	margin: 0px auto;
}

div.row {
	clear: both;
	padding: 10px 0 10px 0;
}

div.row span.label {
	float: left;
	width: 25%;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 70%;
	text-align: left;
} 

div.spacer {
	clear: both;
}
/* End form style */
