@charset "UTF-8";
/* CSS Document */
/*必要CSSをロード*/
@import url("../../css/base.css");
/*ロード終わり*/
/*基本レイアウト　テーブル  預金  ----------------------------------------------------------------------------- */
#wrap #rightcolumn .contentsbox table.deposit {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCCCCC;
}
#wrap #rightcolumn .contentsbox table.deposit th {
	padding: 3px;
	text-align: center;
	color: #666666;
	border-bottom-style: none;
	border-right-style: none;
	border-right-width: 0px;
}
#wrap #rightcolumn .contentsbox table.deposit tr { }
#wrap #rightcolumn .contentsbox table.deposit td {
	padding: 3px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999999;
}
#wrap #rightcolumn .contentsbox table.deposit th.tate {
	width: 29px;
	height: auto;
}
#wrap #rightcolumn .contentsbox table.deposit th.yoko {
	width: 117px;
	height: auto;
}
/*基本レイアウト　テーブル  ローン  ----------------------------------------------------------------------------- */
#wrap #rightcolumn .contentsbox table.loan {
}
#wrap #rightcolumn .contentsbox table.deposit strong {
	color: #666666;
	font-weight: normal;
}
/*基本レイアウト　テーブル  シミュレーション  ----------------------------------------------------------------------------- */
#wrap #rightcolumn .contentsbox table.Simulation {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCCCCC;
}
#wrap #rightcolumn .contentsbox table.Simulation th {
	padding: 3px;
	background-color: #F7E0E0;
	text-align: center;
	color: #666666;
	border-bottom-style: none;
	border-right-style: none;
	border-right-width: 0px;
}
#wrap #rightcolumn .contentsbox table.Simulation tr { }
#wrap #rightcolumn .contentsbox table.Simulation td {
	padding: 3px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999999;
}
#wrap #rightcolumn .contentsbox p.shisan {
	background-color: #F7E0E0;
	padding: 10px;	
}
#wrap #rightcolumn .contentsbox h4.shisan {
	background-color: #F7E0E0;
	border-top-color: #FF3366;
	border-right-color: #FF3366;
	border-bottom-color: #FF3366;
	border-left-color: #FF3366;		
}
#wrap #rightcolumn .contentsbox .fukidasiset {
	background-image: url(../images/Character.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#wrap #rightcolumn .contentsbox .fukidasi {
	width: 430px;
	float: left;
}
#wrap #rightcolumn .contentsbox .fukidasi_body {
	background-image: url(../images/fukidasi_01.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 5px;
}
#wrap #rightcolumn .contentsbox .fukidasi_foot {
	height: 19px;
	width: 430px;
	background-image: url(../images/fukidasi_02.gif);
}
#wrap #rightcolumn .contentsbox .Character {
	height: 201px;
	width: 140px;
	float: right;
}
/*基本レイアウト　テーブル  業績  ----------------------------------------------------------------------------- */
#wrap #rightcolumn .contentsbox table.interest_info {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 5px;
	margin-bottom: 20px;
	color: #666666;
	font-size: 90%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse: collapse;
}
#wrap #rightcolumn .contentsbox table.interest_info th {
	padding: 3px;
	background-color: #F0F0F0;
	text-align: center;
	color: #666666;
	border-bottom-style: none;
	border-right-style: none;
	border-right-width: 0px;
}
#wrap #rightcolumn .contentsbox table.interest_info tr { }
#wrap #rightcolumn .contentsbox table.interest_info td {
	padding: 3px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999999;
}
#wrap #rightcolumn .contentsbox table.interest_info th,
#wrap #rightcolumn .contentsbox table.interest_info td{
padding: 4px 8px;
border: 1px solid #999;
}

/*110628　サービス手数料 ----------------------------------------------------------------------------- */

div.ryui{
	margin:20px 0 40px 0;
}

div.ryui ul li{
	padding:5px 0;
}

.space_bottom{
	padding:0 0 20px 0;
	overflow:hidden;
}

table.small{
	color: #666666;
	border-collapse:collapse;
}

table.small th{
	padding: 3px;
	text-align: center;
	color: #666666;
	border:1px solid #cccccc;
}

table.small td{
	padding: 3px;
	background-color: #FFFFFF;
	border:1px solid #cccccc;
}


