*{	margin: 0; padding: 0;}

/*------------------------------------
	#menu-btn 
-------------------------------------- */
dl#menu-btn ul{	list-style: none;}
dl#menu-btn dd{	border:none;float: left;text-align: center;position: relative;width: 132px;height: 22px;}
dl#menu-btn dd a{border:0;display: block;text-decoration: none;width: 132px;height: 22px;}


/*グローバルメニュー・プルダウンメニュー*/
dl#menu-btn dd ul{background-color:#FAFFD7; border-left: solid 1px #eef; border-top: solid 1px #eef; border-right: solid 1px #003333; border-bottom: solid 1px #003333; display: none; position: absolute; top: 22px; left: 0; z-index: 0;}
dl#menu-btn dd ul a{font-size: 12px; color:#333333; height: auto; line-height: 130%; text-align: left; padding: 5px 10px; width: 130px;}
dl#menu-btn dd ul a.hierarchy{background: url(/images/gnavi_arrow.gif) 125px center no-repeat;}

/*プルダウンメニュー・マウスオーバー*/		
dl#menu-btn dd ul li.rollOver{background-color:#FFE479;}
dl#menu-btn dd ul li.rollOver a.rollOverA{color: #333333; font-weight:bold;}
dl#menu-btn dd ul li{position: relative;}
dl#menu-btn dd ul li ul{display: none; position: absolute; top: 0px; left: 132px; z-index: 0;}
