@charset "utf-8";

.footernav {
	font-size:15px;
	color: #000;
	}
.footernavactive {
	color: #28809c;
	}
	
.content_nav {
	font-size:12px;
	color: #000;
	}

.content_nav A { 
	text-decoration:none;
	margin-right: 20px
}

.content_nav A:link, .content_nav A:visited { color: #000; }
.content_nav A:active, .content_nav A:active:hover, .content_nav A:link:hover, .content_nav A:visited:hover { color: #28809c;}

a.content_nav_active {
	color: #28809c;
	}

/* ########################################################################################################### */

.nav {
	position:absolute;
	left:258px;
	width: 250px;
	z-index:1000;
}

#nav1 {	top: 45px; z-index: 108 }
#nav2 {	top: 61px; z-index: 107 }
#nav3 {	top: 77px; z-index: 106 }
#nav4 {	top: 93px; z-index: 105 }
#nav5 {	top: 109px; z-index: 104 }
#nav6 {	top: 125px; z-index: 103 }

#sub1 {	top: 61px; z-index: 501 }
#sub2 {	top: 77px; z-index: 501 }
#sub3 {	top: 93px; z-index: 501 }
#sub4 {	top: 109px; z-index: 501 }
#sub5 {	top: 125px; z-index: 501 }
#sub6 {	top: 141px; z-index: 501 }

div.navi {
	overflow:hidden;
	height: 16px;
}

div.navi:hover {
	height: auto;
	background-image:url(../img/e/basic/bg_navi_button_hover.png);
	background-repeat:no-repeat;
	background-position: top left;
}

a.navi_button {
	color: #EEEEEE;
	display: block;
	width: 250px;
	height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	padding-left: 4px;
}

a.navi_button:hover {
	background-color: #777777;
	background-image: url(../img/e/basic/bg_navi_button_hover.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #EEEEEE;
	font-weight: bold;
	text-decoration: none;
}

a.navi_button_selected {
	background-color: #777777;
	background-image: url(../img/e/basic/bg_navi_button_hover.png);
}

div.navi_sub {
	position:absolute;
	left: 338px;
	width: 170px;
	background-color: #BBBBBB;
	background-image:url(../img/e/basic/bg_navi_sub.png);
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	display:none;
}

div.navi_sub_css {
	display:block;
	position:relative;
	left: 80px;
}

div.navi_sub a {
	display:block;
	color:#111111;
	border-bottom: 1px solid #BBBBBB;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 6px;
	padding-top: 2px;
}

div.navi_sub a:hover {
	color:#FFFFFF;
	font-weight: bold;
	background-color: #888888;
	border-bottom: 1px solid #EEEEEE;
	text-decoration: none;
}

a.hover_first:hover {
	background-image:url(../img/e/basic/bg_navi_sub_hover_first.png);
}

#header_nav {
	position: absolute;
	top: 16px;
	left: 262px;
	font-size: 11px;
	width: 400px;
	z-index: 54;
}

#header_nav a:hover {
	background-color: #777777;
}

#nav_carousel {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	visibility: hidden;
}

.nav_image_hover {
	border: 10px solid #FFEEE;
}

#nav_carousel_buttons {
	position: absolute;
	color: #CCCCCC;
	font-size: 11px;
	top: 263px;
	left: 262px;
	z-index: 80;
	visibility: visible;
}

a.caption_text:link, a.caption_text:visited, a.caption_text:active {
	display: block;
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	text-align: center;
	visibility: hidden;
	line-height: 14px;
	min-width: 120px;
}

a.caption_text:hover {
	text-decoration: underline;
}
