
/************************************************

株式会社アンダムル
共通ナビゲーション

***************************************************/



/* ナビゲーション
---------------------------------------------*/
#navigation {
    margin: 0;
	padding: 0;
	height:30px;
	}

#navigation ul {
	margin: 0;
	padding: 0;
	}

#navigation li{
	list-style-type:none;
	float:left;
	}
#navigation a{
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	}
#navigation a:focus{
/*\*/
	overflow: hidden;
/**/
}
#navigation li.b01{
	background:url(../index_img/b01ov.jpg) left top no-repeat;
	width:128px;
	height:52px;
	}
#navigation li.b01 a{
	background:url(../index_img/b01.jpg) left top no-repeat;
	width:128px;
	height:52px;
	}
#navigation li.b02{
	background:url(../index_img/b02ov.jpg) left top no-repeat;
	width:135px;
	height:52px;
	}
#navigation li.b02 a{
	background:url(../index_img/b02.jpg) left top no-repeat;
	width:135px;
	height:52px;
	}

#navigation li.b03{
	background:url(../index_img/b03ov.jpg) left top no-repeat;
	width:133px;
	height:52px;
	}
#navigation li.b03 a{
	background:url(../index_img/b03.jpg) left top no-repeat;
	width:133px;
	height:52px;
	}

#navigation li.b04{
	background:url(../index_img/b04ov.jpg) left top no-repeat;
	width:124px;
	height:52px;
	}
#navigation li.b04 a{
	background:url(../index_img/b04.jpg) left top no-repeat;
	width:124px;
	height:52px;
	}

#navigation li.b05{
	background:url(../index_img/b05ov.jpg) left top no-repeat;
	width:133px;
	height:52px;
	}
#navigation li.b05 a{
	background:url(../index_img/b05.jpg) left top no-repeat;
	width:133px;
	height:52px;
	}

#navigation li.b06{
	background:url(../index_img/b06ov.jpg) left top no-repeat;
	width:146px;
	height:52px;
	}
#navigation li.b06 a{
	background:url(../index_img/b06.jpg) left top no-repeat;
	width:146px;
	height:52px;
	}

#navigation li a:hover{
	background:none !important;
	}



