/*#menu td{
	vertical-align: middle;
	background-image: url(../img/common/menu/bg.gif);
	background-repeat: repeat-x;
	background-position: center;

}
*/
############################
dt {
	list-style-type: none;
}
dl {
	list-style-type: none;
/*	list-style-position: inside;*/
	margin:.0em 0 .0em;
/*	line-height:100%;

	margin:.4em 0 1em;
	list-style-type: none;
	list-style-position: inside;
	line-height:100%;
*/
	}
dl dt{
/*	list-style-position:outside;
	margin-left:2.5em;

	list-style-position:outside;
	margin-left:2.5em;
*/
	}
/*	*/
/*メインカテゴリ*/
.menu dt {
	position: relative;
	float: left;
	margin: 0 0 0 0;
/*	width: 110px;
	left: 0px;
	*/

/*  height: 20px;
  padding: 5px;
  border: solid 1px #ccc;
  font-weight: bold;*/
}
.menu dt:hover {
  color: #ffffff;
  background: #333333;
}

/*プルダウンメニュー*/
.menu dt dl {
  display: none;
  position: absolute;
  top: 27px;
  left: 0px;
  width: 122px;
  background: #CBCBE4;
	z-index: 2;

/*  padding: 5px;
  border: solid 1px #ccc;
*/
}

/*プルダウンメニュー要素*/
.menu dt dl dt {
/*	font-size: 12px;*/
	margin: 0;
	padding: 0;
	width: 122px;
  height: 27px;
	border: none;
	font-weight: normal;
	z-index: 2;

}
.menu dt dl dt a {
	font-weight: normal;
  display: inline-block;
  width: 122px;
	z-index: 2;
}
.menu dt dl dt a:hover {
	filter: Alpha(Opacity=70, FinishOpacity=30, Style=1, StartX=0, StartY=0, FinishX=170, FinishY=52);
	-moz-opacity:0.5;
	opacity:0.5;
	-ms-filter: "alpha(opacity=50)";
	-khtml-opacity: 0.5;
	color: #FFFF99;
	zoom:1;
	z-index: 2;
}
