@charset "utf-8";
/* CSS Document */

#footer a{
	text-decoration:none;
	text-indent:-9999px;
	
	}
#footerTop {
	float: left;
	height: 27px;
	width: 475px;
	background-image: url(../images/footer01.jpg);
}


#sitemap {
	background-image: url(../images/ft_sitemap.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width:81px;
}

#copyright {
	background-image: url(../images/ft_copyright.jpg);
	float: left;
	height: 27px;
	width: 70px;
}

#aboutsite {
	background-image:url(../images/ft_aboutthissite.jpg);
	float:left;
	width:80px;
	height:27px;
}

#privacy {
	background-image:url(../images/ft_privacypolicy.jpg);
	float:left;
	width:102px;
	height:27px;
	}
	
/*リンクたち*/
#sitemap a {
	background-image: url(../images/ft_sitemap.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width:81px;
}

#copyright a {
	background-image: url(../images/ft_copyright.jpg);
	float: left;
	height: 27px;
	width: 70px;
}

#aboutsite a {
	background-image:url(../images/ft_aboutthissite.jpg);
	float:left;
	width:80px;
	height:27px;
}

#privacy a {
	background-image:url(../images/ft_privacypolicy.jpg);
	float:left;
	width:102px;
	height:27px;
	}
	
/*オンマウス時*/

#sitemap a:hover {
	background-image: url(../images/ft_sitemap_over.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width:81px;
}

#copyright a:hover {
	background-image: url(../images/ft_copyright_over.jpg);
	float: left;
	height: 27px;
	width: 70px;
}

#aboutsite a:hover {
	background-image:url(../images/ft_aboutthissite_over.jpg);
	float:left;
	width:80px;
	height:27px;
}

#privacy a:hover {
	background-image:url(../images/ft_privacypolicy_over.jpg);
	float:left;
	width:102px;
	height:27px;
	}


#footerTop {
		background-image: url(images/&footerTop.jpg);
		}
		
	#sitemap,sitemap a {
		background-image: url(images/&sitemap,sitemap-a.jpg);
		}
		
	#copyright,copyright a {
		background-image: url(images/&copyright,copyright-a.jpg);
		}
		
	#aboutsite,#aboutsite a {
		background-image: url(images/&aboutsite,&aboutsite-a.jpg);
		}
		
	#privacy,#privacy a {
		background-image: url(images/&privacy,&privacy-a.jpg);
		}
		
	#sitemap a:hover {
		background-image: url(images/&sitemap-a;hover.jpg);
		}
		
	#copyright a:hover {
		background-image: url(images/&copyright-a;hover.jpg);
		}
		
	#aboutsite a:hover {
		background-image: url(images/&aboutsite-a;hover.jpg);
		}
		
	#privacy a:hover {
		background-image: url(images/&privacy-a;hover.jpg);
		}
		
	
