/*デフォルト設定など*/

*{
	padding:0px;
	margin:0px;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
}

img{
	border:0px;
}


html{
	width:100%;
	height:100%;
	overflow-y:scroll;

}

body{
	height:100%;
	background-image:url(images/bg.gif);
}

html > body{
	min-height:100%;
	height:100%;
}

/*ヘッダーセクション*/

#header{
	width:850px;
	height:70px;
	margin:0 auto;
	margin-top:10px;
	background:#fff;
}

#header_inside{
	width:850px;
	height:70px;

}

#title{
	width:640px;
	height:70px;
	background-image:url(images/title.png);
	background-repeat:no-repeat;
	float:left;
}

#office{
	width:200px;
	height:40px;
	float:right;
	background-image:url(images/office.png);
	background-repeat:no-repeat;
}

#search{
	float:right;
	width:200px;
	height:20px;
	position:relative;
	font-size:12px;
	font-family: 'MS UI Gothic', Osaka, sans-serif;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:right;

}

input.sitesearch{
	width:150px;
}


/*ヘッダーのメニュー*/

#header_menu{
	width:850px;
	height:31px;
	margin:0 auto;
	background:#fff;
		background-image:url(images/but01.gif);
}

#header_menu ul li{
	width:auto;
	float:left;
	text-align:center;
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family: 'MS UI Gothic', Osaka, sans-serif;
	font-size:13px;
	color:#000;
	text-decoration:none;
	font-weight: bold;
}

#header_menu .but{
	background-image:url(images/but01.gif);
	height:31px;
}

#header_menu .but a{
	text-decoration:none;
	color:#000;
	display:block;
	padding:8px 25px 8px 25px;
}

#header_menu .but_active{
	background-image:url(images/but.gif);
	height:31px;
}

#header_menu .but_active a{
	text-decoration:underline;
	color:#FFFFFF;
	display:block;
	padding:8px 25px 8px 25px;
}

#header_menu .but:hover{
	background-image:url(images/but02.gif);
	height:31px;
}

#header_menu .but a :hover{
	text-decoration:underline;
	color:#0D0D0D;
	display:block;
	padding:8px 25px 8px 25px;
}

#header_menu:after{
	clear: both;
	height: 0;
	visibility: hidden;
}

/*コンテンツセクション*/

#wrapper{
	padding:0px 0px 0px 0px;
}

#content_inside{
	background-color:#fff;
	width:850px;
	margin:0 auto;
	overflow:hidden;
	padding: 0px 0px 30px 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/*メインのコンテンツ*/
#main_block{
	font-family: 'MS UI Gothic', Osaka, sans-serif;
	font-size:12px;
	color:#464646;
	overflow:hidden;
	float:left;
	width:650px;
	min-height:350px;
	padding:13px 3px 3px 20px;
}

#main_block h4{ 
	border-bottom: dotted #CCCCCC 2px;
	font-size:16px;
	font-weight:bold;
	padding: 2px 0px 2px 15px;
	color:#076E9F;
	background-image:url(images/icon01.png);
	background-repeat:no-repeat;
	background-position:0px 7px;
	margin-bottom:5px;
}

#main_block h2 {
	color: #000000;
	font-size: 14px;
	padding: 0px 0px 1px 10px;
	margin: 18px 0px 10px 0px;
	line-height: 100%;
}

p{
	text-indent:1.0em;
	padding: 5px 0px 5px 0px;
}

.policy li{
	padding:10px 0px 5px 0px;
	margin:0px 0px 0px 10px;
	font-weight:bold;
}

.policy p{
	padding:0px 0px 0px 10px;
	text-indent:1.0em;
}

/*右側サイドバー*/

#sidebar{
	width:160px;
	float:right;
	padding:13px 0px 0px 10px;
}

ul#list{
	list-style-type:none;
	margin:0px 0px 0px 0px;
	line-height:18px;
	height:16px;
	margin-left:0em;
}

ul#list li{
	width:140px;
	font-family: 'MS UI Gothic', Osaka, sans-serif;
	font-size:14px;
	padding: 3px 0px 3px 14px;
	margin: 3px 2px 3px 2px;
	text-indent:0em;
	background-repeat:no-repeat;
	background-image:url(images/list.gif);
	background-position:5px 8px;
	border-left:solid 4px #AAA;
	border-bottom:solid 1px #AAA;
}

