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

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body.mainbody {
	margin : 0;
	background-color : #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color : #FFFFFF;
	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;
}

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 : #00A85E;
	margin: 0 20px;
}
table.listtable td {
	background-color : #ffffff;
}
table.listtable td.listheader {
	background-color : #00A85E;
	color : #ffffff;
	font-weight: bold;
	text-wrap: none;
	text-align: center;
}
td.listitem {
	background-color : #ffffff;
}

div.topic {
	margin-bottom: 1.5em;
}
.topic h3 {
	padding: 4px 0 2px 4px;
	border-left: 0.5em solid #506080;
	border-bottom: 1px solid #506080;
	margin-bottom: 0.75em;
	background-color: #45A7D2;
	/*background-color: #D7C22B;*/
	color: #FFFFFF;
	font-size : 110%;
	font-weight: bold;
}
.topic p {
	margin: 0 0 0.25em 1.5em;
	font-size : 100%;
}

div#header {
	width: 100%;
	height: 50px;
	background-color: #E6E6E6;
	/*background-image: url("header.png");*/
	background-position: repeat-x;
	padding 0;
	margin 0;
}
div#header a {
	text-decoration: none;
	color: #4D4D4D;
}
div#header a:visited {
	text-decoration: none;
	color: #4D4D4D;
}
div#header a:link {
	text-decoration: none;
	color: #4D4D4D;
}
div#header a:hover {
	text-decoration: none;
	background-color: transparent;
}


div#title {
	width: 100%;
	padding: 0 0 0 0.25em;
	color: #4D4D4D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 50px;
}
div#title a img {
	border-style: none;
}
div#title-right {
	float: right;
	height: 50px;
	padding 0;
	margin 0;
	/*position: relative;
	display: table-cell;
	vertical-align: bottom;*/
}
div#title-right a {
	border-style: none;
}
div#title-right a img {
	border-style: none;
}
div#language {
	/*position: absolute;
	bottom: 0;*/
}
.act-lang {
	padding: 5px 10px;
	/*background-color : #C0F0D0;*/
	color: #4D4D4D;
	font-weight: bold;
}
.noact-lang {
	/*background-color : #80b870;*/
}
.noact-lang a {
	text-decoration: none;
	padding: 5px 10px;
}

div#header-bottom {
	padding: 0;
	margin: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

div#contents {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(background_main.png);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #7CC73F;
}

div#menuframe {
	float: left;
	width: 160px;
	background-color: #7CC73F;
}
ul.leftmenu {
	padding: 0;
	margin: 8px 8px 8px 8px;
	font-size : 125%;
}
ul.leftmenu li {
	list-style: none outside;
	border-style : solid;
	border-width : 0.25em 0 0.25em 0;
	padding: 0;
	border-color : #7CC73F;
	vertical-align: middle;
	/*white-space: nowrap;*/
	text-decoration: none;
	line-height: 150%;
}
ul.leftmenu a {
	text-decoration: none;
	padding: 0px 8px;
	display: block;
	color: white;
}
ul.leftmenu a:link {
	color: white;
}
ul.leftmenu a:visited {
	color: white;
}
ul.leftmenu a:active {
	color: white;
}
ul.leftmenu a:hover {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
}

div#mainframe {
	margin: 0 0 0 160px;
	padding: 1px 8px 1px 8px;
	background-color: #FFFFFF;
}
div#footer {
	background-color: white;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

div#mainframe p {
	margin: 0.5em 1.0em;
	line-height : 130%;
}

div#mainframe p.pathchain {
	margin-left: 0.5em;
	padding-bottom: 1.0em;
}

div#mainframe ul {
	margin-top: 0px;
}

li.submenu {
	font-size: 75%;
	margin-left: 12px;
}

</style>
