* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 100%;
	scrollbar-base-color: #9c9;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.hidden {
	font-size: 0px;
	visibility: hidden;
	line-height: 0%;
	height: 0px;
	width: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

a {
	text-decoration: underline;
	font-weight: inherit;
}

a:hover {
	cursor: help;
}

area:hover {
	cursor: help;
}

p {
	margin: -0.5em 0;
}

del {
	text-decoration: line-through;
}

ins {
	background-color: #efe;
}


#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 176px;
	line-height: 100%;
	font-size: 90%;
	text-align: center;
	overflow: auto;
	color: #020;
}

#menu #logo {
	border-width: 0;
	text-align: center;
	width: 160px;
	height: 120px;
}

#menu #menu_table {
	margin: 0 auto;
	width: 85%;
}

#menu h3 {
	font-size: 100%;
	font-weight: bold;
	background-color: #7b7;
	border-width: 0;
	padding: 2px;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	display: inline;
}

#menu a.content {
	display: block;
	background-color: #dfd;
	text-align: left;
	padding: 1px 1px 1px 16px;
	border-width: 0;
	border-bottom: 1px solid #7b7;
	line-height: 120%;
	text-decoration: none;
	color:#020;
}


#menu a.content:visited {
	color:#420;
}

#menu a.content:hover {
	background-color: #efe;
}

#theme {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0 0 0 176px;
	padding: 0;
	height: 82px;
	width: 75%;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 2px solid #373;
}

#theme #theme_inside {
	margin: 0;
	text-align: center;
}

#theme img {
	border: 0px none transparent;
	border: 0px none #fff;
	width: 100%;
	max-width: 580px;
	height: 80px;
}

#main {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 0 0 176px;
	padding: 0;
	height: 100%;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	line-height: 120%;
}

#main #content {
	position: absolute;
	top: 96px;
	left: -1px;
	width: 90%;
	line-height: 130%;
	color: #030;
}

#main #content h3 {
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #6a6;
	border-left: 8px solid #6a6;
	padding-left: 0.5em;
	margin: 0 0 0 1em;
	background-color: #dfd;
	color: #030;
}

#main #content h4 {
	font-weight: bold;
	border-bottom: 1px solid #373;
	padding-left: 0.5em;
	margin-left: 2em;
	color: #030;
}

#main #content h5 {
	margin-left: 3em;
	padding-top: 0.5em;
	width: 60%;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px solid #373;
}

#main #content a {
	color: #f84;
}

#main #content a:visited {
	color:#a42;
}

#main #content a:hover {
	color:#f53;
}

#main #content p {
	text-indent: 0.5em;
	padding: 0.5em 0px 0.5em 0.5em;
}

#main #content p.no_indent {
	text-indent: 0;
}

#main #content blockquote {
	text-indent: 0.5em;
	border: 1px solid #6a6;
	margin: 1em 0 1em 1.5em;
	width: 90%;
	background-color: #efe;
}

#main #content cite {
	display: block;
	margin-left: 2em;
}

#main #content q {
	quotes: "" "";
	background-color: #efe;
}

#main #content img.address {
	height: 1.5em;
	vertical-align: middle;
}

#main #content dl.float dt{
	float: left;
}

#main #content dl.float dt.no_float {
	float: none;
	clear: both;
}

#main #content dt {
	margin-left: 1em;
}

#main #content dd {
	text-indent: 1.5em;
	margin-bottom: 0.5em;
	margin-left: 3em;
}

#main #content ul {
	list-style-type: none;
}

#main #content ul.circle{
	list-style-type: circle;
}

#main #content li{
	margin-left: 1em;
}


#main #content table {
	width: 80%;
}

#main #content th {
	background-color: #dfd;
	text-align: center;
	font-weight: bold;
	padding: 4px;

}

#main #content td {
	background-color: #efe;
	padding: 4px;

}

#main #content em {
	font-weight: bold;
}

#main #content strong {
	font-weight: bold;
	background-color: #efe;
}

#main #content .topic {
	padding: 0.5em 0px 0.5em 0.5em;
	margin-left: 0.5em;
}

#main #content .small_topic {
	margin-left: 3em;
	font-size: 90%;
	padding: 0.5em 0px 0.5em 0.5em;
}

#main #content .smaller_topic {
	margin-left: 1em;
	padding: 0.5em 0px 0.5em 0.5em;
}

#main #content .continue {
	margin-left: 0.5em;
}

#main #content .float_left {
	float: left;
}

#main #content .float_right {
	float: right;
}

#main #content div.clear {
	clear: both;
}

#main #content #history {
	padding: 0.5em;
	line-height: 120%;
	font-size: 80%;
	margin-left: 3em;
	list-style-type: circle;
}

#main #content #tabs {
	padding: 0;
	margin-top: 0.5em;
	margin-left: 1em;
	border-bottom: 1px solid #6a6;
}

#main #content span#tab {
	padding: 0.2em;
	padding-bottom: 0;
	background-color: #fff;
	border: 1px solid #6a6;
	border-bottom: 4px solid #fff;
	vertical-align: baseline;
}

#main #content a#tab {
	padding: 0.2em;
	padding-bottom: 0;
	background-color: #dfd;
	border: 1px solid #6a6;
	border-bottom: 1px solid #dfd;
	vertical-align: baseline;
}

img.hokoku {
	width: 400px;
	height: 300px;
	border: 0px;
	margin: 10px;
	}

img.address {
	vertical-align: middle;
}

