/*------------------------------------------------------
  Button
------------------------------------------------------*/

.a-img-button {
	display: block;
	background-repeat: no-repeat;
}

a:hover.a-img-button {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
	zoom: 1;
}

body .enterButton a {
	display: inline-block;
	_zoom: 1;
	width: 160px;
	height: 53px;
	margin: 0 auto;
	background-image: url(../images/th/enter_button.png);
}

body .topButton a {
	width: 60px;
	height: 148px;
	background-image: url(../images/th/common_button_top.png);
}

body .makeListButton a {
	width: 278px;
	height: 63px;
	margin: 0 auto;
	background-image: url(../images/th/make_list_button.png);
}

body .searchRetryButton a {
	width: 137px;
	height: 36px;
	margin: 0 auto;
	background-image: url(../images/th/search_retry_button.png);
}

body .searchDetailButton a {
	width: 199px;
	height: 43px;
	margin: 0 auto;
	background-image: url(../images/th/search_detail_button.png);
}

body .pdfButton a {
	width: 142px;
	height: 39px;
	margin: 0 auto;
	background-image: url(../images/th/pdf_button.png);
}

body .quizButton a {
	width: 232px;
	height: 39px;
	margin: 0 auto;
	background-image: url(../images/th/quiz_button.png);
}

body .candoTopButton a {
	width: 207px;
	height: 45px;
	margin: 0 auto;
	background-image: url(../images/th/cando_button.png);
}

body .closeButton a {
	width: 115px;
	height: 43px;
	margin: 0 auto;
	background-image: url(../images/th/close_button.png);
}

body .quitButton a {
	width: 97px;
	height: 37px;
	margin: 0 auto;
	background-image: url(../images/th/quit_button.png);
}

body .startButton a {
	width: 168px;
	height: 53px;
	margin: 0 auto;
	background-image: url(../images/th/start_button.png);
}

body .nextButton a {
	width: 139px;
	height: 49px;
	margin: 0 auto;
	background-image: url(../images/th/next_button.png);
}

body .quizTryButton a {
	width: 350px;
	height: 59px;
	margin: 0 auto;
	background-image: url(../images/th/quiz_try_button.png);
}

body .quizRetryButton a {
	width: 350px;
	height: 59px;
	margin: 0 auto;
	background-image: url(../images/th/quiz_retry_button.png);
}

body #footer #footerNav .footerCandoButton {
	float: left;
}

body #footer #footerNav .footerCandoButton a {
	width: 160px;
	height: 68px;
	background-image: url(../images/footer_yattette.png);
}



