/* 左メニューボタン　ロールオーバー用 */

#menu ul{
	margin: 0px;
	padding: 0px;
	width: 160px;
}

#menu li{
	list-style: none;
	width: 160px;
}

#menu ul a{
	display: block;
	width: 160px;
	height: 30px;
	text-indent: -1000px;
	overflow: hidden;
}

/* ↓各ボタン設定↓　*/
/* ============================　*/

.btn_footer{
	height: 3px;
	background: url(/image/custom/menu_footer.jpg) no-repeat;
	_display: block;
	_position: absolute;
}

/* 共通）HOME　*/
.home a{
	background:url(/image/custom/home1.jpg) no-repeat;
}
.home a:hover{
	background:url(/image/custom/home2.jpg) no-repeat;
}


/* 共通）お知らせ　*/
.info a{
	background:url(/image/custom/info1.jpg) no-repeat;
}
.info a:hover{
	background:url(/image/custom/info2.jpg) no-repeat;
}


/* 一般）タイトル　*/
.all0{
	height: 30px;
	background:url(/image/custom/menu_all0.jpg) no-repeat;
}


/* 一般）人工臓器とは　*/
.all1 a{
	background:url(/image/custom/menu_all1_a.jpg) no-repeat;
}
.all1 a:hover{
	background:url(/image/custom/menu_all1_b.jpg) no-repeat;
}


/* 一般）詳しい資料について　*/
.all2 a{
	background:url(/image/custom/menu_all2_a.jpg) no-repeat;
}
.all2 a:hover{
	background:url(/image/custom/menu_all2_b.jpg) no-repeat;
}


/* 一般）研究を志す方へ　*/
.all3 a{
	background:url(/image/custom/menu_all3_a.jpg) no-repeat;
}
.all3 a:hover{
	background:url(/image/custom/menu_all3_b.jpg) no-repeat;
}


/* 一般）Q&A　*/
.all4 a{
	background:url(/image/custom/menu_all4_a.jpg) no-repeat;
}
.all4 a:hover{
	background:url(/image/custom/menu_all4_b.jpg) no-repeat;
}


/* 一般）一般向書籍紹介　*/
.all5 a{
	background:url(/image/custom/menu_all5_a.jpg) no-repeat;
}
.all5 a:hover{
	background:url(/image/custom/menu_all5_b.jpg) no-repeat;
}

/* IE7のみに適用  一般）一般向書籍紹介　*/
*:first-child+html #menu .all5{
  margin-bottom: -15px;
}


/* 会員）タイトル　*/
.meb0{
	height: 30px;
	_height: 33px;
	background:url(/image/custom/menu_meb0.jpg) no-repeat;
	_background-position: bottom;
}

/* IE7のみに適用  会員）タイトル　*/
*:first-child+html #menu .meb0{
  margin-top: -1px;
}


/* 会員）学会について　*/
.meb1 a{
	background:url(/image/custom/menu_meb1_a.jpg) no-repeat;
}
.meb1 a:hover{
	background:url(/image/custom/menu_meb1_b.jpg) no-repeat;
}


/* 会員）委員会活動　*/
.meb2 a{
	background:url(/image/custom/menu_meb2_a.jpg) no-repeat;
}
.meb2 a:hover{
	background:url(/image/custom/menu_meb2_b.jpg) no-repeat;
}


/* 会員）大会会告　*/
.meb3 a{
	background:url(/image/custom/menu_meb3_a.jpg) no-repeat;
}
.meb3 a:hover{
	background:url(/image/custom/menu_meb3_b.jpg) no-repeat;
}


/* 会員）教育セミナー　*/
.meb4 a{
	background:url(/image/custom/menu_meb4_a.jpg) no-repeat;
}
.meb4 a:hover{
	background:url(/image/custom/menu_meb4_b.jpg) no-repeat;
}


/* 会員）技術認定士　*/
.meb5 a{
	background:url(/image/custom/menu_meb5_a.jpg) no-repeat;
}
.meb5 a:hover{
	background:url(/image/custom/menu_meb5_b.jpg) no-repeat;
}


/* 会員）スケジュール　*/
.meb6 a{
	background:url(/image/custom/menu_meb6_a.jpg) no-repeat;
}
.meb6 a:hover{
	background:url(/image/custom/menu_meb6_b.jpg) no-repeat;
}


/* 会員）学会誌　*/
.meb7 a{
	background:url(/image/custom/menu_meb7_a.jpg) no-repeat;
}
.meb7 a:hover{
	background:url(/image/custom/menu_meb7_b.jpg) no-repeat;
}


/* 会員）その他の会員向け情報　*/
.meb8 a{
	background:url(/image/custom/menu_meb10_a.jpg) no-repeat;
}
.meb8 a:hover{
	background:url(/image/custom/menu_meb10_b.jpg) no-repeat;
}


/* 会員）会員向書籍紹介　*/
.meb9 a{
	background:url(/image/custom/menu_meb9_a.jpg) no-repeat;
}
.meb9 a:hover{
	background:url(/image/custom/menu_meb9_b.jpg) no-repeat;
}

/* 会員）オンライン登録情報変更　*/
.meb10 a{
	background:url(/image/custom/menu_meb11_a.jpg) no-repeat;
}
.meb10 a:hover{
	background:url(/image/custom/menu_meb11_b.jpg) no-repeat;
}

/* IE7のみに適用  会員）会員向書籍紹介　*/
*:first-child+html #menu .meb10{
  margin-bottom: -15px;
}


/* 共通）入会希望の方へ　*/
.admission a{
	background:url(/image/custom/admission1.jpg) no-repeat;
}
.admission a:hover{
	background:url(/image/custom/admission2.jpg) no-repeat;
}

/* IE7のみに適用  共通）入会希望の方へ　*/
*:first-child+html #menu .admission{
  margin-top: -1px;
}


/* 共通）リンク集　*/
.link a{
	background:url(/image/custom/link1.jpg) no-repeat;
}
.link a:hover{
	background:url(/image/custom/link2.jpg) no-repeat;
}
