@charset "Shift_JIS";

/* ページヘッダー */
#header-container {
    width: 800px;
	height: 132px;
	margin: 0px auto 0px;
	padding: 0px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
}

#header-container-inner h1 {
    font-size: 11px;
	line-height: 14px;
	font-weight: normal;
    text-align: right;
}

#header-rogo {
	width: 345px;
	margin: 0px;
	padding: 26px 0px 0px 10px;
}
#header-navi {
    float: right;
	width: 320px;
    height: 21px;
    margin-top: 10px;
	padding: 3px 18px 0px;
    background-image: url(../images/bg_header_navi.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header-navi ul {
    list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 1;
}
#header-navi ul li {
    float: left;
    display: inline;
	margin: 0px;
	margin-left: 22px;
	padding: 0px;
}



/* グローバルナビゲーション */
#gnavi {
    width: 800px;
    margin: 0px auto;
	padding: 0px;
	position: relative;
}
#gnavi ul {
    list-style: none;
	margin: 0px;
	padding: 0px;
}
#gnavi ul li {
    display: inline;
	margin: 0px;
	padding: 0px;
}

/* パンくずリスト */
#pankuzu {
	color: #666;
	font-size: 12px;
	padding: 4px 10px 0px 0px;
}
#pankuzu a {
	color: #64A0CF;
	text-decoration: underline;
}

/* フッター */
#footer-container {
    width: 780px;
	font-size: 90%;
	margin: 0px auto 0px;
	padding: 18px 10px 0px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

#footer-copyright {
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	margin: 0px auto 0px;
	padding: 16px 0px 4px;
}

#footer-container-inner {
    width: 100%;
}
#footer-address {
    float: left;
    padding-left: 8px;
}
#footer-img {
    float: right;
	width: 152px;
    padding-right: 8px;
}
#footer-img p {
    background-image: url(../images/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 4px 0px 10px;
}

/*---------- メインコンテンツ ----------*/
#contents-container {
	width: 780px;
	margin: 10px auto 0px;
	padding: 0px 10px 0px;
	background-color: #FFFFFF;
}
#main-contents {
    float: right;
	width: 542px;
    margin-left: 16px;
}

/* 左メニュー */
#left-menu {
    float: left;
	width: 222px;
}

/* 主な事業内容について_横に出るメニュー */
.menu {
  width: 222px;
  height:306px;
  font-size: 84%;
  line-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.menu ul {
  margin: 0;
  padding :0;
  list-style-type: none;
}

.menu ul li ul { /* 第2階層 */
  visibility: hidden;
  position: absolute;
  height: 0;
  overflow: hidden;
  top: -1px;
  left: 221px;
  margin: 0;
  padding :0;
}

.menu ul li {
  float: left;
  position: relative;
  z-index: 90;
  margin: 0;
  margin-bottom: 2px;
  padding :0;
}

.menu ul li a, .menu ul li a:visited {
  display: block;
  float: left;
  text-decoration: none;
  color: #000;
  width: 222px;
  height: 42px;
}

* html .menu ul li a, .menu ul li a:visited { 
  width: 222px;
  w\idth: 222px;
}

.menu1 table {
  border-collapse: collapse;
  border :0;
  padding: 0;
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 0;
}

.menu ul li:hover a,
.menu ul li a:hover{
  text-decoration: underline;
  border: 0;
}

.menu ul li a:hover { 
  position: relative;
  z-index: 100;
}


.menu ul li:hover ul,
.menu ul li a:hover ul {
  visibility: visible;
  width: 200px;
  height: auto;
  border: 1px solid #e4d0b7;
  z-index: 10;
  background: #f7f3ea;
  overflow: visible;
  
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a{
  display: block;
  color: #522913;
  width: 180px;
  height: auto;
  line-height: 15px;
  padding: 5px 8px 5px 12px;
  text-decoration: none;
  border-bottom: 1px dotted #CCCCCC;
}
* html .menu ul li a:hover ul li a { 
  width: 180px;
  w\idth: 180px;
}

* html li.margintop-5px {
  margin-top: -5px;
}


#sub-banner-box {
    padding: 8px;
}
ul.banner {
    list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.banner li {
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
}



/* サブページ用 */
body {
	font-size: 16px;
	/*\*/
	font-size: 100%;
	/**/
	/* font-size:82%; */
	font-size: 100%;
	/* line-height:132%; */
	line-height: 136%;
	color: #333333;
}

body.back-body {
    background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FEFACE;
}

/* 背景影 */
#bg-shadow {
	width: 810px;
	margin: 0px auto 0px;
	background-image: url(../images/bg_shadow.jpg);
	background-repeat: repeat-y;
}

/* パンクズ下リンク */
#page-navi {
	font-size: 84%;
	margin-bottom: 16px;
	padding-left: 16px;
}

/* リード文 */
p.lead-text {
    color: #71522F;
    font-weight: bold;
	margin-bottom: 4px;
}

#main-contents h1 {

}

#main-contents h2 {
    margin-bottom: 16px;
}

#main-contents h3 {
    font-size: 128%;
    margin-bottom: 10px;
	padding: 3px 8px 4px;
	border-left: 8px solid #FF6E0A;
	border-bottom: 1px solid #FF6E0A;
}
#main-contents h4 {
    font-size: 110%;
    margin-top: 8px;
	margin-bottom: 4px;
}
#main-contents h4.h4-type-01 {
    padding: 4px 5px 4px 10px;
    background-image: url(../images/bg_h4_type01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#main-contents h4.h4-type-02 {
    width: 30%;
    padding: 3px 5px 2px 10px;
	border: 1px solid #71522F;
}


