@charset "utf-8";

* { margin: 0px;
	padding: 0px;
	font-size:100%;
}
* html div{
	height: 1%;
}
/*  
ボディ  
-----------------------------------------------------------
 */
body {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../image/top_bluekei_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 1.5;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
}

/*  
for Safari3  
-----------------------------------------------------------
 */
body:first-of-type * {
	font-size : 12px;
}
/*  
for Safari2 and Opera9  
-----------------------------------------------------------
 */
html:first-child p { 
	font-size : 12px;
}


img {
	border: 0px;
	vertical-align:top;
	margin: 0px;
	padding: 0px;
}

ul, li {
	list-style:none;
	font-size: 13px;
}
th {
	font-weight:normal;
	text-align:center;
}
td {
	text-align:left;
	font-weight:normal;
}
table {
	text-align:center;
	border-collapse:collapse;
}
a:link {
	color: #0e3192;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:visited {
	color: #0e3192;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #33CCFF;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
a:active {
	color: #0e3192;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
address {
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 6px;
}



.right {
	text-align: right;
}
.center {
	text-align: center;
}
table.tableType02 td.right05 {
	text-align: right;
	padding-right:5px;
}

#wrapper {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
}

/*  
ヘッダー  
-----------------------------------------------------------
 */
#header td.topKei {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
#logoArea {
	background-image: url(../image/top_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 69px;
}
#logoArea h1 {
	float: left;
	padding-top: 15px;
	padding-left: 25px;
	height: 69px;
	margin: 0px;
	padding-bottom: 0px;
}
#serch {
	float: right;
	padding-right: 20px;
	padding-top: 20px;
}
#gNav {
	clear: both;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	height: 31px;
	width: 800px;
}
  
#logoArea:after {
	content:: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* MacIE begin \*/
*+html #logoArea {height:1%;}
* html #logoArea {height:1%;}
#logoArea {
	display:block;
	margin: 0px;
	padding: 0px;
	height: 69px;
	width: 800px;
}
/* MacIE end */


/*  
パンくずリスト  
-----------------------------------------------------------
 */
#rootlist li {
	display: inline;
	padding-left: 2px;
}
#rootlist li a {
	background-image: url(../images/pankuzu.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}
/*  
ページの先頭へ  
-----------------------------------------------------------
 */
.gotoTop01 {
	padding-top: 10px;
	text-align: right;
	font-size: x-small;
	padding-bottom: 3px;
	vertical-align: bottom;
}
* html .gotoTop01 {
	font-size: small;
}	

/*  
サイドエリア  
-----------------------------------------------------------
 */ 

#sideArea {
	background-image: url(../image/left_side_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	vertical-align: top;
}
#sideArea img {
	vertical-align: top;
	margin:0;
	padding::0;
	line-height:0px;
	font-size:0px;
}

#sideArea .sideMenu {
	margin-left: 16px;
}



/*  
メインエリア  
-----------------------------------------------------------
 */ 

#mainArea {
	text-align: left;
	background-image: url(../image/main_right_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}


/*  
フッターエリア  
-----------------------------------------------------------
 */ 
#footer {
	text-align: center;
	margin-top: 0px;
	background-image: url(../images/1205_footerbar.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 0px;
	width: 800px;
}
#footer li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 80%;
}
#footer ul {
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}
#footer .kugiriKei {
	margin-top: 5px;
	margin-bottom: 3px;
	margin-right: auto;
	margin-left: auto;
}

td.table_end {
	vertical-align: top;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
a.fNav:link {
	color: #4e4e4e;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a.fNav:visited {
	color: #4e4e4e;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a.fNav:hover {
	color: #cccccc;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
a.fNav:active {
	color: #4e4e4e;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.mojiaki {
	letter-spacing: 0.2em;
}


/*  
サービスのご案内  
-----------------------------------------------------------
 */
#mainTop {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 598px;
}
#tameru {
	background-image: url(../image/tameru_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	height: 172px;
}
#fuyasu {
	background-image: url(../image/fuyasu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	height: 172px;
}
#kariru {
	background-image: url(../image/kariru_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	height: 172px;
	margin: 0px;
	padding: 0px;
}
#tameru li {
	padding-top: 10px;
	padding-left: 60px;
}
#fuyasu li {
	padding-top: 10px;
	padding-left: 30px;
}
#kariru li {
	padding-top: 10px;
	padding-left: 40px;
}
#kariru img {
	padding-top: 10px;
	padding-left: 40px;
}
#tameru ul li a {
	display: block;
}