ul#list li.sidebar_bnr{
	width:118px;
	padding: 0px 0px 0px 2px;
	margin: 8px 0px 0px 0px;
	background-repeat:no-repeat;
	background-image:none;
	border-left:none;
	border-bottom:none;
	text-align:center;
	font-size:12px;
	line-height:13px;
}

ul#list li.sidebar_bnr img{
	display:block;
	margin:0 0 3px 0;
}

ul#list li a{
	text-decoration:none;
}

ul#list a:visited{text-decoration:none}
ul#list a:hover{text-decoration:underline}

/*リンク用*/

.link{
	padding:5px 0px 0px 0px;
}

.link dt{
  border-left: solid 8px #CCC;
  padding-left: 5px;
  padding-top: 0px;
  color: #000;
}

.link dd {
  padding-left: 1.0em;
	padding:0px 0px 5px 1.0em;
}

/*FAQ用*/


dl.faq{
	padding:0px 0px 10px 0px;
	margin-bottom:20px;
	border-bottom: dotted #CCCCCC 2px;
	/*\*/
	min-height: 1px;
	_height: 1%;
	/* */

	/*\*//*/
	overflow: hidden;
	/**/
}

dl.faq dt{
	clear: left;
  float: left;
  padding-left: 5px;
  padding-top: 6px;
  color: #000;
	font-size:24px;
	line-height:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

dl.faq dd{
	padding:14px 0px 0px 0px;
}

dl.faq dd a{
  color: #000;
}

dl.faq dd p{
	padding:2px 0px 2px 3em;
	text-indent:1.0em;
	color: #000;
	line-height:13px;
}

dl.faq dd p.ref{
	padding:4px 0px 4px 5em;
	margin-left:0.5em;
	margin-top:10px;
	margin-bottom:0px;
	color: #444;
	border-left: solid 8px #CCC;
	text-indent:-4.5em;
	line-height:13px;
}

dl.faq dd p.ref2{
	padding:0px 0px 4px 5em;
	margin-left:0.5em;
	margin-top:0px;
	margin-bottom:5px;
	color: #444;
	border-left: solid 8px #CCC;
	text-indent:-2em;
	line-height:13px;
}

/*サイトマップ、FAQ用　汎用リスト*/

ul.item_list {
	padding:2px 0px 2px 5px;
	margin:0px 0px 0px 10px;
}

ul.item_list li{
	font-size:13px;
	padding:5px 0px 5px 0px;
	text-indent:0em;
}

ul.item_list li ul{
	padding:5px 0px 0px 15px;
}

ul.item_list li ul li{
	font-size:13px;
	padding:5px 0px 5px 0px;
	text-indent:0em;
	line-height:14px;
}


/*トップページ用*/
/*トップページ・サイト更新情報用*/
.infoNewsList li{
	list-style-type:none;
	line-height:13px;
	padding: 0px 0 0 20px;
	margin: 8px 0 0 0px;
	font-size:12px;
	background-repeat:no-repeat;
	background-image:url(images/list_sub.gif);
	background-position:10px 2px;
}

ul.infoNewsList{
	height: 100px;
	overflow: auto;
}

/*トップページ用*/
/*オフセット・バンキング説明ボックス*/

.infobox_wrapper{
	width:650px;
	padding:10px 0px 20px 0px;
	margin: 0 auto;
}

.infobox_left{
	width:305px;
	margin:5px 0px 0px 0px;
	padding:5px 5px 0px 5px;
	float:left;
	border-style:solid;
	border-color: #CCC;
	border-width: 1px 1px 1px 1px;
}

.infobox_right{
	width:305px;
	margin:5px 0px 0px 0px;
	padding:5px 5px 0px 5px;
	float:right;
	border-style:solid;
	border-color: #CCC;
	border-width: 1px 1px 1px 1px;
}

.infobox_wrapper h3{
	font-size:13px;
}

.infobox_wrapper p{
	font-size:12px;
}

.infobox_wrapper p.infobox_footer{
	font-size:12px;
	text-align:right;
}

/*お問合せ用*/
/*問い合わせ先記述*/
.boxdesc{
	font-size:13px;
	margin:0 3px 0 3px;
	line-height: 1.2em;
	text-indent:1.0em;
}



/*フッタ*/
#footer{
	width:850px;
	height:50px;
	border-top:0px solid #464646;
	background-color:#FFF;
	margin:0 auto;
}

