@charset "utf-8";
/* CSS Document */

#right_box ul{
	display:inline;
	margin-bottom:30px;

}

#right_box li{
display:inline;
float:left;
}

#right_box p {
clear:both;
}

#fee_detail {
	width:560px;
	clear:both;
	margin:0 auto;


}

#right_box h4{
	width:560px;
	height:0px;
	padding-top:30px;
	margin-bottom:0px;
	overflow:hidden;
	background-repeat:no-repeat;
	clear: both;
	margin-top:30px;
}

#tab_navi {
	margin-bottom:20px;

}


#tab_navi a {
	width:185px;
	height:0px;
	padding-top:35px;
	overflow:hidden;
	display:block;
	background-repeat:no-repeat;
}


.f_loan_btn a {
	background-image:url(../images/tab_navi/loan_btn.jpg);
	margin-right:2px;
	}
	

.f_deposit_btn a {
	background-image:url(../images/tab_navi/deposit_btn.jpg);
	margin-right:2px;
	}


.f_exchange_btn a {
	background-image:url(../images/tab_navi/exchange_btn.jpg);
	}
	

.f_loan_h4 {
	background-image: url(../images/h4/loan.gif);
	background-repeat: no-repeat;
}

.f_exchange_h4 {
	background-image: url(../images/h4/exchange.gif);
	background-repeat: no-repeat;
}
.f_deposit_h4 {
	background-image: url(../images/h4/deposit.gif);
	background-repeat: no-repeat;
}