body{
	margin: 1% 2%;
	color: #234;
	background:	#f7fff7;
	font-family: 'Osaka Regular', 'Osaka', 'MS PGothic', 'MS Gothic', 'Gothic', sans-serif;
}
.content{
	clear: both;
}
table{
	border: 2px inset #ccc;
}
td{
	border: 2px outset #ccc;
}

.listbox{
	font-size: 90%;
	padding: 1% 2%;
	margin: 0 2% 1%;
	color: #222;
	background-color: #ffd;
	border: 1px solid #600;
	float: left;
}
hr{
	clear: both;
	background-color: #99f;
	color: #99f;
	height: 1px;
	border: none;
}
img{
	float: right;
	float: none;
	background-color: #eef;
	margin: 1pt;
	padding: 0;
	border: none;
}
img.bannar{
	border: none;
}

.notes{
	font-size: 90%;
	font-weight: bold;
}
a{
	background-color: #eee;
	color: #339;
	text-decoration: underline;
}
a:visited{
	background-color: #def;
	color: #939;
	text-decoration: underline;
}
a:hover, a:active{
	background-color: #def;
	color: #33c;
	text-decoration: underline;
	position: relative;
	top: -1px; left: 1px;
}
table{
	background-color: #fafffa;
	border: 1px solid #0d8e0d;
	margin: 1em;
}
td{
	border: 1px solid #0d8e0d;
}
th{
	border: 1px solid #0d8e0d;
}
em{
	font-weight: normal;
	font-style: normal;
	color: #900;
	background-color: #ffd;
}
strong{
	font-size: 100%;
	font-weight: normal;
	color: #c00;
	background-color: #fee;
}
q{
	font-weight: normal;
	font-style: normal;
	color: #360;
	background-color: #efc;
}
dfn:before, cite:before, q:before{
	content: no-open-quote;
}
dfn:after, cite:after, q:after{
	content: no-open-quote;
}

ul{
	clear: both;
	margin: 0;
	padding: 0.5em 1em;
	border-width: 0;
	color: #222;
	background-color: #f5fff5;
	line-height: 150%;
	list-style: outside square;
}

h1{
	clear: both;
	margin: 1% 2%;
	padding: 0.5em 1em;
	color: #222;
	text-align: left;
	font-size: 150%;
	font-weight: bold;
}
h2{
	clear: both;
	float: left;
	width: 50%;
	font-size: 120%;
	font-weight: normal;
	padding: 0.1em 0.5em;
	margin: 1em auto 0.1em 0;
	color: #333;
	background-color: #efe;
	border-top: 1px solid;
	border-left: 3px double;
}
h2 a{
	color: #600;
	background-color: #fff7df;
	text-decoration: none;
}
h3{
	clear: both;
	float: left;
	width: 50%;
	font-size: 110%;
	font-weight: normal;
	padding: 0.1em 0.5em;
	margin: 0.5em auto 0.1em 0.5em;
	color: #265;
	background-color: #efd;
	border-top: 1px solid;
	border-left: 3px double;
}
p{
	clear: both;
	color: #222;
	margin: 0 2% 0.5em;
	padding: 0% 1%;
	border-width: 0;
	line-height: 150%;
	text-align: justify;
}
dl{
	clear: left;
	background-color: #eef;
	margin: 1% 3%;
	padding: 1% 2%;
	border-width: 0;
	line-height: 150%;
}
dt{
	clear: both;
	background-color: #cfb;
	color: #222;
	margin: 0;
	padding: 0.2em 1em;
}
dd{
	clear: both;
	background-color: #eef;
	color: #222;
	margin: 0 0 0.2em 0;
	padding: 0.2em 1em;
}
dd dt{
	clear: both;
	float: left;
	padding: 0;
	margin: 0 1em 0 -1em;
	background-color: #efe;
	border-bottom: double 3px #cfb;
}
dd p{
	clear: both;
	background-color: #f5fff5;
	color: #222;
	margin: 0 0 0.5em;
	padding: 0.5em 0.5em;
	border-width: 0;
	line-height: 150%;
}

address{
	clear: both;
	font-size: 86%;
	border-top: 1px solid #0d8e0d;
	background: #fff;
	height: 40px;
}

hr,h2,h3,address{
	border-color: #0d8e0d;
}
p,h1{
	background-color: #fafffa;
}
