/* CSS Document */
/*--------------------*/           
#dd {
/*margin-left: 25%;*/
/*padding: 0 0 20px 0;*/
line-height:0;
}

#dd li{
 	line-height:0;
	vertical-align:0;
	font-size:0;
}

#dd .mainmenu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
	display:inline;
}
#dd .mainmenu a.menu_blue {
  display: block;
  text-align: center;
  padding:0;
  margin:0;
  width: 120px;
  text-decoration: none;
 	line-height:0;
	vertical-align:0;
	font-size:0;
}

#dd .mainmenu a.menu_gray {
  display: block;
  text-align: center;
  padding:0;
  margin:0;	
  width: 100px;
  text-decoration: none;
 	line-height:0;
	vertical-align:0;
	font-size:0;
}


#dd .mainmenu {
  background: #eeeeee;
  color:#3366CC;
  height:30px;
}
a.menu:hover {
  color:#33CCFF;
  font-weight:normal;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  height:30px;
	padding:0;
  margin:0;
}

.submenu {
 background: #eee;
 border: none;
 visibility: hidden;
 position: absolute;
 z-index: 3;
 height:20px;
 padding:0;
 margin:0;
 	line-height:0;
	vertical-align:0;
	font-size:0;
}
.submenu a {
  background-color:#eee;
  display: block;
  text-align: left;
  text-decoration: none;
  padding: 0px;
	margin:0;
  color: #2875DE;
	font-weight:normal;
  font: 11px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	height:20px;

}
.submenu a:hover {
  background: #49A3FF;
  color: #FFF;
	padding: 0px;
	margin:0;
	height:20px;
}

/* サブメニューの半透明処理
--------------------
.submenu {
 filter: alpha(Opacity=90);
	opacity: 0.9;
}*/