#fuyasu ul li a {
	display: block;
}

#kariru ul li a {
	display: block;
}

li#arrow1 {
	background-image: url(../image/arrow1.jpg);
	background-repeat: no-repeat;
	background-position: 43px 12px;
}
li#arrow2 {
	background-image: url(../image/arrow2.jpg);
	background-repeat: no-repeat;
	background-position: 43px 12px;
}
li#arrow3 {
	background-image: url(../image/arrow3.jpg);
	background-repeat: no-repeat;
	background-position: 43px 12px;
}
li#arrow4 {
	background-image: url(../image/arrow4.jpg);
	background-repeat: no-repeat;
	background-position: 43px 12px;
}
li#arrow5 {
	background-image: url(../image/arrow5.jpg);
	background-repeat: no-repeat;
	background-position: 43px 12px;
}
li#arrow6 {
	background-image: url(../image/arrow6.jpg);
	background-repeat: no-repeat;
	background-position: 43px 12px;
}
li#arrow7 {
	background-image: url(../image/arrow7.jpg);
	background-repeat: no-repeat;
	background-position: 13px 12px;
}
li#arrow8 {
	background-image: url(../image/arrow8.jpg);
	background-repeat: no-repeat;
	background-position: 13px 12px;
}
li#arrow9 {
	background-image: url(../image/arrow9.jpg);
	background-repeat: no-repeat;
	background-position: 13px 12px;
}
li#arrow10 {
	background-image: url(../image/arrow10.jpg);
	background-repeat: no-repeat;
	background-position: 23px 12px;
}
li#arrow11 {
	background-image: url(../image/arrow11.jpg);
	background-repeat: no-repeat;
	background-position: 23px 12px;
}
li#arrow12 {
	background-image: url(../image/arrow12.jpg);
	background-repeat: no-repeat;
	background-position: 23px 12px;
}
li#arrow13 {
	background-image: url(../image/arrow13.jpg);
	background-repeat: no-repeat;
	background-position: 23px 12px;
}
li#arrow14 {
	background-image: url(../image/arrow14.gif);
	background-repeat: no-repeat;
	background-position: 23px 12px;
}

/*  
金融犯罪にご注意  
-----------------------------------------------------------
 */ 
#kinyuhanzai {
	vertical-align: top;
}
#kinyuhanzai li {
	margin-left: 40px;
	color: #336699;
	padding-top: 3px;
}
li#hanzaitop {
	padding-top: 10px;
}
#mainArea .news {
	color: #0e3192;
}

.1jiaki {
	text-indent: 1em;
}

/*  
お知らせ  
-----------------------------------------------------------
 */

.date {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}
.news {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
.date_last {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}
.news_last {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	color: #0e3192;
}

#news {
	background-image: url(../image/main_left_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 560px;
	margin: 0px;
	padding: 0px;
}
#newsOuter {
	background-image: url(../image/iwashin_top_33.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	line-height: 1;
}
#news li {
	padding-left: 40px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#news li.newstop {
	padding-left: 40px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#news li.newslast {
	margin-left: 0px;
	padding-left: 40px;
	line-height: 1.5;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#news li.newstop dl dt {
	float: left;
}
#news li.newstop dl dd {
	margin-left: 8em;
	color: #336699;
}
#news li dl {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}

#news li dl dt {
	float: left;
}
#news li dl dd {
	margin-left: 8em;
	line-height: 1;
	color: #336699;
}
#news li.newslast dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#news li.newslast dl dd {
	line-height: 1.5;
}
#newsOuter:after {
	content:: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* MacIE begin \*/
