@charset "utf-8";
/* CSS Document */

.symbol-Link {
	/* [disabled]background-image: url(../layout/email-2.png); */
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 48px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-size: 40px;
}


a.symbol-Link {
	/* [disabled]background-image: url(../layout/email-2.png); */
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}

a:hover.symbol-Link  {
	/* [disabled]background-image: url(../layout/email-3.png); */
	text-decoration: none;
}

a.email {
	background-image: url(../layout/email-2.png);
}

a:hover.email {
	background-image: url(../layout/email-3.png);
}

.fax {
	background-image: url(../layout/fax.png);
}

.tel {
	background-image: url(../layout/tel.png);
}

.post {
	background-image: url(../layout/post.png);
	background-position: left 3px;
	background-repeat: no-repeat;
}
