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

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

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

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

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


/* 日本語メニュー　*/
/* ホーム　*/
.menu1_1 a{
	background:url(../images/home1.png) no-repeat;
}
.menu1_1 a:hover{
	background:url(../images/home2.png) no-repeat;
}


/* メンバー紹介　*/
.menu1_2 a{
	background:url(../images/member1.png) no-repeat;
}
.menu1_2 a:hover{
	background:url(../images/member2.png) no-repeat;
}


/* 具体的処理実例　*/
.menu1_3 a{
	background:url(../images/practice1.png) no-repeat;
}
.menu1_3 a:hover{
	background:url(../images/practice2.png) no-repeat;
}


/* 破産・再生相談窓口*/
.menu1_4 a{
	background:url(../images/hasan1.png) no-repeat;
}
.menu1_4 a:hover{
	background:url(../images/hasan2.png) no-repeat;
}


/* アクセス　*/
/*.menu1_5 a{
	background:url(../images/access1.png) no-repeat;
}
.menu1_5 a:hover{
	background:url(../images/access2.png) no-repeat;
}
*/

/* 海外からのご相談　*/
.menu1_6 a{
	background:url(../images/overseas1.png) no-repeat;
}
.menu1_6 a:hover{
	background:url(../images/overseas2.png) no-repeat;
}


/* 英語メニュー　*/
/* About Us　*/
.menu2_1 a{
	background:url(../images/home_en1.png) no-repeat;
}
.menu2_1 a:hover{
	background:url(../images/home_en2.png) no-repeat;
}


/* Our Staff　*/
.menu2_2 a{
	background:url(../images/member_en1.png) no-repeat;
}
.menu2_2 a:hover{
	background:url(../images/member_en2.png) no-repeat;
}


/* Practice　*/
.menu2_3 a{
	background:url(../images/practice_en1.png) no-repeat;
}
.menu2_3 a:hover{
	background:url(../images/practice_en2.png) no-repeat;
}


/* Overseas　*/
.menu2_5 a{
	background:url(../images/overseas_en1.png) no-repeat;
}
.menu2_5 a:hover{
	background:url(../images/overseas_en2.png) no-repeat;
}


/* 韓国語メニュー　*/
/* ホーム　*/
.menu3_1 a{
	background:url(../images/home_ko1.png) no-repeat;
}
.menu3_1 a:hover{
	background:url(../images/home_ko2.png) no-repeat;
}


/* メンバー紹介　*/
.menu3_2 a{
	background:url(../images/member_ko1.png) no-repeat;
}
.menu3_2 a:hover{
	background:url(../images/member_ko2.png) no-repeat;
}


/* 具体的処理実例　*/
.menu3_3 a{
	background:url(../images/practice_ko1.png) no-repeat;
}
.menu3_3 a:hover{
	background:url(../images/practice_ko2.png) no-repeat;
}

/* 海外からのご相談　*/
.menu3_5 a{
	background:url(../images/overseas_ko1.png) no-repeat;
}
.menu3_5 a:hover{
	background:url(../images/overseas_ko2.png) no-repeat;
}



/* 中国語メニュー　*/
/* ホーム　*/
.menu4_1 a{
	background:url(../images/home_cn1.png) no-repeat;
}
.menu4_1 a:hover{
	background:url(../images/home_cn2.png) no-repeat;
}


/* メンバー紹介　*/
.menu4_2 a{
	background:url(../images/member_cn1.png) no-repeat;
}
.menu4_2 a:hover{
	background:url(../images/member_cn2.png) no-repeat;
}


/* 具体的処理実例　*/
.menu4_3 a{
	background:url(../images/practice_cn1.png) no-repeat;
}
.menu4_3 a:hover{
	background:url(../images/practice_cn2.png) no-repeat;
}


/* 海外からのご相談　*/
.menu4_5 a{
	background:url(../images/overseas_cn1.png) no-repeat;
}
.menu4_5 a:hover{
	background:url(../images/overseas_cn2.png) no-repeat;
}