*+html #newsOuter {height:1%;}
* html #newsOuter {height:1%;}
#newsOuter {display:block;}
/* MacIE end */
	


#kinyuhanzaiLast img {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
td.table_end img {
	font-size: 0px;
	line-height: 0px;
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#containerLast {
	font-size: 0px;
	line-height: 0px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

#flashContents {
	margin-left: 20px;
}
#flashTable {
	text-align: center;
	vertical-align: middle;
	margin-bottom: 8px;
	margin-left: 2px;
	background-image: url(../image/flash_bg.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#mainAreaCommon {
	text-align: left;
}
#rightArea {
	background-image: url(../image/main_right_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#pankuzu {
	font-size: 10px;
	line-height: 10px;
	text-align: left;
}
.mainBg {
	background-image: url(../image/main_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.mainBg_blue {
	background-image: url(../image/blue_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.topLead {
	padding-left: 26px;
	padding-right: 37px;
	padding-bottom: 10px;
	padding-top: 4px;
}
p.topLead {
	text-align:justify;
	text-justify:distribute;
	width: 533px;
}
.topLead_kinri {
	text-align:justify;
	text-justify:distribute;
	width: 533px;
	text-indent: -1em;
	margin-left: 3em;
}
p.topLead_recruit {
	padding-bottom: 20px;
	padding-top: 14px;
	text-align:justify;
	text-justify:distribute;
	width: 490px;
	font-size: 15px;
	line-height: 1.8;
	font-weight: bold;
	padding-left: 50px;
	letter-spacing: 0.1em;
}
.marginLeft24 {
	margin-left: 24px;
}
p.topLead_right {
	padding-right: 37px;
	padding-bottom: 10px;
	padding-top: 4px;
	clear: both;
	text-align: right;
}
#tableType01 {
	line-height: 1.8;
	border: 1px solid #c1dad7;
}
#tableType01 th {
	font-weight: normal;
	border: 1px solid #c1dad7;
	color: #4f6b72;
	background-color: #cae8ea;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tableType01 td {
	text-align: left;
	padding-left: 5px;
	border: 1px solid #c1dad7;
	color: #4f6b72;
	padding-top: 10px;
	padding-bottom: 10px;
}
.topBtn {
	padding-top: 6px;
	padding-left: 41px;
}
p.topBtn img {
	padding-bottom: 10px;
	float: left;
}

.tableType02 {
	line-height: 1.8;
	border: 1px solid #c1dad7;
	width: 540px;
	margin-left: 24px;
	margin-top: 0px;
	padding-top: 2px;
}
.tableType02 th {
	font-weight: normal;
	border: 1px solid #c1dad7;
	color: #4f6b72;
	background-color: #cae8ea;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
	margin-left: 24px;
}
.tableType02 td {
	text-align: left;
	padding-left: 5px;
	border: 1px solid #c1dad7;
	color: #4f6b72;
	padding-top: 10px;
	padding-bottom: 10px;
}
td.centerPosition {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.tableType03 {
	border: 0;
	width: 540px;
	margin-left: 24px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
}
.tableType03 th {
	border: 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tableType03 td {
	border: 0;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}

.tableType04 {
	line-height: 1.2;
	border: 0;
	width: 540px;
	margin-left: 24px;
}
.tableType04 th {
	font-weight: normal;
	border: 0;
	color: #666666;
	background-color: #cae8ea;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
	margin-left: 24px;
}
.tableType04 td {
	text-align: left;
	padding-left: 5px;
	border: 0;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tableType05 {
	line-height: 1.2;
	border: 1px solid #c1dad7;
	width: 540px;
	margin-left: 24px;
}
.tableType05 th {
	font-weight: normal;
	border: 1px solid #c1dad7;
	color: #4f6b72;
	background-color: #cae8ea;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
	margin-left: 24px;
}
.tableType05 td {
	text-align: left;
	padding-left: 5px;
	border: 1px solid #c1dad7;
	color: #4f6b72;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tableType06 {
	line-height: 1.2;
	border: 0;
	width: 507px;
	margin-left: 40px;
}
.tableType06 th {
	font-weight: normal;
	border: 0;
	color: #666666;
	background-color: #cae8ea;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
}
.tableType06 td {
	text-align: left;
	padding-left: 5px;
	border: 0;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 50%;
}
/*  
ネットバンキング表  
-----------------------------------------------------------
 */ 
.tableType06a {
	line-height: 1.2;
	border: 0;
	width: 507px;
	margin-left: 40px;
}
.tableType06a th {
	font-weight: normal;
	border: 0;
	color: #666666;
	background-color: #cae8ea;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
}
.tableType06a td {
	text-align: left;
	padding-left: 5px;
	border: 0;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
}

.tableType07 {
	line-height: 1.5;
	border: 0;
	width: 540px;
	margin-left: 24px;
}
.tableType07 th {
	font-weight: normal;
	border: 0;
	color: #4f6b72;
	background-color: #cae8ea;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
	margin-left: 24px;
}
.tableType07 td {
	text-align: left;
	padding-left: 5px;
	border: 0;
	color: #4f6b72;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tableType07a {
	line-height: 1.5;
	border: 0;
	width: 540px;
	margin-left: 24px;
	border: 1px solid #c1dad7;
}
.tableType07a th {
	font-weight: normal;
	border: 0;
	color: #4f6b72;
	background-color: #cae8ea;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
	margin-left: 24px;
	border: 1px solid #c1dad7;
}
.tableType07a td {
	text-align: left;
	padding-left: 5px;
	border: 0;
	color: #4f6b72;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #c1dad7;
}
.tableType08 {
	vertical-align:bottom;
	border: 0;
	width: 540px;
	margin-left: 24px;
	text-align: center;
	font-size:0;
	line-height:0;
}
.tableType08 th {
	vertical-align:bottom;
	border: 0;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	font-size:0;
	line-height:0;
}
.tableType08 td {
	vertical-align:bottom;
	border: 0;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	font-size:0;
	line-height:0;
}
.tableType09 {
	border: 0;
	width: 540px;
	margin-left: 10px;
	text-align: center;
}
.tableType09 th {
	border: 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tableType09 td {
	border: 0;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tableType10 {
	vertical-align:bottom;
	border: 0;
	width: 303px;
	margin-left: 70px;
	text-align: center;
	font-size:0;
	line-height:0;
}
.tableType10 th {
	vertical-align:bottom;
	border: 0;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	font-size:0;
	line-height:0;
}
.tableType10 td {
	vertical-align:bottom;
	border: 0;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	font-size:0;
	line-height:0;
}


.titleBlue {
	color: #4f6b72;
	font-weight: bold;
}
h3 {
	color: #4f6b72;
	font-weight: bold;
	padding-bottom: 1px;
	padding-top: 10px;
	margin-right: 40px;
	margin-left: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 2px;
}
.topLead_Ssize {
	font-size: 10px;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 26px;
}
#netguide td {
	padding-top: 6px;
}

h3.noborder {
	color: #4f6b72;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 10px;
	margin-right: 40px;
	margin-left: 26px;
	border-top-width: 0px;
	border-top-style: 0;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.blueTtl {
	font-weight: bold;
	color: #4f6b72;
}
.topLead02 {
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 26px;
}
ul.privacylist {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 26px;
	text-indent: 1em;
}

div.sectionHoken {
	width: 500px;
	margin-left: 36px;
	border: 1px solid #999999;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
}
.chushaku {
	font-size: 7px;
	background-position: 2px;
}
th.blue4f6b72 {
	color: #FFFFFF;
	background-color: #4f6b72;
}
p.tableTtl {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 24px;
}
.tani {
	text-align: right;
	padding-right: 35px;
}
th.blue8ba8af {
	color: #FFFFFF;
	background-color: #71959D;
}
ul.kakushulist {
	padding-left: 60px;
	display: inline;
}
ul.kakushulist li {
	padding-bottom: 6px;
	display: inline;
}
tr.blueline {
	background-color: #cae8ea;
}
th.tableHead {
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}
img#rijichophoto {
	float: right;
	padding-left: 20px;
}
.font_large {
	font-size: 20px;
}
#gaikanphoto {
	margin-left: 24px;
}
ul.disc {
	padding-left: 40px;
}
ul.disc li {
	padding-bottom: 10px;
}
caption {
	text-align: left;
}
#mainasutop {
	margin-top: -20px;
}
dl#left24 {
	padding-left: 70px;
}
dl#left24 dt {
	float: left;
	width: 150px;
	font-weight: bold;
	color: #CC3333;
}
dl#left24 dd {
	margin-left: 150px;
}
div.clear {
	clear: both;
}
.cardblock {
	padding-left: 24px;
}
dl.cardblock dt {
	font-weight: bold;
	color: #CC3333;
	padding-top: 6px;
}
dl.cardblock dd {
	width: 540px;
}
.flatblue {
	color: #0099CC;
}
h3.businessmatch {
	clear: both;
	border-top-width: 0px;
	border-top-style: 0;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.red {
	color: #FF0033;
}
.red_section {
	border: 1px dotted #FF0033;
	margin-right: 2.5em;
	margin-left: 2em;
	padding: 1em;
}
dl#jisage01 {
	padding-left: 24px;
}
dl#jisage01 dt {
	float: left;
	width: 18em;
}
dl#jisage01 dd {
	color: #FF0033;
	margin-left: 18em;
}

