@charset "UTF-8";

  body
  {
    min-width: 1128px;
  }
  .fix_outer
  {
    min-width: 1128px;
  }
  .fix_inner
  {
    width: 978px;
    min-width: 978px;
    max-width: 978px;
    margin-left: auto;
    margin-right: auto;
  }
  .invert_on a
  {
    color: #00aaee;
  }
  .invert_on a:hover
  {
    color: #ffaa00;
  }
  .invert_on a:active
  {
    color: #ff0004;
  }
  .invert_on a:visited
  {
    color: #ffffff;
  }
  .grid4,
  .grid8
  {
    float: left;
    display: inline;
    margin-left: 30px;
  }
  .first
  {
    margin-left: 0;
    clear: left;
  }
  .grid4
  {
    width: 306px;
  }
  .grid8
  {
    width: 642px;
  }
  .invert_on
  {
    color: #fff;
    background-color: #000;
  }
  .invert_off
  {
    color: #000;
    background-color: #fff;
  }
  
  div.header
  {
    background-image: url( "../images/title_haikei.jpg" );
    background-repeat: repeat-x;
    background-color: #000;
    height: 86px;
  }
  div.header div.logo
  {
    height: 80px;
    padding: 3px 0;
  }

  div.header div.single
  {
    height: 80px;
    padding: 3px 0 0 24px;
  }
  div.header div.single div.item
  {
    margin-top: 10px;
    height: 28px;
  }

  div.header div.control
  {
    height: 80px;
    padding: 3px 0 3px 36px;
  }
  div.header div.control div.fontSize,
  div.header div.control div.invert
  {
    margin-top: 10px;
    height: 28px;
  }
  div.header div.control div.fontSize img,
  div.header div.control div.invert img
  {
    cursor: pointer;
    vertical-align: top;
  }
  div.header div.tab
  {
    height: 68px;
    width: 278px;
    background-color: #fff;
    border: #a3b8cc 2px solid;
    border-top: none;
    border-radius: 0 0 12px 12px;
    box-shadow: 1px 1px 6px #777;
    vertical-align: top;
    padding: 8px;
    line-height: 1.3;
    zoom: 1;
    position: relative;
/*    behavior: url( "/PIE.htc" );*/
  }

  div.g_menu
  {
    background-image:url( "../images/menu_haikei0.jpg" );
    background-repeat:repeat-x;
    color: #fff;
  }
  div.g_menu ul
  {
    width: 978px;
    margin-left: auto;
    margin-right: auto;
  }
  div.g_menu ul li
  {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
  }
  div.g_menu > ul > li
  {
    height: 48px;
  }
  div.g_menu > ul > li:hover
  {
    background-image: url( "../images/menu_haikei1.jpg" );
  }
  div.g_menu > ul > li.active
  {
    background-image: url( "../images/menu_haikei2.jpg" );
  }
  div.g_menu ul li a
  {
    text-decoration: none;
  }
  div.g_menu > ul > li > span,
  div.g_menu > ul > li > a > span
  {
    color: #fff;
    font-size: 16px;
    position: relative;
    display: block;
    text-align: center;
    top: 12px;
  }
  div.g_menu > ul > li.index
  {
    width: 68px;
  }  
  div.g_menu > ul > li.index > a > span
  {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    height: 41px;
    vertical-align: middle;
    color: transparent;
    background-image: url( "../images/menu_home.png" );
    background-repeat: no-repeat;
    background-position: center 4px;
  }
  div.g_menu > ul > li.living_will
  {
    width: 194px;
  }
  div.g_menu > ul > li.living_will > a > span
  {
    background-image: url( "../images/menu_wakaba.png" );
    background-repeat: no-repeat;
    background-position: 16px 0;
    padding-left: 20px;
  }
  div.g_menu > ul > li.messages
  {
    width: 200px;
  }
  div.g_menu > ul > li.about
  {
    width: 174px;
  }
  div.g_menu > ul > li.question_and_answer
  {
    width: 100px;
  }
  div.g_menu > ul > li.branch
  {
    width: 104px;
  }
  div.g_menu > ul > li.member_square
  {
    width: 108px;	/*138px; '14.02.18*/
  }
  div.g_menu > ul > li.member_square > a > span
  {
    background-image: url( "../images/menu_kagi.png" );
    background-repeat: no-repeat;
    background-position: 3px 2px;	/* 0 2px; '14.02.18*/
    padding-left: 16px;
  }
  div.g_menu > ul > li ul
  {
    display: none;
    position: absolute;
    z-index: 256;
    border: 1px solid #a3bbcc;
    margin-top: 22px;
  }

  div.g_menu > ul > li:hover ul
  {
    display: block;
    width: 200px;
  }
  div.g_menu > ul > li ul > li
  {
    display: block;
    border: 1px solid #a3bbcc;
    background-color: rgba( 255, 255, 255, 0.9 );
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e8ffffff,endcolorstr=#e8ffffff,gradienttype=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#e8ffffff,endColorstr=#e8ffffff)";
    text-align: left;
  }
  div.g_menu > ul > li ul > li:hover
  {
     background-color:rgb( 221, 238, 255 );  
  }
  div.g_menu > ul > li ul > li span
  {
    color: #000;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 28px;
    padding: 8px 0 0 8px;
  }

  div.top_photo
  {
    height: 500px;
    margin-bottom: 24px;	/* 140130 yasuhara */

  }
  div.top_photo .fix_inner
  {
    position: relative;
    width: 1128px;
    min-width: 1128px;
  }
  div.top_photo .fix_inner img
  {
    position: absolute;
  }
  div.top_photo .kaiinsu
  {
    position: absolute;
    z-index: 16;
    top: 24px;
    left: 876px;
    width: 150px;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 6px #333;
    padding: 10px 12px 6px 10px;
/*    behavior: url( "/PIE.htc" );*/
  }
  div.top_photo .kaiinsu .size21
  {
    font-size: 21px;
    line-height: 1.3;
  }
  
  div.content
  {
    padding: 0 0 24px;		/* 140130 yasuhara */
    font-size: 14px;
    line-height: 1.4;
    min-height: 600px; /* todo */
  }
  div.content .top_publication_box
  {
    border: solid 1px #5c667b;
    padding: 10px;
  }
  div.content .top_publication_box img
  {
    margin-right: 25px;
  }
  div.content .top_songenshitoha_box
  {
    background-image: url( '../images/top_bn_what.jpg' );
    background-repeat: no-repeat;
    width: 306px;
    height: 294px;
  }
  div.content .top_songenshitoha_link
  {
    margin-top: 243px;
    float: right;
    font-size: 14px;
    padding: 5px 10px;
    background-color: #005180;
  }
  div.content .top_songenshitoha_link a
  {
    color:#fff;
  }

  div.btn_sitemap
  {
    color: #fff;
    background-color: #005180;
    text-align: left;
    padding: 0px 8px 0 16px;
    cursor: pointer;
  }
  div.sitemap_area
  {
    border-top: solid 6px #005180;
    background-color: #005180;
  }
  div.sitemap_window
  {
    display: none;
  }
  #sitemap .spacer
  {
    height: 20px;
  }
  #column1
  {
    float: left;
    width: 230px;
  }
  #column2,
  #column3,
  #column4
  {
    float: left;
    width: 230px;
    border-left: solid #FFFFFF 1px;
    padding-left: 18px;
  }
  #sitemap h3
  {
    margin: 0px;
    padding: 0px;
    text-align: left;
  }
  #sitemap ul
  {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  #column1 ul li
  {
    padding-bottom: 15px;
    padding-left: 5px;
    text-align: left;
  }
  #column2 ul li,
  #column3 ul li,
  #column4 ul li
  {
    padding-top: 10px;
    padding-left: 5px;
    text-align: left;
  }

  div.footer
  {
    background-image: url( "../images/title_haikei.jpg" );
    background-repeat: repeat-x;
    height: 80px;
  }
  div.footer div.tab
  {
    margin-top: -5px;
    height: 67px;
    width: 278px;
    background-color: #fff;
    border: #a3b8cc 2px solid;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    box-shadow: 1px -2px 4px #777;
    padding: 8px;
    line-height: 1.3;
    position: relative;
/*    behavior: url( "/PIE.htc" );*/
  }
  div.footer div.tab .text
  {
    font-size: 12px;
  }
  /*右ブロック*/
  .rside_menu_wf {
        width:222px;
        float:right;
  }
  .banner_box {
	margin:10px 0px;
  }
  .banner_box3 {
	margin:10px 0px;
  }
/* Del
	アクセスマップ 入会のご案内
	のh1 > img に影響する為
  .hyakupa{
        width:100%;
  }
 */

/*画像大きさ*/
img.husband{
width: 40%;
margin: 0px 0px 20px 30px;
}
img.ph_card{
        margin: 20px 0px 20px 30px;
        width: 35%;
}

/* ログアウト画面*/
#member_square div.in_frm{
margin: 30px 100px;
padding: 20px;
border-collapse: collapse;
border: 1px solid #000;
}