/* CSS Document */

.footernavi {
	width:700px;
	height: 48px;
	display:block;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	margin: 0 auto;
	}

.footernavi ul li {
	float:left;
	margin-left:10px;
	list-style: none;
	margin-top: 10px;
}

.fnavi_button1 {
	width:120px;
	height:23px;
	background:url(../imgs/common/bt_01.gif) no-repeat;
	background-position:top left;
	display:block;

	}

.fnavi_button1:hover {
	background-position:bottom left;
	}

.fnavi_button2 {
	background:url(../imgs/common/bt_01.gif) no-repeat;
	display:block;
	width:120px;
	height:23px;
	background-position:top center;
	}

.fnavi_button2:hover {
	background-position:bottom center;
	}

.fnavi_button3 {
	background:url(../imgs/common/bt_01.gif) no-repeat;
	display:block;
	width:120px;
	height:23px;
	background-position:top right;
	}

.fnavi_button3:hover {
	background-position:bottom right;
	}

.fnavi_button4 {
	background:url(../imgs/common/bt_00.gif) no-repeat;
	display:block;
	width:176px;
	height:23px;
	background-position:top;
	}

.fnavi_button4:hover {
	background-position:bottom;
	}
