/* CSS Document */
/*--------------------*/           
#dd {
/*margin-left: 25%;*/
/*padding: 0 0 20px 0;*/
}
#dd .mainmenu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
#dd .mainmenu a.menu {
  display: block;
  text-align: center;
  padding:0;
  margin:0;
  text-decoration: none;
}
#dd .mainmenu a.menu:hover {
/*background: #49A3FF;*/
}

.submenu {
	position: absolute;
	z-index: 7;
	text-align: left;
	font-size: 12px;
	width: 140px;
	visibility: hidden;
	display: block;

}
.submenu a {
	display: block;
	/*font: 11px arial;*/
  text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #000000;
	width: 140px;
}
.submenu a:hover {
	background-color: #FF9900;
	display: block;
	/*font: 11px arial;*/
  text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	width: 140px;
}

.submenu a:visited {
	background-color: #000000;
	display: block;
	/*font: 11px arial;*/
  text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	width: 140px;
}


/* サブメニューの半透明処理
--------------------*/
.submenu {
 filter: alpha(Opacity=60);
	opacity: 0.9;
}



.submenu2 {
	position: absolute;
	z-index: 7;
	text-align: left;
	font-size: 11px;
	width: 140px;
	visibility: hidden;
	display: block;
}
.submenu2 a {
	display: block;
	width:140px;
	/*font: 11px arial;*/
  text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #333333;

/*text-decoration: none;
  padding: 5px;
  color: #2875DE;*/
}
.submenu2 a:hover {
	width:140px;
	background-color: #ff0000;

/*background: #49A3FF;
  color: #FFF;*/
}

/* サブメニューの半透明処理
--------------------*/
.submenu2 {
 filter: alpha(Opacity=60);
	opacity: 0.9;
}
.submenute {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	filter: alpha(Opacity=60);
	opacity: 0.9;

}
#navi {
	height: 20px;
}