@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Osaka, sans-serif;
	font-size: 10px;
}
html,body{
	height:			95%;
}

a {
    text-decoration: none;
    color: blue;
}

ul.tree {
    margin: 0 0 0 2px;
    padding: 0;
    font-size: 10px;
    list-style: none;
}
ul.tree li.tree_lst {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
    background-position: 0.8em 0;
    background-repeat: no-repeat;
    background-image: url(../images/tree_lst_solid.gif);
	line-height:	1.0;
}
ul.tree li.tree_end {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
    background-position: 0.8em 0;
    background-repeat: no-repeat;
    background-image: url(../images/tree_end_solid.gif);
	line-height:	1.0;
}

div#left_menu{
	border:			1px solid #666;
	padding:		0px;
	line-height:	1.5;
	overflow:		auto;
	width:			290px;
	float:			left;
	padding-bottom:	26px;
	max-height:		90%;
	min-height:		90%;
	_height:		90%;
}
div#right_menu_container{
	border:			1px solid #666;
	padding:		0px;
	line-height:	1.5;
	overflow-x:		hidden;
	overflow-y:		scroll;
	width:			238px;
	float:			right;
	padding-bottom:	26px;
	max-height:		90%;
	min-height:		90%;
	_height:		90%;
}
div#right_menu1{
	border-bottom:	1px solid #666;
	padding:		0px;
	line-height:	1.5;
	overflow:		auto;
	width:			222px;
	height:			155px;
}
div#right_menu2{
	margin-top:		0px;
	padding:		0px;
	line-height:	1.5;
	overflow:		auto;
	width:			222px;
}
div#right_menu3{
	margin-top:		4px;
	padding:		6px;
	line-height:	1.5;
	overflow:		auto;
	width:			208px;
}
div#map{
	border:			1px solid #666;
	line-height:	1.5;
	padding-bottom:	26px;
	height:			90%;
	margin-left:	293px;
	margin-right:	241px;
	min-height:		90%;
	_height:		90%;
}
div#overview_map{
	border:			1px solid #666;
	line-height:	1.5;
	margin-top:		90%;
	height:			200px;
	width:			200px;
}
table{
	border:			0px solid #666;
	line-height:	1.2;
}
input{
	vertical-align:	middle;
}
img#map{
	border:			0px;
	vertical-align:	middle;
}
img#guide{
	border:			1px;
	vertical-align:	middle;
}
.tooltip {
	font-family: Verdana, Arial, sans-serif;
	background-color:#ffffff;
	font-size: 11px;
	padding: 3px;
	border:1px #000000 solid;
}
.maintitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}
.lang {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
div.logo {
	width: 280px;
	height: 60px;
	layout-grid-line: 150px;
	background-color: rgb(148, 195, 117);
	color: #333;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#imagebox {
	position: relative;
	background-size: cover;
	height: 60px;
}
