@charset "utf-8";
/*---------------------------------- CSS Information
タイトル：navi4.css
作成者  ：Yoshihiro Oishi
概　要  ：ナビゲーションのCSS
製作日  ：2008年12月18日
変更日  ：
------------------------------------------------ */

#float_left #fig_box ul {
	font-size: 88%;
	height: auto;
	width: 200px;
	margin: 0px;
}
#float_left #fig_box li {
	display: block;
	height: 60px;
	width: 220px;
	padding-bottom: 5px;
}
#fig_box em {
	visibility: hidden;
}
/*1番目のボタン
-------------------------------------------------*/
#float_left #fig_box #fd1 a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(../img/navi_button3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}
#float_left #fig_box #fd1 a:hover {
	background-image: url(../img/navi_button3.jpg);
	background-repeat: no-repeat;
	background-position: -220px 0px;
	text-decoration: none;
}
/*2番目のボタン
-------------------------------------------------*/
#float_left #fig_box #fd2 a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(../img/navi_button3.jpg);
	background-repeat: no-repeat;
	background-position: 0px -65px;
	text-decoration: none;
}
#float_left #fig_box #fd2 a:hover {
	background-image: url(../img/navi_button3.jpg);
	background-repeat: no-repeat;
	background-position: -220px -65px;
	text-decoration: none;
}
/*3番目のボタン
-------------------------------------------------*/
#float_left #fig_box #fd3 a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(../img/navi_button3.jpg);
	background-repeat: no-repeat;
	background-position: 0px -130px;
	text-decoration: none;
}
#float_left #fig_box #fd3 a:hover {
	background-image: url(../img/navi_button3.jpg);
	background-repeat: no-repeat;
	background-position: -220px -130px;
	text-decoration: none;
}
/*4番目のボタン
-------------------------------------------------*/
#float_left #fig_box #fd4 a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(../img/navi_button3.jpg);
	background-repeat: no-repeat;
	background-position: 0px -195px;
	text-decoration: none;
}
#float_left #fig_box #fd4 a:hover {
	background-image: url(../img/navi_button3.jpg);
	background-repeat: no-repeat;
	background-position: -220px -195px;
	text-decoration: none;
}
/*5番目のボタン
-------------------------------------------------*/
#float_left #fig_box #fd5 a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(../img/navi_button3.jpg);
	background-repeat: no-repeat;
	background-position: 0px -260px;
	text-decoration: none;
}
#float_left #fig_box #fd5 a:hover {
	background-image: url(../img/navi_button3.jpg);
	background-repeat: no-repeat;
	background-position: -220px -260px;
	text-decoration: none;
}
