@charset   "UTF-8";
<style type="text/css">

body.mainbody {
	margin : 0;
	background-color: #C0F0D0;
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color : #C0F0D0;
	font-size : 80%;
	color : #000000;
	line-height : 110%;
}

h2 {
	font-size: x-large;
	font-weight: bold;
}
h3 {
	font-size: large;
	font-weight: bold;
}
a {
	text-decoration: underline;
	color: #0069e0;
}
a:visited {
	text-decoration: underline;
	color: #0069e0;
}
a:link {
	text-decoration: underline;
	color: #0069e0;
}
a:hover {
	text-decoration: underline;
	background-color: #00a9c9;
	color: #ffff80;
}
a.menu {
	text-decoration: none;
	color: #efffc0;
}
a:visited.menu {
	text-decoration: none;
	color: #efffc0;
}
a:link.menu {
	text-decoration: none;
	color: #efffc0;
}
a:hover.menu {
	text-decoration: none;
	background-color: #00a9c9;
	color: #ffff80;
}
a.top {
	text-decoration: none;
	color: #ffffff;
}
a:visited.top {
	text-decoration: none;
	color: #ffffff;
}
a:link.top {
	text-decoration: none;
	color: #ffffff;
}
a.top:hover {
	text-decoration: none;
	color: #ffffff;
}
a:hover.top {
	text-decoration: none;
	color: #ffffff;
}
td {
	font-size: 80%;
	background-position: left center;
	color : #000000;
	line-height : 110%;
}
td.trans {
	background-color : #C0F0D0;
	font-size: 80%;
	background-position: left center;
	color : #000000;
	line-height : 110%;
}
td.aa {
	font-size: 80%;
	background-position: left center;
	color : #dfdfdf;
  	line-height : 110%;
	onmouseover : "this.bgColor='#00a9c9'";
	onmouseout : "this.bgColor='#007999'";
}

table.caution {
	background-color : #ff0000;
}
td.caution {
	background-color : #fab4af;
}
table.listtable {
	background-color : #80b870;
	margin: 0 20px;
}
td.listheader {
	background-color : #80b870;
}
td.listitem {
	background-color : #a0dc90;
}

.topic h3 {
	padding: 2px 0 1px 4px;
	border-left: 0.5em solid #506080;
	border-bottom: 1px solid #506080;
	margin-bottom: 0.75em;
	background-color: #D8FCE8;
	font-size : 110%;
	color: #506080;
	font-weight: bold;
}
.topic p {
	margin-left: 1.5em;
	margin-top: 0;
	font-size : 100%;
	padding: 0 0 1em 0;
}

div#header {
	width: 100%;
	height: 50px;
	/*background-color: #80b870;*/
	background-image: url("header.png");
	background-position: repeat-x;
	padding 0;
	margin 0;
}
div#title {
	width: 100%;
	padding: 0 0 0 0.25em;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
	font-weight: bold;
	line-height: 50px;
}
div#title-right {
	float: right;
	height: 50px;
	padding 0;
	margin 0;
	/*position: relative;
	display: table-cell;
	vertical-align: bottom;*/
}
div#language {
	/*position: absolute;
	bottom: 0;*/
}
.act-lang {
	padding: 5px 10px;
	/*background-color : #C0F0D0;*/
	color: #FFF;
	font-weight: bold;
}
.noact-lang {
	background-color : #80b870;
}
.noact-lang a {
	text-decoration: none;
	padding: 5px 10px;
	color: #efffc0;
	background-image: url("header.png");
}
.noact-lang a:link {
	color: #efffc0;
}
.noact-lang a:hover {
	text-decoration: none;
	color: #efffc0;
}
.noact-lang a:visited {
	color: #efffc0;
}
.noact-lang a:active {
	color: #efffc0;
}
div#header-bottom {
	padding: 0;
	margin: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

div#contents {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #508040;
}
div#menuframe {
	float: left;
	width: 160px;
	color: #efffc0;
	background-color: #508040;
}
div#mainframe {
	margin-left: 160px;
	padding: 1px 8px 1px 8px;
	margin-top: 0px;
	background-color : #C0F0D0;
}
div#footer {
	clear: both;
	visibility: hidden;
}

ul.leftmenu {
	padding: 0;
	margin: 0;
	background-color: #346030;
	font-size : 125%;
}
ul.leftmenu li {
	list-style: none outside;
	border-style : solid;
	border-width : 0 1px 1px 1px;
	border-color : #346030;
	vertical-align: middle;
	/*white-space: nowrap;*/
	text-decoration: none;
	color: #efffc0;
	line-height: 240%;
}
ul.leftmenu a {
	text-decoration: none;
	padding: 0px 8px;
	display: block;
	color: #efffc0;
	background-color: #508040;
}
ul.leftmenu a:link {
	color: #efffc0;
}
ul.leftmenu a:hover {
	text-decoration: none;
	color: #efffc0;
	background-color: #00a9c9;
}
ul.leftmenu a:visited {
	color: #efffc0;
}
ul.leftmenu a:active {
	color: #efffc0;
}
li.submenu {
	font-size: 75%;
	margin-left: 12px;
}

</style>