h3.noboader {
	border-top-width: 0px;
	border-top-style: 0;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

p.1sage {
	text-indent:-13px;
	padding-right: 30px;
	padding-left: 40px;
}
p.topLead00 {
	padding-right: 30px;
	padding-left: 26px;
	text-align:justify;
	text-justify:distribute;
}
.13px_sage {
	text-indent:0px;
	padding-right: 30px;
	padding-left: -13px;
}

.small {
	font-size: 85%;
}
#newsTable {
	background-image: url(../image/main_left_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#newsTable table {
	background-image: url(../image/iwashin_top_33.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 598px;
}
#newsTable td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#topKei {
	width: 526px;
	margin-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-size: 0px;
	line-height: 0px;
	padding-top: 5px;
	margin-bottom: 3px;
}
#newsTable_in {
	background-image: url(../image/iwashin_top_33.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.centerKei {
	width: 526px;
	margin-left: 40px;
	font-size: 0px;
	line-height: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	margin-top: 3px;
	margin-bottom: 1px;
}
#main_footer {
	font-size: 85%;
	text-align: right;
	padding-top: 0px;
}
#main_footer ul {
	margin-right: 40px;
}
#main_footer ul li {
	display: inline;
	padding-left: 10px;
}
#main_footer ul li a {
	font-size: 85%;
	color: #4f6b72;
}
#main_footer ul li.arrow01 {
	background-image: url(../image/arrow01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main_footer ul li.arrow02 {
	background-image: url(../image/arrow02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main_footer ul li.arrow03 {
	background-image: url(../image/arrow03.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.go_to_pass {
	font-size: 85%;
	text-align: right;
	margin-right:40px;
	padding-top:5px;
}
ul.go_to_pass li {
	display:inline;
	padding-left:10px;
}
ul.go_to_pass li a {
	font-size:85%;
	color:#4f6b72;
}
ul.go_to_pass li.arrow01 {
	background-image: url(../image/arrow01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.go_to_pass li.arrow02 {
	background-image: url(../image/arrow02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.go_to_pass li.arrow03 {
	background-image: url(../image/arrow03.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#top_hanzai_block {
	background-image: url(../image/top_hanzai_base.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 174px;
	width: 321px;
}

.space0 {
	font-size: 0px;
	line-height: 0px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

#hamakaze {
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.hamakaze19 {
	line-height: 1.8;
}

ul.normalList {
	padding-left: 39px;
	padding-right: 37px;
	text-indent: -1.2em;
	text-align:justify;
	text-justify:distribute;
	padding-top: 5px;
}
h4.normalList00 {
	font-weight: bold;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 26px;
}
.normalList01 {
	padding-top:0px;
	padding-left: 39px;
	padding-right: 37px;
	text-indent: -1em;
	text-align:justify;
	text-justify:distribute;
	margin-top: -8px;
}
.normalList02 {
	text-indent: -1em;
	padding-left: 13px;
}
p.indent01 {
	text-indent: -1em;
	padding-right: 37px;
	padding-left: 26px;
}

td.btn_heght {
	height: 70px;
	text-align: center;
}
.left26 {
	padding-left: 26px;
}


/*  
口座をひらく01  
-----------------------------------------------------------
 */ 
.topLead_floatleft {
	padding-left: 26px;
	padding-right: 37px;
	padding-bottom: 10px;
	padding-top: 4px;
	width:350px;
	float:left;	
}
p.topLead_floatleft {
	text-align:justify;
	text-justify:distribute;
	width: 350px;
}

.block_ttl {
	margin-left: 23px;
	padding-top: 15px;
	padding-bottom: 5px;
}
.mainBg_green {
	background-image: url(../image/mainBg_green.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.rounded_corners {
	text-align: center;
	height: 90px;
	width: 250px;
	margin-left: 174px;
	background-image: url(../image/netbanking_roundkei.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.netbank_blue {
	color: #336699;
}
#kakushu1 {
	background-image: url(../image/kakushuBtn02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 69px;
	width: 507px;
}
#kakushu1 ul {
	margin-left: 15px;
}
#kakushu1_1 {
	background-image: url(../image/kakushuBtn2_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	height: 75px;
}
#kakushu1_2 {
	background-image: url(../image/kakushuBtn2_05.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: top;
	height: 75px;
}
#kakushu2_1 {
	background-image: url(../image/kakushuBtn2_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	height: 152px;
}
#kakushu3_1 {
	background-image: url(../image/kakushuBtn2_09.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	height: 48px;
}
#kakushu3_2 {
	background-image: url(../image/kakushuBtn2_10.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: top;
	height: 48px;
}
#kakushu4_1 {
	background-image: url(../image/kakushuBtn2_12.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	height: 48px;
}
#kakushu4_2 {
	background-image: url(../image/kakushuBtn2_13.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: top;
	height: 48px;
}
#kakushu5_1 {
	background-image: url(../image/kakushuBtn2_15.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	height: 94px;
}

#kakushu1_1 ul {
	margin-left: 65px;
	padding-top: 3px;
}
#kakushu1_2 ul {
	padding-top: 3px;
}
#kakushu2_1 ul {
	margin-left: 65px;
	padding-top: 2px;
}
#kakushu3_1 ul {
	margin-left: 65px;
	padding-top: 3px;
}
#kakushu3_2 ul {
	padding-top: 3px;
}
#kakushu4_1 ul {
	margin-left: 65px;
	padding-top: 3px;
}
#kakushu4_2 ul {
	padding-top: 3px;
}
#kakushu5_1 ul {
	margin-left: 65px;
	padding-top: 2px;
}
#kakushu1_1 li {
	padding-bottom: 10px;
}
#kakushu1_2 li {
	padding-bottom: 10px;
}
#kakushu2_1 li {
	padding-bottom: 10px;
}
#kakushu5_1 li {
	padding-bottom: 10px;
}
.underspase05 {
	padding-bottom: 5px;
}
.space05 {
	font-size: 0px;
	line-height: 0px;
	height: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 26px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.space10 {
	font-size: 0px;
	line-height: 0px;
	vertical-align: top;
	height: 10px;
	margin-left: 26px;
}
.blue_f5fbfb {
	background-color: #f5fbfb;
}
td.otorihiki_btn {
	background-image: url(../image/netbanking_roundkei.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 105px;
	width: 260px;
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}
#login_table {
	text-align: center;
	vertical-align: middle;
	height: 105px;
	width: 260px;
	margin-left: 169px;
}
.rijicho_aisatsu {
	line-height: 2.0;
	letter-spacing: 0.1em;
	text-align:justify;
	text-justify:distribute;
}
.bottom {
	vertical-align: bottom;
	font-size: 11px;
}
.small_12px {
	font-size: 12px;
}
.float_right {
	float: right;
}
.kouza_blue {
	color: #70c5d9;
}
h3.kouza_title {
	padding-bottom: 1px;
	padding-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5c86c6;
	color: #5c86c6;
}
td.kariruBtn {
	padding-bottom: 10px;
}
ul.kakomi {
	border: 1px dotted #3333CC;
	margin-top: 20px;
	margin-right: 40px;
	margin-left: 30px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
ul.loanNav {
	padding-top: 5px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
ul.loanNav li {
	display: inline;
	padding-left: 20px;
}
td.form_left {
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0066CC;
	height: 24px;
	vertical-align: middle;
}
td.form_bottom {
	text-align: center;
	height: 40px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0066CC;
	vertical-align: middle;
}
td.form_right {
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3399FF;
}
#form_table {
	width: 530px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #0066CC;
}
#form_table td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height: 24px;

}
td.form_right_bottom {
	text-align: center;
	vertical-align: middle;
}
.line18 {
	line-height: 1.8;
}
ul.kakomi_form {
	border: 1px dotted #3333CC;
	margin-top: 0px;
	margin-right: 40px;
	margin-left: 30px;
	padding: 20px;
}.kakomi_form li {
	padding-bottom: 20px;
}
li.last {
	padding-bottom: 0px;
}

.tableType_tenpo {
	line-height: 1.4;
	border: 1px solid #c1dad7;
	width: 540px;
	margin-left: 24px;
	margin-top: 0px;
	padding-top: 2px;
}
.tableType_tenpo th {
	font-weight: normal;
	border: 1px solid #c1dad7;
	color: #4f6b72;
	background-color: #cae8ea;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	margin-left: 24px;
}
.tableType_tenpo td {
	text-align: left;
	padding-left: 5px;
	border: 1px solid #c1dad7;
	color: #4f6b72;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.tableType_tenpo td.right05 {
	text-align: right;
	padding-right:5px;
}
.font_15px {
	font-size: 15px;
	color: #FF3300;
}
.toplead_kakomi_kei {
	color: #666;
	margin-bottom: 0px;
	width: 523px;
	margin-left: 26px;
	margin-right: 37px;
	padding: 5px;
	margin-top: 26px;
	border: 1px solid #666666;
}

.toplead_under_kei {
	color: #0066CC;
	margin-bottom: 13px;
	padding-top: 18px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0066CC;
	width: 533px;
	margin-left: 26px;
	margin-right: 37px;
	font-weight: bold;
}
.jisage_two_word {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.jisage_two {
	text-indent: -1.8em;
	padding-left: 1.8em;
}
.jisage_two_main {
	padding-top: 5px;
	padding-right: 37px;
	padding-left: 39px;
	text-indent: -1em;
}
p.day_right {
	text-align: right;
	padding-right: 45px;
	padding-bottom: 20px;
}
dl.change_dl {
	padding-top: 5px;
	padding-right: 37px;
	padding-left: 39px;
}
table.change_table {
	width: 522px;
	margin-top: 20px;
	margin-left: 39px;
	margin-bottom:10px;
}
.change_dl dt {
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	text-indent: -1.8em;
	padding-left: 2em;
}
.change_dl dd {
	text-align:justify;
	text-justify:distribute;
}
.topLead_change {
	padding-left: 39px;
}
.change_table tr td {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCC;
}
.change_table tr th {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCC;
}
.change_table tr td.line_nothig {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.change_dl dd ul li {
	text-indent: -2em;
	padding-left: 2em;
}
.ind_1 {
	text-indent: -1em;
	padding-left: 1em;
}
img.takeo_gaiji {
	vertical-align: text-bottom;
}
