@charset "utf-8";
/* CSS Document */



/*トップページのロールオーバここから*/
.banTypeA {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.banTypeA a {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 211px;  /*画像幅*/
	height:56px;   /*画像高さ*/
	background-image: url(../images/ban_ashiyu.jpg);
	background-position: center top;
	display: block;
	text-indent: -9999px;
}
.banTypeA a:hover {
	background-position: center 60px;
}


.banTypeB {
	margin: 20px;
	padding: 0;
	text-align: center;
}
.banTypeB a {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 231px;  /*画像幅*/
	height:56px;   /*画像高さ*/
	background-image: url(../images/ban_seihin.jpg);
	background-position: center top;
	display: block;
	text-indent: -9999px;
}
.banTypeB a:hover {
	background-position: center 60px;
}

.banTypeC {
	margin: 20px;
	padding: 0;
	text-align: center;
}
.banTypeC a {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 231px;  /*画像幅*/
	height:56px;   /*画像高さ*/
	background-image: url(../images/ban_dairiten.jpg);
	background-position: center top;
	display: block;
	text-indent: -9999px;
}
.banTypeC a:hover {
	background-position: center 60px;
}
/*トップページのロールオーバここまで*/

/*商品紹介のロールオーバここから*/
.btn_shouhin01 {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.btn_shouhin01 a {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 231px;  /*画像幅*/
	height:56px;   /*画像高さ*/
	background-image: url(../syouhin/images/btn_shouhin01.jpg);
	background-position: center top;
	display: block;
	text-indent: -9999px;
}
.btn_shouhin01 a:hover {
	background-position: center 60px;
}


.btn_shouhin02 {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.btn_shouhin02 a {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 231px;  /*画像幅*/
	height:56px;   /*画像高さ*/
	background-image: url(../syouhin/images/btn_shouhin02.jpg);
	background-position: center top;
	display: block;
	text-indent: -9999px;
}
.btn_shouhin02 a:hover {
	background-position: center 60px;
}


.btn_shouhin03 {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.btn_shouhin03 a {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 231px;  /*画像幅*/
	height:56px;   /*画像高さ*/
	background-image: url(../syouhin/images/btn_shouhin03.jpg);
	background-position: center top;
	display: block;
	text-indent: -9999px;
}
.btn_shouhin03 a:hover {
	background-position: center 60px;
}

/*商品紹介のロールオーバここまで*/



.ban_dairiten_toi {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.ban_dairiten_toi a {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 231px;  /*画像幅*/
	height:56px;   /*画像高さ*/
	background-image: url(../toiawase/images/ban_dairiten_toi.jpg);
	background-position: center top;
	display: block;
	text-indent: -9999px;
}
.ban_dairiten_toi a:hover {
	background-position: center 60px;
}