/* CSS Document */
/*--------------------*/           
#dd {
/*margin-left: 25%;*/
/*padding: 0 0 20px 0;*/
}
#dd li { display: inline; float: left; }

#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 {
/*background: #EAEBD8;*/
/*border: 1px solid #5970B2;*/
  visibility: hidden;
  position: absolute;
  z-index: 3;
}
.submenu a { display: block; /*font: 11px arial;*/ text-align: left; color: #20000A; text-decoration: none;
/*text-decoration: none;
  padding: 5px;
  color: #2875DE;*/
}
.submenu a:hover { color: #EEE; background-color: #370011;
/*background: #49A3FF;
  color: #FFF;*/
}

/* サブメニューの半透明処理
--------------------*/
.submenu { filter: alpha(Opacity=90); opacity: 0.8; 
}

.MenuBarA { background-color: #EEE; padding-top: 6px; padding-bottom: 6px; width: 150px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: #C0C0C0; border-bottom-color: #C0C0C0; border-left-color: #C0C0C0; }
