.btImg01 {
	background-image: url(../img/bt_01.jpg);
	display: block;
	height: 50px;
	width: 125px;
	font-size: 16px;
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left top;
}

.btImg01:hover {
	background-position: left bottom;
	color: #09F;
}

.btImg02 {
	background-image: url(../img/bt_02.jpg);
	display: block;
	height: 45px;
	width: 125px;
	font-size: 16px;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF!important;
}

.btImg02:hover {
	background-position: left bottom;
	color: #FFF!important;
}
