@charset "utf-8";

.recruit_button {
	display: block;
	text-decoration: none;
	font-size: 130%;
	width: 309px;
	height: 43px;
	margin : auto auto;
	padding: 14px 0 0 33px;
	background: url("/img/recruit_button.png") no-repeat;
}
* html .recruit_button {
	width: 342px;
	height: 57px;
}

.recruit_button:hover,
.recruit_button:focus,
.recruit_button:active {
	background: url("/img/recruit_button_active.png") no-repeat;
}
