@charset "utf-8";
#foot  /* CSS Document */
span {
	display: none;
}
#foot   a {
	display: block;
	text-indent: -1900%;
	outline: none;
}
#foot   a:hover {
	background-position: left bottom;
}
#foot   a:hover   span {
  display: block;
}
#foot  .tel {
	width: 296px;
	height: 46px;
	background-image: url(../images/footer_1.jpg);
	background-repeat: no-repeat;
}
#foot  .email {
	width: 262px;
	height: 46px;
	background-image: url(../images/footer_2over.jpg);
	background-repeat: no-repeat;
}
#foot  .message {
	width: 288px;
	height: 46px;
	background-image: url(../images/footer_3.jpg);
	background-repeat: no-repeat;
}
#container #foot #foternav {
	float: left;
	margin-bottom: 10px;
}
