@charset "utf-8";
.btn1 {
	background-image: url(../images/menubtn_bg.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 183px;
	
	background-position: 0px -133px;
}
.btn1_select {
	background-image: url(../images/menubtn_bg.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 183px;
	
	background-position: 0px 0px;
}
.btn2 {
	background-image: url(../images/menubtn_bg.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 325px;
	font-size: 22px;
	color:#fff;
	font-weight: bold;
	background-position: -203px -133px;
}
.btn2_select {
	background-image: url(../images/menubtn_bg.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 325px;
	font-size: 22px;
	color:#fff;
	font-weight: bold;
	background-position: -203px 0px;
}
.btn3 {
	background-image: url(../images/menubtn_bg.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 274px;
	font-size: 22px;
	color:#fff;
	font-weight: bold;
	background-position: -548px -133px;
}
.btn3_select {
	background-image: url(../images/menubtn_bg.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 274px;
	font-size: 22px;
	color:#fff;
	font-weight: bold;
	background-position: -548px 0px;
}
