/* CSS Document */
/*--------------------*/           
#ddNaviSeating #dd,
#ddNaviNt #dd,
#ddNaviothers #dd{
 background: url(../img/bg_dd.gif) right top repeat-x !important;
/*margin-left: 25%;*/
/*padding: 0 0 20px 0;*/
}
.mainmenu {
	/*border-left: 1px solid #5970B2;
	border-top: 1px solid #5970B2;
	border-bottom: 1px solid #5970B2;*/
	height:34px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.mainmenu a.menu {
	display: block;
	text-align: center;
	padding:0;
	margin:0;
	background-color:#CCCCCC;
	/*padding: 4px 2px;*/
	margin: 0 0 0 0;
	text-decoration: none;
}
.mainmenu a.menu:hover {
	background: #49A3FF;
}

.submenu {
	width: 136px;
	background: #CCC;
	visibility: hidden;
	position: absolute;
	z-index: 3;
}
.submenu a {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	display: block;
	font: 11px arial;
	text-align: left;
	text-decoration: none;
	padding:5px 5px 5px 12px																					;
	color: #333;
	background: url(../img/icon_dd.gif) 0 9px no-repeat;
}
.submenu a:hover {
  color: #de2000;
  padding:5px 5px 5px 12px;
  background:#FFF url(../img/icon_dd_o.gif) 0 9px no-repeat;

}

/* サブメニューの半透明処理
--------------------*/
.submenu {
 filter: alpha(Opacity=75);
	opacity: 0.75;
}
