@charset"utf-8";


/********** 内部フッターメニュー（リンク制御） **********/

#footermenu {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../image/pre05.gif);
	background-repeat: no-repeat;
	width: 980px;
	height: 44px;
	margin: 0px;
	padding: 0px;
}


#footermenu a {
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
}

#footermenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footermenu ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/********** B／このページの先頭へ **********/

#footermenu ul li.header a {
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	background-image: url(../image/b_head.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 135px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 436px;
}

#footermenu ul li.header a:hover {
	background-position: 0px -20px;
}


