
/************************************************

株式会社アンダムル
スタッフ日記共通メニュー

***************************************************/

/* メニュータイトル
---------------------------------------------*/
#menu_ti {
	width: 198px;
	height: 50px;
	}


/* メニュー
---------------------------------------------*/
#menu {
	width: 198px;
	}

#menu ul {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	}

#menu li{
    list-style-type:none;
	margin: 0;
	padding: 0;
	}

#menu a{
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	}
	
#menu a:focus{
/*\*/
	overflow: hidden;
/**/
}

#menu li.mb01{
	background:url(../staff/staff_img/mb01ov.gif) left top no-repeat;
	width: 198px;
	height: 40px;
	}
#menu li.mb01 a{
	background:url(../staff/staff_img/mb01.gif) left top no-repeat;
	width: 198px;
	height: 40px;
	}
	
#menu li.mb02{
	background:url(../staff/staff_img/mb02ov.gif) left top no-repeat;
	width: 198px;
	height: 40px;
	}
#menu li.mb02 a{
	background:url(../staff/staff_img/mb02.gif) left top no-repeat;
	width: 198px;
	height: 40px;
	}
	


#menu li a:hover{
	background:none !important;
	}
	

/* メニュー下バナー
---------------------------------------------*/
div.mbana {
	width: 198px;
	height: 64px;
	padding-bottom: 15px;
	}
	
