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


#credit_tobira .to_01 {
background-image: url(/credit/images/btn_shopping.gif);
}
#credit_tobira .to_02 {
background-image: url(/credit/images/btn_cashing.gif) ;
}
#credit_tobira .to_03 {
background-image: url(/credit/images/btn_kaiagai.gif) ;
}

.to_money ,
.to_etc {
display: block;
width: 255px ;
height: 65px;
float: left;
}
.to_money:hover,
.to_etc:hover {
	background-position: left -65px;
}

.to_money {
background-image: url(/credit/images/btn_money.gif);
}

.to_etc {
background-image: url(/credit/images/btn_etc.gif);
}

.to_money h4,
.to_etc h4 {
display: none;
}