#footer_inside{
	margin:0 auto;
	width:850px;
	height:20px;
	background-color: #666;
	background-position:top right;
	background-repeat:no-repeat;
	font-family: 'MS UI Gothic', Osaka, sans-serif;
	font-size:12px;
	position: relative;
	overflow: hidden;
}

.footer_menu{
	margin:0 auto;
	list-style-type:none;
	padding:0px 0px 0px 2px;
	position: relative;
	left: 50%;
	float: left;

}

.footer_p{
	font-size:12px;
	text-align:center;
	font-family: 'MS UI Gothic', Osaka, sans-serif;
	color:#000;
	padding: 8px 0px 0px 5px;
}

.footer_menu li{
	display:inline;
	line-height:20px;
	position: relative;
	left: -50%;
	float: left;
	color:#FFF;
}

.footer_menu li a{
	font-family: 'MS UI Gothic', Osaka, sans-serif;
	margin:0 6px;
	color:#FFF;
	font-weight: bold;
}

#footer_inside p{
	padding:10px 0 0 48px;
}

#footer_inside p a{
	color:#E9410E;
	text-decoration:underline;
}







.about{
	padding:13px 0 0 0;
	width:450px;
	float:left;
	margin:0 29px 0 0;
}

.about p{
	padding:5px 0 0 12px;
}

.about a{
	display:block;
	text-decoration:underline;
	margin:5px 0 0 12px;
}

.about a:visited{text-decoration:underline}
.about a:hover{text-decoration:none}
.news{
	background-color:#ffffff;
	border:1px solid #DFDEC0;
	width:220px;
	float:left;
	padding:13px 26px 13px 20px
}

.news p{
	padding:5px 0 0 2px
}










.box1{
	width:300px;
	margin-right:3px;
	padding:0px 0 0px 0;
	border:1px solid #D6D3C7;
	background-color:#FFFFFF;
	position:relative;
	float:left;
}

.boxfooter a{
	color:#00f;
	text-decoration:underline;
}

.box2{
	width:300px;
	margin-left:3px;
	padding:0px 0 0px 0;
	border:1px solid #D6D3C7;
	background-color:#FFFFFF;
	position:relative;
	float:left;
}

.noticebox{
	font-size:13px;
	width:608px;
	padding:0px 5 12px 5;
	margin:20px 0px 0px 0px;
	border:1px solid #D6D3C7;
	background-color:#FFFFFF;
}

.updatebox{
	font-size:13px;
	width:608px;
	padding:0px 5 12px 5;
	margin:20px 0px 0px 0px;
	border:1px solid #D6D3C7;
	background-color:#FFFFFF;
}

.boxtitle{
	font-size:12pt;
	color: #000000;
	background-color: #fff;
	border-style: solid;
	border-width: 0px 0px;
	border-color: #0055cc;
	font-weight: bold;
	padding: 5px 0px 0px 0.5em;
	margin: 0px 0px 3px 0px;
}

.boxtitle2{
	font-size:12pt;
	color: #000000;
	background-color: #fff;
	border-style: solid;
	border-width: 0px 0px;
	border-color: #0055cc;
	font-weight: bold;
	padding: 5px 0px 0px 0.5em;
	margin: 0px 0px 3px 0px;
	text-align:left;
}

.boxfooter{
	font-size:10pt;
	color: #000000;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0px 0px;
	border-color: #dddddd;
	font-weight: bold;
	padding-left: 0.5em;
	margin: 0 0 0 0px;
	text-align:right;
}


.big_view span{
	font-size:30px;
	color:#E9410E;
	display:block;
	position:absolute;
	bottom:10px;
	left:25px;
}
.scroll{
	width:478px;
	border:1px solid #D6D3C7;
	background-color:#FFFFFF;
	padding:6px 0;
	text-align:center;
	margin:5px 0 0 0;
}
.scroll a{
	margin:0 2px;
} 
.description{
	width:220px;
	float:left;
	padding:55px 0 0 25px;
}
.description p{
	padding-bottom:15px;
}





