@charset "UTF-8";
/* CSS Document */

#menu {
	
	margin: 0;
	padding: 0 0 25px 0px;
	list-style-type: none;
	width: 640px;
	float: left; /* Contain floated list items */
	
}

#menu li {
	display: inline;
	background:#818B59 ; 
	margin: 0;
	padding: 0;
	float: left;
	
}

#menu a {
	float: left;
	margin-top: 0px;
	padding: 0 0 0 3px;
	width: 210px;
	color: #FFF;
	text-decoration: none;
	line-height: 2;
	text-align: center;


}
#menu a:hover {
background: #9ca47d;
color:#fff;
text-decoration: underline;
}

/*
#body_hom #menu_hom a, #body_map #menu_map a,
#body_jou #menu_jou a,#body_his #menu_his a,
#body_ref #menu_ref a,
#body_con #menu_con a {
background: #BEB06F;
color: #1A1303;
font-weight: bold;
}*/


#menublue {
	margin: 0;
	list-style-type: none;
	width: 640px;
	float: left; /* Contain floated list items */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menublue li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #6893BE;
}

#menublue a {
	float: left;
	margin-top: 0px;
	padding: 0 0 0 3px;
	width: 210px;
	color: #FFF;
	text-decoration: none;
	line-height: 2;
	text-align: center;


}
#menublue a:hover {
	color:#fff;
	text-decoration: underline;
	background-color: #9DB8D4;
}

.line
{
	background-color: #7DA1C7;
	height: 2px;
}

