#dd {
	background: #DED9D0 url(../images/common/nav.gif) repeat-x;
	height: 41px;
	border-top: 1px solid #996;
	border-bottom: 1px solid #996;
	font-size:12px;
	}

#dd li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
/*	font: bold 1em HuiFontP,'メイリオ',Meiryo,'ＭＳＰゴシック',sans-serif; */
	font: bold 1em 'メイリオ',Meiryo,'ＭＳＰゴシック',sans-serif;
	line-height:0;
}

#dd li a.menu {
	display: block;
	text-align: center;
	background: #FFF url(../images/common/nav.gif) repeat-x;
	padding:0 4px 0 4px;
/*	color: #553; */
	color: #222;
	height:41px;
	line-height:41px;
	min-width:80px;
	width: auto !important;
	*width:85px;
	border-right: 1px solid #C9C6B3;
	text-decoration: none;
}

#dd li a.menu:hover, a#active {
	background-position: left bottom;
/*	color: #331; */
}

.submenu {
	background: #DED9D0 url(../images/common/nav.gif) repeat-x;
	height: 35px;
	visibility: hidden;
	position: absolute;
	z-index: 3;
	width:140px;
	z-index:12;
}

.submenu a {
	display: block;
	text-align: left;
	text-indent: 3px;
	background: #FFF url(../images/common/nav.gif) repeat-x;
	padding:0 4px 0 4px;
/*	color: #553; */
	height:35px;
	line-height:35px;
	text-decoration: none;
	border-right: 1px solid #C9C6B3;
	border-left: 1px solid #C9C6B3;
	border-bottom: 1px solid #996;
	min-width:110px;
	width: auto !important;
	*width:150px;
}

.submenu a:hover, a#active {
	background-position: left bottom;
/*	color: #963; */
}