@charset "utf-8";
/* CSS Document */

/*----------------------------
  画像ボタン用
----------------------------*/

.imgLink {
	background-repeat: no-repeat;
	background-position: center center;
}

.imgLink a ,
.imgLink a:hover {
	background-repeat : no-repeat;
	background-position: top center;
	display : block;
	height: 100%;
	width : 100%;
}

.imgLink strong,
.imgLink span {
	display: none;
	margin: 0px;
	padding: 0px;
}