#main-contents h5 {
    color: #333333;
}
#main-contents h5.h5-type-01 {
    color: #006600;
    margin-top: 10px;
    padding-left: 16px;
    background-image: url(../images/bg_h5_type01.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#main-contents h5.h5-type-02 {
    padding-left: 16px;
	border-bottom: 1px dashed #E7D9C2;
    background-image: url(../images/bg_h5_type02.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
}

#main-contents h6 {
    color: #006600;
    font-weight: normal;
	margin-top: 8px;
}

#main-contents p {
   padding: 0px 6px;
}

em {
}

#main-contents strong {
}

ul {
	line-height: 120%;
	list-style-type: disc;
	margin-left: 0.5em;
	padding: 0.5em 0em 0.5em 1em;/* 0.25em 0em 0.5em 2em; */
}
ul li {
	padding: 0em 0em 0.4em 0em;
}

ol {
	line-height: 120%;
	list-style-type: decimal;
	margin-left: 0.5em;
	padding: 0.25em 0em 0.5em 1em;/* 0.25em 0em 0.5em 2em */
}
ol li {
	padding: 0em 0em 0.4em 0em;
}

dl {
	line-height: 120%;
	padding: 0.5em 0em 0.5em 1em;
}
dt {
	color: #BB3C00;
	font-weight: normal;
	padding: 0.4em 0em 0.1em 0em;
	border-bottom: 1px dotted #E1E6D9;
}
dd {
	padding: 0.2em 0em 0.4em 1em;
}
sup {
	font-size: 80%;
	vertical-align: top;
}
sub {
	font-size: 80%;
	vertical-align: bottom;
}


/* サイト使用カラー */
.sc001 {
	color: #006600; /* 緑 */ 
}
.sc002 {
	color: #048D49; /* パンクズ丸 */
}
.sc003 {
	color: #180000;
}
.sc004 {
	color: #76B037;
}
.sc005 {
	color: #FF6F6F;
}
.sc006 {
	color: #FFDFE0;
}
.sc007 {
	color: #63C5C6;
}
.sc008 {
	color: #896265;
}
.sc009 {
	color: #EFEDE1;
}
.sc010 {
	color: #605856;
}

.sc-bg001 {
	background-color: #FEF1E0;
}
.sc-bg002 {
	background-color: #D8A391;
}
.sc-bg003 {
	background-color: #180000;
}
.sc-bg004 {
	background-color: #76B037;
}
.sc-bg005 {
	background-color: #FF6F6F;
}
.sc-bg006 {
	background-color: #FFDFE0;
}
.sc-bg007 {
	background-color: #63C5C6;
}
.sc-bg008 {
	background-color: #896265;
}
.sc-bg009 {
	background-color: #EFEDE1;
}
.sc-bg010 {
	background-color: #605856;
}


/* --------------------------------------------------

トップページ用

-------------------------------------------------- */
#top-contents-container {
	width: 780px;
	margin: 0px auto 0px;
	padding: 10px 10px 0px;
	/*background-image: url(../images/bg_top_container.jpg);*/
	background-repeat: no-repeat;
	background-position: 0px 15px;
}

#top-left-menu {
    float: left;
	width: 222px;
}
#top-main-contents {
    float: right;
	width: 543px;
}

/* バナー */
ul.top-banner {
    list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
}
ul.top-banner li {
    display: inline;
	margin: 0px;
	margin-left: -3px;
	padding: 0px;
}

/* お知らせ・最新情報 */
#news-box {
   padding-top: 10px;
   width: 100%;
}

#newsbox ul {
    list-style: none;
	margin: 0px;
	padding: 0px;
}

#newsbox ul li {
    border-bottom: 1px dashed #CDCCB4;
	margin-bottom: 8px;
	padding-bottom: 4px;
	line-height: 130%;
}

#newsbox li img {
    padding-right: 4px;
}


/* --------------------------------------------------

善意銀行

-------------------------------------------------- */
#kihu-box {
   width: 532px;
   height: 300px;
   margin: 8px auto 0px;
   background-image: url(../images/page/bg_601_kihubox.jpg);
   background-repeat: no-repeat;
   background-position: top;
}
#kihu-box-inner {
   padding: 52px 10px 0px;
}


/* --------------------------------------------------

共通

-------------------------------------------------- */
.contents-box {
    width: 100%;
}
.contents-box:after {
    content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.contents-box {
    zoom: 100%;
}


.text-left-box {
    float: left;
	width: 337px;
}
.img-right-box {
    float: right;
	width: 195px;
	margin-left: 10px;
}

.text-left-box02 {
    float: left;
	width: 369px;
}
.img-right-box02 {
    float: right;
	width: 163px;
	margin-left: 10px;
}



.page-top-btn {
   font-size: 90%;
   text-align: right;
   margin: 32px 0px 16px;
}

.photo-type01 {
	padding: 4px;
	border: 1px solid #C9C7C8;
}



/* (1)とか */
ol.no-nomber {
	line-height: 120%;
	list-style-type: none;
	margin-left: 0.5em;
	padding: 0.25em 0em 0.5em 0em;/* 0.25em 0em 0.5em 2em */
}
ol.no-nomber li {
	padding: 0em 0em 0.4em 0em;
}

.margin-left16px {
  margin-left: 20px;
}

/* hr */
/*--- 本来の区切り線を非表示に ---*/
hr {
	display:none;
}

div.line {
	height:1px;
	margin:10px 0 16px;
	border-bottom: 1px dotted #c8ab83;
}
