@charset "utf-8";

/* 住宅ローン試算表トップページ用 */

#contents div.menu {
	margin-top: 15px;
}

#contents div.menu dl {
	width: 210px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#contents div.menu dl dt {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

#contents div.menu dl dd {
	margin: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	height: auto;
	width: auto;
}

/* 表びきで探せる借入可能額早見表ボタン ロールオーバー処理 */
#contents div.menu dl dt#loan_table {
	width: 200px;
	height: 130px;
	margin: 0px;
	padding: 0px;
}

#contents div.menu dl dt#loan_table a {
	width: 200px;
	height: 130px;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	background-image: url(../images/button_loan.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	outline: none;
}

#contents div.menu dl dt#loan_table a:hover {
    text-decoration: none;
	background-image: url(../images/button_loan.gif);
	background-repeat: no-repeat;
	background-position: -200px 0px;
}

/* かんたん借入可能額計算ボタン ロールオーバー処理 */
#contents div.menu dl dt#loan {
	width: 200px;
	height: 130px;
	margin: 0px;
	padding: 0px;
}

#contents div.menu dl dt#loan a {
	width: 200px;
	height: 130px;
	text-indent: -9999px;
    text-decoration: none;
	display: block;
	background-image: url(../images/button_loan.gif);
	background-repeat: no-repeat;
	background-position: 0px -130px;
	outline: none;
}

#contents div.menu dl dt#loan a:hover {
    text-decoration: none;
	background-image: url(../images/button_loan.gif);
	background-repeat: no-repeat;
	background-position: -200px -130px;
}

/* かんたんローン計算ボタン ロールオーバー処理 */
#contents div.menu dl dt#loan_easy {
	width: 200px;
	height: 130px;
	margin: 0px;
	padding: 0px;
}

#contents div.menu dl dt#loan_easy a {
	width: 200px;
	height: 130px;
	text-indent: -9999px;
    text-decoration: none;
	display: block;
	background-image: url(../images/button_loan.gif);
	background-repeat: no-repeat;
	background-position: 0px -260px;
	outline: none;
}

#contents div.menu dl dt#loan_easy a:hover {
    text-decoration: none;
	background-image: url(../images/button_loan.gif);
	background-repeat: no-repeat;
	background-position: -200px -260px;
}

/* 銀行ローン金利表 */
#contents div.menu2 {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
	width: 710px;
}

#contents div.menu2 div#loan_bank {
	width: 650px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
}

#contents div.menu2 div#loan_bank a {
	width: 650px;
	height: 50px;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	background-image: url(../images/button_loan_bank.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	outline: none;
}

#contents div.menu2 div#loan_bank a:hover {
	text-decoration: none;
	background-image: url(../images/button_loan_bank.gif);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}

