#dd {
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font: bold 11px arial;
}

#dd li a.menu {
  display: block;
  text-align: center;
  color: #FFF;
  text-decoration: none;
}

#dd li a.menu:hover {
}

/*住まいの設備*/
#dd li a.menu_sumai{
	display: block;
	width: 130px; /* for WinIE6 */
	background: url(../images/globalmenu-01-1.gif) left top no-repeat;
}
#dd li a.menu_sumai:hover {
	display: block;
	width: 130px; /* for WinIE6 */
	background: url(../images/globalmenu-01-2.gif) left top no-repeat;
}

#dd li a.current_menu_sumai{
	display: block;
	width: 130px; /* for WinIE6 */
	height:40px;
	background: url(../images/globalmenu-01-3.gif) left top no-repeat;
}

#dd li a.current_menu_sumai:hover {
	display: block;
	width: 130px; /* for WinIE6 */
	height:40px;
	background: url(../images/globalmenu-01-3.gif) left top no-repeat;
}

/*生活用品*/
#dd li a.menu_kaden{
	display: block;
	width: 130px; /* for WinIE6 */
	background: url(../images/globalmenu-02-1.gif) left top no-repeat;
}
#dd li a.menu_kaden:hover {
	display: block;
	width: 130px; /* for WinIE6 */
	background: url(../images/globalmenu-02-2.gif) left top no-repeat;
}

#dd li a.current_menu_kaden{
	display: block;
	width: 130px; /* for WinIE6 */
	height:40px;
	background: url(../images/globalmenu-02-3.gif) left top no-repeat;
}

#dd li a.current_menu_kaden:hover {
	display: block;
	width: 130px; /* for WinIE6 */
	height:40px;
	background: url(../images/globalmenu-02-3.gif) left top no-repeat;
}

/*趣味・DIY*/
#dd li a.menu_syumi{
	display: block;
	width: 130px; /* for WinIE6 */
	background: url(../images/globalmenu-03-1.gif) left top no-repeat;
}
#dd li a.menu_syumi:hover {
	display: block;
	width: 130px; /* for WinIE6 */
	background: url(../images/globalmenu-03-2.gif) left top no-repeat;
}

#dd li a.current_menu_syumi{
	display: block;
	width: 130px; /* for WinIE6 */
	height:40px;
	background: url(../images/globalmenu-03-3.gif) left top no-repeat;
}

#dd li a.current_menu_syumi:hover {
	display: block;
	width: 130px; /* for WinIE6 */
	height:40px;
	background: url(../images/globalmenu-03-3.gif) left top no-repeat;
}

/*食品・飲料*/
#dd li a.menu_food{
	display: block;
	width: 130px; /* for WinIE6 */
	background: url(../images/globalmenu-04-1.gif) left top no-repeat;
}
#dd li a.menu_food:hover {
	display: block;
	width: 130px; /* for WinIE6 */
	background: url(../images/globalmenu-04-2.gif) left top no-repeat;
}

#dd li a.current_menu_food{
	display: block;
	width: 130px; /* for WinIE6 */
	height:40px;
	background: url(../images/globalmenu-04-3.gif) left top no-repeat;
}

#dd li a.current_menu_food:hover {
	display: block;
	width: 130px; /* for WinIE6 */
	height:40px;
	background: url(../images/globalmenu-04-3.gif) left top no-repeat;
}

/*アウトドア*/
#dd li a.menu_outdoor{
	display: block;
	width: 130px; /* for WinIE6 */
	background: url(../images/globalmenu-05-1.gif) left top no-repeat;
}
#dd li a.menu_outdoor:hover {
	display: block;
	width: 130px; /* for WinIE6 */
	background: url(../images/globalmenu-05-2.gif) left top no-repeat;
}

#dd li a.current_menu_outdoor{
	display: block;
	width: 130px; /* for WinIE6 */
	height:40px;
	background: url(../images/globalmenu-05-3.gif) left top no-repeat;
}

#dd li a.current_menu_outdoor:hover {
	display: block;
	width: 130px; /* for WinIE6 */
	height:40px;
	background: url(../images/globalmenu-05-3.gif) left top no-repeat;
}

/*業務用キッチン*/
#dd li a.menu_forPro{
	display: block;
	width: 130px; /* for WinIE6 */
	background: url(../images/globalmenu-06-1.gif) left top no-repeat;
}
#dd li a.menu_forPro:hover {
	display: block;
	width: 130px; /* for WinIE6 */
	background: url(../images/globalmenu-06-2.gif) left top no-repeat;
}

#dd li a.current_menu_forPro{
	display: block;
	width: 130px; /* for WinIE6 */
	height:40px;
	background: url(../images/globalmenu-06-3.gif) left top no-repeat;
}

#dd li a.current_menu_forPro:hover {
	display: block;
	width: 130px; /* for WinIE6 */
	height:40px;
	background: url(../images/globalmenu-06-3.gif) left top no-repeat;
}


.submenu {
  background: #ffd699;
  /*border: 1px solid #5970B2;*/
  visibility: hidden;
  position: absolute;
  min-width:130px;
  padding: 0 0 10px 0;
}

.submenu a {
  display: block;
  font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:12px;
  font-weight:normal;
  text-align: left;
  text-decoration: none;
  padding: 5px 10px;
  color: #666666;
}

.submenu a:hover {
  background: #ff9900;
  color: #FFF;
}

#header{
	z-index:20;
}

#currentGmenu .submenu{
	margin-top:-10px;
}
