<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


body{
  background-color : rgb(247, 247, 255);
}


#container{
  height : 380px;
}


#main{
  background-color : white;
  margin-left : auto;
  margin-right : auto;
  text-align : center;
  height : 700px;
  width : 1510px;
  box-shadow : 3px 3px 3px silver;
  border-radius : 3px;
}

#div_body{
  height : 700px;
  width : 1510px;
  display : inline-block;
  overflow-y : scroll;
}


/* ****** 申告書エリア ********* */

#div_doc{
  margin-top : 0px;
  text-align : center;
  height : 400px;
  width : 1536px;
  display : block;
}

#div_doc_title{
  margin-top : 24px;
  text-align : center;
  height : 12px;
  width : 1300px;
  display : inline-block;
  font-size : 14pt;
  font-weight : bold;
  letter-spacing : 6px;
}



#div_base_area{
  margin-top : 10px;
  margin-left : 10px;
  text-align : left;
  height : 164px;
  width : 1420px;
  display : inline-block;
}


#div_base_mainblock{
  margin-left : 10px;
  height : 160px;
  width : 1100px;
  display : inline-block;
  background-color : rgb(245, 250, 250);
  border-width : 2px;
  border-style : solid;
  border-color : gray;
  border-radius : 8px;
  float : left;
}

#div_zeimu{
  height : 160px;
  width : 120px;
  display : inline-block;
  float : left;
  border-right-width : 5px;
  border-right-style : double;
  border-right-color : gray;
}

#div_zeimu_title{
  padding-top : 9px;
  height : 24px;
  width : 120px;
  display : inline-block;
  font-size : 10pt;
  text-align : center;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
}

#div_zeimu_state{
  height : 130px;
  width : 120px;
  display : inline-block;
  font-size : 10pt;
  text-align : right;
}

#p_zeimu_state{
  margin-top : 20px;
  padding-left : 10px;
  height : 48px;
  width : 120px;
  display : inline-block;
  text-align : left;
  font-size : 12pt;
}

#t_zeimu_state{
  height : 24px;
  width : 100px;
  display : inline-block;
  text-align : center;
  ime-mode : active;
  border-style : none;
}




#div_shiharai_title{
  height : 160px;
  width : 100px;
  display : inline-block;
  float : left;
}

#div_shiharai_title_name{
  height : 58px;
  width : 100px;
  display : inline-block;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  text-align : center;
}

#p_shiharai_title_name{
  margin-top : 10px;
  height : 40px;
  width : 90px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
  line-height : 1.6;
}

#div_shiharai_title_number{
  height : 44px;
  width : 100px;
  display : inline-block;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  text-align : center;
}

#p_shiharai_title_number{
  margin-top : 6px;
  height : 30px;
  width : 90px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
  line-height : 1.4;

}


#div_shiharai_title_adr{
  margin-top : 0px;
  height : 58px;
  width : 100px;
  display : inline-block;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  text-align : center;
}

#p_shiharai_title_adr{
  margin-top : 9px;
  height : 40px;
  width : 90px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
  line-height : 1.6;
}

#div_shiharai_naiyou{
  height : 160px;
  width : 380px;
  display : inline-block;
  float : left;
}

#div_shiharai_naiyou_name{
  height : 58px;
  width : 380px;
  display : inline-block;
  border-right-width : 5px;
  border-right-style : double;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  text-align : center;
}

#p_shiharai_naiyou_name{
  margin-top : 4px;
  height : 47px;
  width : 380px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
}

#t_shiharai_name{
  padding-top : 6px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 6px;
  height : 36px;
  width : 340px;
  display : inline-block;
  text-align : left;
  line-height : 1.4;
  ime-mode : active;
  border-style : none;
}

#div_shiharai_naiyou_number{
  height : 44px;
  width : 380px;
  display : inline-block;
  border-right-width : 5px;
  border-right-style : double;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  text-align : center;
}

#p_shiharai_naiyou_number{
  margin-top : 2px;
  height : 37px;
  width : 380px;
  display : inline-block;
  color : rgb(100, 200, 220);
  text-align : center;
  font-size : 7pt;
  letter-spacing : -1px;
}

#t_shiharai_number{
  margin-top : 2px;
  padding-top : 4px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 4px;
  height : 16px;
  width : 300px;
  display : inline-block;
  text-align : center;
  line-height : 1.4;
  ime-mode : inactive;
  border-style : none;
}

#div_shiharai_naiyou_adr{
  margin-top : 0px;
  height : 58px;
  width : 380px;
  display : inline-block;
  border-right-width : 5px;
  border-right-style : double;
  border-right-color : gray;
  text-align : left;
}

#p_shiharai_naiyou_adr{
  margin-top : 5px;
  height : 40px;
  width : 380px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
}

#t_shiharai_adr{
  padding-top : 6px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 6px;
  height : 35px;
  width : 340px;
  display : inline-block;
  text-align : left;
  line-height : 1.4;
  ime-mode : active;
  border-style : none;
}

#div_uketori_title{
  height : 160px;
  width : 100px;
  display : inline-block;
  float : left;
}

#div_uketori_title_name{
  height : 80px;
  width : 100px;
  display : inline-block;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  text-align : center;
}

#p_uketori_title_name{
  margin-top : 16px;
  height : 40px;
  width : 90px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
  line-height : 2;
}


#div_uketori_title_adr{
  margin-top : 0px;
  height : 80px;
  width : 100px;
  display : inline-block;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  text-align : center;
}

#p_uketori_title_adr{
  margin-top : 16px;
  height : 40px;
  width : 90px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
  line-height : 2;
}

#div_uketori_naiyou{
  height : 160px;
  width : 380px;
  display : inline-block;
  float : left;
}


#div_uketori_naiyou_kana{
  height : 30px;
  width : 392px;
  display : inline-block;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  text-align : center;
}

#p_uketori_naiyou_kana{
  margin-top : 6px;
  margin-left : 6px;
  height : 16px;
  width : 380px;
  display : inline-block;
  text-align : left;
  font-size : 9pt;
}

#t_uketori_kana{
  padding-left : 10px;
  height : 16px;
  width : 340px;
  display : inline-block;
  text-align : left;
  ime-mode : active;
  border-style : none;
}

#div_uketori_naiyou_name{
  height : 49px;
  width : 392px;
  display : inline-block;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  text-align : center;
}

#p_uketori_naiyou_name{
  margin-top : 16px;
  margin-left : 6px;
  height : 30px;
  width : 380px;
  display : inline-block;
  text-align : left;
  font-size : 9pt;
}

#t_uketori_name{
  margin-top : -2px;
  padding-left : 10px;
  height : 24px;
  width : 340px;
  display : inline-block;
  text-align : left;
  ime-mode : active;
  border-style : none;
}



#div_uketori_naiyou_adr{
  margin-top : 0px;
  height : 80px;
  width : 386px;
  display : inline-block;
}

#p_uketori_naiyou_adr{
  margin-top : 14px;
  padding-left : 6px;
  height : 46px;
  width : 380px;
  display : inline-block;
  text-align : center;
}


#t_uketori_adr{
  padding-top : 6px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 6px;
  height : 38px;
  width : 350px;
  display : inline-block;
  text-align : left;
  line-height : 1.4;
  ime-mode : active;
  border-style : none;
}

#div_base_subblock{
  margin-left : 0px;
  height : 162px;
  width : 242px;
  display : inline-block;
  float : left;
}

#div_base_option{
  margin-top : 20px;
  margin-left : 36px;
  height : 120px;
  width : 200px;
  display : inline-block;
  text-align : center;
  background-color : rgb(245, 250, 250);
  border-width : 3px;
  border-style : solid;
  border-color : rgb(210, 240, 240);
  border-radius : 8px;
  float : left;
}

#p_base_option{
  margin-top : 8px;
  height : 100px;
  width : 180px;
  display : inline-block;
  text-align : left;
  color : rgb(180, 210, 210);
  font-size : 10pt;
}

#c_base_option{
  margin-right : 6px;
}

#span_asterisk_0{
  color : rgb(125, 210, 110);
  font-size : 12pt;
}

#span_asterisk_1{
  display : inline-block;
  float : left;
  color : rgb(125, 210, 110);
  font-size : 12pt;
}

#span_asterisk_2{
  color : rgb(125, 210, 110);
  font-size : 12pt;
}

#span_asterisk_3{
  display : inline-block;
  float : left;
  color : rgb(125, 210, 110);
  font-size : 12pt;
}

#span_asterisk_4{
  color : rgb(125, 210, 110);
  font-size : 12pt;
}


/*********************************/

#div_option_area{
  text-align : left;
  height : 940px;
  width : 1536px;
  display : inline-block;
}


#div_part_left_block{
  margin-left : 20px;
  text-align : center;
  height : 940px;
  width : 820px;
  display : inline-block;
  float : left;
}


#div_seimeihoken_block{
  margin-top : 10px;
  height : 800px;
  width : 806px;
  display : inline-block;
  background-color : rgb(252, 252, 220);
  border-width : 2px;
  border-style : solid;
  border-color : gray;
  border-radius : 8px;
  text-align : center;
  float : left;
}

#div_seimeihoken_block_title{
  height : 800px;
  width : 30px;
  display : inline-block;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  text-align : center;
  float : left;
}

#p_seimeihoken_block_title{
  margin-top : 180px;
  height : 730px;
  width : 20px;
  display : inline-block;
  text-align : center;
  line-height : 4;
  font-size : 12pt;
  font-weight : bold;
}

#div_seimeihoken_block_naiyou{
  height : 800px;
  width : 774px;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_seimeihoken_title{
  height : 90px;
  width : 774px;
  display : inline-block;
  text-align : center;
}

#div_seimeihoken_title_meisyou{
  height : 90px;
  width : 133px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;

}

#p_seimeihoken_title_meisyou{
  margin-top : 20px;
  height : 50px;
  width : 70px;
  display : inline-block;
  text-align : center;
  line-height : 2;
  font-size : 10pt;
}

#div_seimeihoken_title_type{
  height : 90px;
  width : 86px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_title_type{
  margin-top : 20px;
  height : 50px;
  width : 84px;
  display : inline-block;
  text-align : center;
  line-height : 2;
  font-size : 10pt;
}

#div_seimeihoken_title_kikan{
  height : 90px;
  width : 46px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_title_kikan{
  margin-top : 14px;
  height : 50px;
  width : 44px;
  display : inline-block;
  text-align : center;
  line-height : 1.4;
  font-size : 8pt;
}

#div_seimeihoken_title_keiyakuname{
  height : 90px;
  width : 114px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_title_keiyakuname{
  margin-top : 20px;
  height : 50px;
  width : 100px;
  display : inline-block;
  text-align : center;
  line-height : 2;
  letter-spacing : -1px;
  font-size : 10pt;
}

#div_seimeihoken_title_uketori{
  height : 90px;
  width : 202px;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_seimeihoken_title_uketori_row0{
  height : 44px;
  width : 201px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
}

#p_seimeihoken_title_uketori_dub{
  margin-top : 14px;
  height : 24px;
  width : 200px;
  display : inline-block;
  text-align : center;
  letter-spacing : 6px;
  font-size : 10pt;
}

#div_seimeihoken_title_uketori_row1{
  height : 45px;
  width : 204px;
  display : inline-block;
  text-align : center;
}

#div_seimeihoken_title_uketori_name{
  height : 45px;
  width : 150px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_title_uketori_name{
  margin-top : 15px;
  margin-left : 40px;
  height : 30px;
  width : 140px;
  display : inline-block;
  text-align : center;
  font-size : 10pt;
  letter-spacing : 4em;
}


#div_seimeihoken_title_uketori_tudukigara{
  height : 45px;
  width : 50px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_title_uketori_tudukigara{
  margin-top : 6px;
  height : 30px;
  width : 48px;
  display : inline-block;
  text-align : center;
  font-size : 7pt;
  letter-spacing : -0.5px;
  line-height : 1.4;
}

#div_seimeihoken_title_kubun{
  height : 90px;
  width : 36px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_title_kubun{
  margin-top : 12px;
  height : 50px;
  width : 34px;
  display : inline-block;
  text-align : center;
  line-height : 1.6;
  font-size : 8pt;
}

#div_seimeihoken_title_kingaku{
  height : 90px;
  width : 116px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_title_kingaku{
  margin-top : 14px;
  height : 50px;
  width : 114px;
  display : inline-block;
  text-align : center;
  line-height : 1.3;
  letter-spacing : -2px;
  font-size : 7pt;
}

#div_seimeihoken_title_kakunin{
  height : 90px;
  width : 34px;
  display : inline-block;
  text-align : center;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_title_kakunin{
  margin-top : 16px;
  height : 60px;
  width : 30px;
  text-align : center;
  line-height : 1.6;
  font-size : 7pt;
  display : inline-block;
}

#div_seimeihoken_ippan_area{
  margin-top : -1px;
  height : 220px;
  width : 773px;
  display : inline-block;
  text-align : center;
  float : left;

}

#div_seimeihoken_ippan_area_title{
  margin-top : 0px;
  height : 223px;
  width : 26px;
  display : inline-block;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  text-align : center;
  float : left;
}

#p_seimeihoken_ippan_area_title{
  margin-top : 42px;
  height : 140px;
  width : 20px;
  display : inline-block;
  text-align : center;
  line-height : 1.2;
  font-size : 10pt;
}

#div_seimeihoken_ippan_area_naiyou{
  margin-top : 0px;
  height : 224px;
  width : 740px;
  display : inline-block;
  border-width : 1px;
  float : left;
}

.div_seimeihoken_ippan_area_naiyou_row{
  margin-top : 0px;
  height : 36px;
  width : 744px;
  display : inline-block;
  float : left;
}

.div_seimeihoken_ippan_area_naiyou_row_meisyou{
  height : 36px;
  width : 105px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_ippan_area_naiyou_row_meisyou{
  margin-top : 5px;
  height : 28px;
  width : 103px;
  display : inline-block;
  text-align : center;
  line-height : 1.6;
  font-size : 10pt;
}

.t_seimeihoken_ippan_area_naiyou_row_meisyou{
  margin-top : 2px;
  height : 20px;
  width : 99px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_seimeihoken_ippan_area_naiyou_row_type{
  height : 36px;
  width : 86px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_ippan_area_naiyou_row_type{
  margin-top : 5px;
  height : 28px;
  width : 84px;
  display : inline-block;
  text-align : center;
  line-height : 1.6;
  font-size : 10pt;
}

.t_seimeihoken_ippan_area_naiyou_row_type{
  margin-top : 2px;
  height : 20px;
  width : 80px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_seimeihoken_ippan_area_naiyou_row_kikan{
  height : 36px;
  width : 46px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_ippan_area_naiyou_row_kikan{
  margin-top : 5px;
  height : 28px;
  width : 44px;
  display : inline-block;
  text-align : center;
  line-height : 1.2;
  font-size : 9pt;
}

.t_seimeihoken_ippan_area_naiyou_row_kikan{
  margin-top : 2px;
  height : 20px;
  width : 40px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_seimeihoken_ippan_area_naiyou_row_keiyakuname{
  height : 36px;
  width : 114px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_ippan_area_naiyou_row_keiyakuname{
  margin-top : 5px;
  height : 28px;
  width : 112px;
  display : inline-block;
  text-align : center;
  line-height : 1.6;
  font-size : 10pt;
}

.t_seimeihoken_ippan_area_naiyou_row_keiyakuname{
  margin-top : 2px;
  height : 20px;
  width : 108px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_seimeihoken_ippan_area_naiyou_row_uketori_name{
  height : 36px;
  width : 150px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_ippan_area_naiyou_row_uketori_name{
  margin-top : 5px;
  height : 28px;
  width : 148px;
  display : inline-block;
  text-align : center;
  font-size : 10pt;
  letter-spacing : 4em;

}

.t_seimeihoken_ippan_area_naiyou_row_uketori_name{
  margin-top : 2px;
  height : 20px;
  width : 144px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}


.div_seimeihoken_ippan_area_naiyou_row_uketori_tudukigara{
  height : 36px;
  width : 50px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_ippan_area_naiyou_row_uketori_tudukigara{
  margin-top : 5px;
  height : 28px;
  width : 48px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  line-height : 1.4;
}

.t_seimeihoken_ippan_area_naiyou_row_uketori_tudukigara{
  margin-top : 2px;
  height : 20px;
  width : 44px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_seimeihoken_ippan_area_naiyou_row_kubun{
  height : 36px;
  width : 36px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_ippan_area_naiyou_row_kubun{
  margin-top : 5px;
  height : 28px;
  width : 34px;
  display : inline-block;
  text-align : center;
  line-height : 1.6;
  font-size : 9pt;
}

.s_seimeihoken_ippan_area_naiyou_row_kubun{
  margin-top : 4px;
  height : 20px;
  width : 32px;
  display : inline-block;
}

.div_seimeihoken_ippan_area_naiyou_row_kingaku{
  height : 36px;
  width : 116px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_ippan_area_naiyou_row_kingaku{
  margin-top : 5px;
  height : 28px;
  width : 114px;
  display : inline-block;
  text-align : left;
  font-size : 8pt;
}

.t_seimeihoken_ippan_area_naiyou_row_kingaku{
  margin-top : 2px;
  margin-right : 4px;
  height : 20px;
  width : 78px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}

.div_seimeihoken_ippan_area_naiyou_row_kakunin{
  height : 36px;
  width : 32px;
  display : inline-block;
  text-align : center;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_ippan_area_naiyou_row_kakunin{
  margin-top : 5px;
  height : 20px;
  width : 30px;
  display : inline-block;
  text-align : center;
}



#div_seimeihoken_ippan_area_naiyou_row4{
  margin-top : 0px;
  height : 38px;
  width : 744px;
  display : inline-block;
  float : left;
}


#div_seimeihoken_ippan_area_naiyou_row4_a_sumtitle{
  margin-top : 0px;
  height : 37px;
  width : 94px;
  display : inline-block;
  text-align : center;
  border-top-width : 2px;
  border-top-style : solid;
  border-top-color : gray;
  border-left-width : 2px;
  border-left-style : solid;
  border-left-color : gray;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_ippan_area_naiyou_row4_a_sumtitle{
  margin-top : 7px;
  height : 26px;
  width : 92px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  line-height : 1.2;
}

#div_seimeihoken_ippan_area_naiyou_row4_a_sum{
  margin-top : 0px;
  height : 37px;
  width : 108px;
  display : inline-block;
  text-align : center;
  border-top-width : 2px;
  border-top-style : solid;
  border-top-color : gray;
  border-right-width : 2px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_ippan_area_naiyou_row4_a_sum{
  margin-top : 7px;
  height : 26px;
  width : 106px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
}

#t_seimeihoken_ippan_area_naiyou_row4_a_sum{
  margin-top : 2px;
  margin-right : 2px;
  height : 20px;
  width : 70px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}

#div_seimeihoken_ippan_area_naiyou_row4_keisannote{
  margin-top : 2px;
  height : 38px;
  width : 178px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_ippan_area_naiyou_row4_keisannote{
  margin-top : 6px;
  height : 30px;
  width : 176px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  line-height : 1.2;
}



#div_seimeihoken_ippan_area_naiyou_row4_newsum{
  height : 40px;
  width : 138px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_ippan_area_naiyou_row4_newsum_note{
  margin-top : 1px;
  margin-bottom : 0px;
  height : 14px;
  width : 136px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  float : left;
}

#p_seimeihoken_ippan_area_naiyou_row4_newsum{
  margin-top : 1px;
  height : 18px;
  width : 136px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
  float : left;
}

#t_seimeihoken_ippan_area_naiyou_row4_newsum{
  margin-top : 0px;
  margin-left : 4px;
  margin-right : 6px;
  height : 18px;
  width : 90px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}


#div_seimeihoken_ippan_area_naiyou_row4_kingakusumtitle{
  margin-top : 0px;
  height : 40px;
  width : 80px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_ippan_area_naiyou_row4_kingakusumtitle{
  margin-top : 13px;
  height : 24px;
  width : 77px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
}

#div_seimeihoken_ippan_area_naiyou_row4_kingakusum{
  height : 40px;
  width : 138px;
  display : inline-block;
  text-align : center;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_ippan_area_naiyou_row4_kingakusum_note{
  margin-top : 1px;
  margin-bottom : 0px;
  height : 14px;
  width : 136px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  float : left;
}

#p_seimeihoken_ippan_area_naiyou_row4_kingakusum{
  margin-top : 1px;
  height : 18px;
  width : 136px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
  float : left;
}

#t_seimeihoken_ippan_area_naiyou_row4_kingakusum{
  margin-top : 0px;
  margin-left : 4px;
  margin-right : 6px;
  height : 18px;
  width : 82px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}



#div_seimeihoken_ippan_area_naiyou_row5{
  margin-top : 0px;
  height : 40px;
  width : 744px;
  display : inline-block;
  float : left;
}


#div_seimeihoken_ippan_area_naiyou_row5_b_sumtitle{
  margin-top : 0px;
  height : 40px;
  width : 94px;
  display : inline-block;
  text-align : center;
  border-left-width : 2px;
  border-left-style : solid;
  border-left-color : gray;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_ippan_area_naiyou_row5_b_sumtitle{
  margin-top : 10px;
  height : 26px;
  width : 92px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  line-height : 1.2;
}

#div_seimeihoken_ippan_area_naiyou_row5_b_sum{
  margin-top : 0px;
  height : 40px;
  width : 108px;
  display : inline-block;
  text-align : center;
  border-right-width : 2px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_ippan_area_naiyou_row5_b_sum{
  margin-top : 9px;
  height : 26px;
  width : 106px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
}

#t_seimeihoken_ippan_area_naiyou_row5_b_sum{
  margin-top : 2px;
  margin-right : 2px;
  height : 20px;
  width : 70px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}

#div_seimeihoken_ippan_area_naiyou_row5_keisannote{
  margin-top : 2px;
  height : 39px;
  width : 178px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_ippan_area_naiyou_row5_keisannote{
  margin-top : 8px;
  height : 50px;
  width : 176px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  line-height : 1.2;
}



#div_seimeihoken_ippan_area_naiyou_row5_oldsum{
  margin-top : 1px;
  height : 40px;
  width : 138px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_ippan_area_naiyou_row5_oldsum_note{
  margin-top : 2px;
  margin-bottom : 0px;
  height : 14px;
  width : 136px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  float : left;
}

#p_seimeihoken_ippan_area_naiyou_row5_oldsum{
  margin-top : 1px;
  height : 18px;
  width : 136px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
  float : left;
}

#t_seimeihoken_ippan_area_naiyou_row5_oldsum{
  margin-top : 0px;
  margin-left : 4px;
  margin-right : 6px;
  height : 18px;
  width : 90px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}


#div_seimeihoken_ippan_area_naiyou_row5_kingakusumtitle{
  margin-top : 1px;
  height : 40px;
  width : 80px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_ippan_area_naiyou_row5_kingakusumtitle{
  margin-top : 8px;
  height : 26px;
  width : 77px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  line-height : 1.2;
}

#div_seimeihoken_ippan_area_naiyou_row5_kingakusum{
  margin-top : 1px;
  height : 40px;
  width : 138px;
  display : inline-block;
  text-align : center;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}


#p_seimeihoken_ippan_area_naiyou_row5_kingakusum{
  margin-top : 12px;
  height : 24px;
  width : 136px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
}

#t_seimeihoken_ippan_area_naiyou_row5_kingakusum{
  margin-top : 0px;
  margin-left : 4px;
  margin-right : 6px;
  height : 20px;
  width : 90px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}



#div_seimeihoken_kaigo_area{
  margin-top : 4px;
  height : 149px;
  width : 773px;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_seimeihoken_kaigo_area_title{
  margin-top : 0px;
  height : 149px;
  width : 26px;
  display : inline-block;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  text-align : center;
  float : left;
}

#p_seimeihoken_kaigo_area_title{
  margin-top : 16px;
  height : 132px;
  width : 20px;
  display : inline-block;
  text-align : center;
  line-height : 1.2;
  font-size : 10pt;
}

#div_seimeihoken_kaigo_area_naiyou{
  margin-top : 1px;
  height : 113px;
  width : 740px;
  display : inline-block;
  border-width : 1px;
  float : left;
}

.div_seimeihoken_kaigo_area_naiyou_row{
  margin-top : 0px;
  height : 36px;
  width : 744px;
  display : inline-block;
  float : left;
}

.div_seimeihoken_kaigo_area_naiyou_row_meisyou{
  height : 36px;
  width : 105px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_kaigo_area_naiyou_row_meisyou{
  margin-top : 5px;
  height : 50px;
  width : 103px;
  display : inline-block;
  text-align : center;
  line-height : 1.6;
  font-size : 10pt;
}

.t_seimeihoken_kaigo_area_naiyou_row_meisyou{
  margin-top : 2px;
  height : 20px;
  width : 99px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_seimeihoken_kaigo_area_naiyou_row_type{
  height : 36px;
  width : 86px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_kaigo_area_naiyou_row_type{
  margin-top : 5px;
  height : 50px;
  width : 84px;
  display : inline-block;
  text-align : center;
  line-height : 1.6;
  font-size : 10pt;
}

.t_seimeihoken_kaigo_area_naiyou_row_type{
  margin-top : 2px;
  height : 20px;
  width : 80px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_seimeihoken_kaigo_area_naiyou_row_kikan{
  height : 36px;
  width : 46px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_kaigo_area_naiyou_row_kikan{
  margin-top : 5px;
  height : 50px;
  width : 44px;
  display : inline-block;
  text-align : center;
  line-height : 1.2;
  font-size : 9pt;
}

.t_seimeihoken_kaigo_area_naiyou_row_kikan{
  margin-top : 2px;
  height : 20px;
  width : 40px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_seimeihoken_kaigo_area_naiyou_row_keiyakuname{
  height : 36px;
  width : 114px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_kaigo_area_naiyou_row_keiyakuname{
  margin-top : 5px;
  height : 50px;
  width : 112px;
  display : inline-block;
  text-align : center;
  line-height : 1.6;
  font-size : 10pt;
}

.t_seimeihoken_kaigo_area_naiyou_row_keiyakuname{
  margin-top : 2px;
  height : 20px;
  width : 108px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_seimeihoken_kaigo_area_naiyou_row_uketori_name{
  height : 36px;
  width : 150px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_kaigo_area_naiyou_row_uketori_name{
  margin-top : 5px;
  height : 24px;
  width : 148px;
  display : inline-block;
  text-align : center;
  font-size : 10pt;
  letter-spacing : 4em;
}

.t_seimeihoken_kaigo_area_naiyou_row_uketori_name{
  margin-top : 2px;
  height : 20px;
  width : 144px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}


.div_seimeihoken_kaigo_area_naiyou_row_uketori_tudukigara{
  height : 36px;
  width : 50px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_kaigo_area_naiyou_row_uketori_tudukigara{
  margin-top : 5px;
  height : 24px;
  width : 48px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  line-height : 1.4;
}

.t_seimeihoken_kaigo_area_naiyou_row_uketori_tudukigara{
  margin-top : 2px;
  height : 20px;
  width : 44px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_seimeihoken_kaigo_area_naiyou_row_kubun{
  margin-top : 1px;
  height : 35px;
  width : 36px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
  background-color : rgb(245, 245, 245);
}



.div_seimeihoken_kaigo_area_naiyou_row_kingaku{
  height : 36px;
  width : 116px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_kaigo_area_naiyou_row_kingaku{
  margin-top : 5px;
  height : 28px;
  width : 114px;
  display : inline-block;
  text-align : left;
  font-size : 8pt;
}

.t_seimeihoken_kaigo_area_naiyou_row_kingaku{
  margin-top : 2px;
  margin-right : 4px;
  height : 20px;
  width : 78px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}

.div_seimeihoken_kaigo_area_naiyou_row_kakunin{
  height : 36px;
  width : 32px;
  display : inline-block;
  text-align : center;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_kaigo_area_naiyou_row_kakunin{
  margin-top : 5px;
  height : 20px;
  width : 30px;
  display : inline-block;
  text-align : center;
}



#div_seimeihoken_kaigo_area_naiyou_row3{
  margin-top : 0px;
  height : 40px;
  width : 744px;
  display : inline-block;
  float : left;
}


#div_seimeihoken_kaigo_area_naiyou_row3_c_sumtitle{
  margin-top : 0px;
  height : 37px;
  width : 103px;
  display : inline-block;
  text-align : center;
  border-top-width : 2px;
  border-top-style : solid;
  border-top-color : gray;
  border-left-width : 2px;
  border-left-style : solid;
  border-left-color : gray;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_kaigo_area_naiyou_row3_c_sumtitle{
  margin-top : 4px;
  height : 26px;
  width : 60px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
  line-height : 1.2;
}

#div_seimeihoken_kaigo_area_naiyou_row3_c_sum{
  margin-top : 0px;
  height : 37px;
  width : 108px;
  display : inline-block;
  text-align : center;
  border-top-width : 2px;
  border-top-style : solid;
  border-top-color : gray;
  border-right-width : 2px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_kaigo_area_naiyou_row3_c_sum{
  margin-top : 6px;
  height : 26px;
  width : 106px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
}

#t_seimeihoken_kaigo_area_naiyou_row3_c_sum{
  margin-top : 2px;
  margin-right : 2px;
  height : 20px;
  width : 70px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}

#div_seimeihoken_kaigo_area_naiyou_row3_blank{
  margin-top : 1px;
  height : 39px;
  width : 190px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
  background-color : rgb(245, 245, 245);
}



#div_seimeihoken_kaigo_area_naiyou_row3_kingakusumtitle{
  margin-top : 1px;
  height : 39px;
  width : 190px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_kaigo_area_naiyou_row3_kingakusumtitle{
  margin-top : 6px;
  height : 26px;
  width : 188px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  line-height : 1.2;
}

#div_seimeihoken_kaigo_area_naiyou_row3_kingakusum{
  margin-top : 1px;
  height : 39px;
  width : 145px;
  display : inline-block;
  text-align : center;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}


#p_seimeihoken_kaigo_area_naiyou_row3_kingakusum_note{
  margin-top : 1px;
  margin-bottom : 0px;
  height : 14px;
  width : 136px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  float : left;
}

#p_seimeihoken_kaigo_area_naiyou_row3_kingakusum{
  margin-top : 1px;
  height : 18px;
  width : 136px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
  float : left;
}

#t_seimeihoken_kaigo_area_naiyou_row3_kingakusum{
  margin-top : 0px;
  margin-left : 4px;
  margin-right : 6px;
  height : 18px;
  width : 90px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}












#div_seimeihoken_nenkin_area{
  margin-top : 0px;
  height : 202px;
  width : 774px;
  display : inline-block;
  text-align : center;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#div_seimeihoken_nenkin_area_title{
  margin-top : 0px;
  height : 202px;
  width : 26px;
  display : inline-block;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  text-align : center;
  float : left;
}

#p_seimeihoken_nenkin_area_title{
  margin-top : 46px;
  height : 90px;
  width : 20px;
  display : inline-block;
  text-align : center;
  line-height : 1.2;
  font-size : 10pt;
}

#div_seimeihoken_nenkin_area_naiyou{
  margin-top : 2px;
  height : 198px;
  width : 740px;
  display : inline-block;
  border-width : 1px;
  float : left;
}

.div_seimeihoken_nenkin_area_naiyou_row{
  margin-top : 0px;
  height : 40px;
  width : 744px;
  display : inline-block;
  float : left;
}

.div_seimeihoken_nenkin_area_naiyou_row_meisyou{
  height : 40px;
  width : 105px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_nenkin_area_naiyou_row_meisyou{
  margin-top : 7px;
  height : 30px;
  width : 103px;
  display : inline-block;
  text-align : center;
  line-height : 1.6;
  font-size : 10pt;
}

.t_seimeihoken_nenkin_area_naiyou_row_meisyou{
  margin-top : 2px;
  height : 20px;
  width : 99px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_seimeihoken_nenkin_area_naiyou_row_type{
  height : 40px;
  width : 86px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_nenkin_area_naiyou_row_type{
  margin-top : 7px;
  height : 30px;
  width : 84px;
  display : inline-block;
  text-align : center;
  line-height : 1.6;
  font-size : 10pt;
}

.t_seimeihoken_nenkin_area_naiyou_row_type{
  margin-top : 2px;
  height : 20px;
  width : 80px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_seimeihoken_nenkin_area_naiyou_row_kikan{
  height : 40px;
  width : 46px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_nenkin_area_naiyou_row_kikan{
  margin-top : 7px;
  height : 30px;
  width : 44px;
  display : inline-block;
  text-align : center;
  line-height : 1.2;
  font-size : 9pt;
}

.t_seimeihoken_nenkin_area_naiyou_row_kikan{
  margin-top : 2px;
  height : 20px;
  width : 40px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_seimeihoken_nenkin_area_naiyou_row_keiyakuname{
  height : 40px;
  width : 114px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_nenkin_area_naiyou_row_keiyakuname{
  margin-top : 7px;
  height : 30px;
  width : 112px;
  display : inline-block;
  text-align : center;
  line-height : 1.6;
  font-size : 10pt;
  float : left;
}

.t_seimeihoken_nenkin_area_naiyou_row_keiyakuname{
  margin-top : 2px;
  height : 20px;
  width : 108px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_seimeihoken_nenkin_area_naiyou_row_uketori_name{
  height : 40px;
  width : 150px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_nenkin_area_naiyou_row_uketori_name{
  margin-top : 1px;
  margin-bottom : 0px;
  height : 18px;
  width : 148px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  float : left;
}

.t_seimeihoken_nenkin_area_naiyou_row_uketori_name{
  margin-top : 0px;
  height : 16px;
  width : 144px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.p_seimeihoken_nenkin_area_naiyou_row_shikyu_date{
  margin-top : 0px;
  height : 18px;
  width : 148px;
  display : inline-block;
  text-align : center;
  font-size : 7pt;
}

.t_seimeihoken_nenkin_area_naiyou_row_shikyu_year{
  margin-top : 0px;
  height : 15px;
  width : 22px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : center;
}

.t_seimeihoken_nenkin_area_naiyou_row_shikyu_month{
  margin-top : 0px;
  height : 15px;
  width : 22px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : center;
}

.t_seimeihoken_nenkin_area_naiyou_row_shikyu_day{
  margin-top : 0px;
  height : 15px;
  width : 22px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : center;
}

.div_seimeihoken_nenkin_area_naiyou_row_uketori_tudukigara{
  height : 40px;
  width : 50px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_nenkin_area_naiyou_row_uketori_tudukigara{
  margin-top : 7px;
  height : 30px;
  width : 48px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  line-height : 1.4;
}

.t_seimeihoken_nenkin_area_naiyou_row_uketori_tudukigara{
  margin-top : 2px;
  height : 20px;
  width : 44px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_seimeihoken_nenkin_area_naiyou_row_kubun{
  height : 40px;
  width : 36px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_nenkin_area_naiyou_row_kubun{
  margin-top : 10px;
  height : 30px;
  width : 34px;
  display : inline-block;
  text-align : center;
  line-height : 1.6;
  font-size : 9pt;
}

.s_seimeihoken_nenkin_area_naiyou_row_kubun{
  height : 20px;
  width : 32px;
  display : inline-block;
}

.div_seimeihoken_nenkin_area_naiyou_row_kingaku{
  height : 40px;
  width : 116px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_nenkin_area_naiyou_row_kingaku{
  margin-top : 7px;
  height : 30px;
  width : 114px;
  display : inline-block;
  text-align : left;
  font-size : 8pt;
}

.t_seimeihoken_nenkin_area_naiyou_row_kingaku{
  margin-top : 2px;
  margin-right : 4px;
  height : 20px;
  width : 78px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}

.div_seimeihoken_nenkin_area_naiyou_row_kakunin{
  height : 40px;
  width : 32px;
  display : inline-block;
  text-align : center;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_seimeihoken_nenkin_area_naiyou_row_kakunin{
  margin-top : 7px;
  height : 30px;
  width : 30px;
  display : inline-block;
  text-align : center;
}



#div_seimeihoken_nenkin_area_naiyou_row3{
  margin-top : 0px;
  height : 38px;
  width : 744px;
  display : inline-block;
  float : left;
}


#div_seimeihoken_nenkin_area_naiyou_row3_d_sumtitle{
  margin-top : 0px;
  height : 37px;
  width : 94px;
  display : inline-block;
  text-align : center;
  border-top-width : 2px;
  border-top-style : solid;
  border-top-color : gray;
  border-left-width : 2px;
  border-left-style : solid;
  border-left-color : gray;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_nenkin_area_naiyou_row3_d_sumtitle{
  margin-top : 6px;
  height : 26px;
  width : 92px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  line-height : 1.2;
}

#div_seimeihoken_nenkin_area_naiyou_row3_d_sum{
  margin-top : 0px;
  height : 37px;
  width : 108px;
  display : inline-block;
  text-align : center;
  border-top-width : 2px;
  border-top-style : solid;
  border-top-color : gray;
  border-right-width : 2px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_nenkin_area_naiyou_row3_d_sum{
  margin-top : 6px;
  height : 26px;
  width : 106px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
}

#t_seimeihoken_nenkin_area_naiyou_row3_d_sum{
  margin-top : 2px;
  margin-right : 2px;
  height : 20px;
  width : 70px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}

#div_seimeihoken_nenkin_area_naiyou_row3_keisannote{
  margin-top : 2px;
  height : 37px;
  width : 178px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_nenkin_area_naiyou_row3_keisannote{
  margin-top : 6px;
  height : 50px;
  width : 176px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  line-height : 1.2;
}



#div_seimeihoken_nenkin_area_naiyou_row3_newsum{
  height : 39px;
  width : 138px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_nenkin_area_naiyou_row3_newsum_note{
  margin-top : 1px;
  margin-bottom : 0px;
  height : 14px;
  width : 136px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  float : left;
}

#p_seimeihoken_nenkin_area_naiyou_row3_newsum{
  margin-top : 1px;
  height : 18px;
  width : 136px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
  float : left;
}

#t_seimeihoken_nenkin_area_naiyou_row3_newsum{
  margin-top : 0px;
  margin-left : 4px;
  margin-right : 6px;
  height : 18px;
  width : 90px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}


#div_seimeihoken_nenkin_area_naiyou_row3_kingakusumtitle{
  margin-top : 0px;
  height : 39px;
  width : 80px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_nenkin_area_naiyou_row3_kingakusumtitle{
  margin-top : 12px;
  height : 26px;
  width : 77px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
}

#div_seimeihoken_nenkin_area_naiyou_row3_kingakusum{
  height : 39px;
  width : 138px;
  display : inline-block;
  text-align : center;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_seimeihoken_nenkin_area_naiyou_row3_kingakusum_note{
  margin-top : 1px;
  margin-bottom : 0px;
  height : 14px;
  width : 136px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  float : left;
}

#p_seimeihoken_nenkin_area_naiyou_row3_kingakusum{
  margin-top : 1px;
  height : 18px;
  width : 136px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
  float : left;
}

#t_seimeihoken_nenkin_area_naiyou_row3_kingakusum{
  margin-top : 0px;
  margin-left : 4px;
  margin-right : 6px;
  height : 18px;
  width : 90px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}



#div_seimeihoken_nenkin_area_naiyou_row4{
  margin-top : 2px;
  height : 38px;
  width : 744px;
  display : inline-block;
  float : left;
}


#div_seimeihoken_nenkin_area_naiyou_row4_e_sumtitle{
  margin-top : 0px;
  height : 40px;
  width : 94px;
  display : inline-block;
  text-align : center;
  border-left-width : 2px;
  border-left-style : solid;
  border-left-color : gray;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_seimeihoken_nenkin_area_naiyou_row4_e_sumtitle{
  margin-top : 9px;
  height : 26px;
  width : 92px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  line-height : 1.2;
}

#div_seimeihoken_nenkin_area_naiyou_row4_e_sum{
  margin-top : 0px;
  height : 40px;
  width : 108px;
  display : inline-block;
  text-align : center;
  border-right-width : 2px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_seimeihoken_nenkin_area_naiyou_row4_e_sum{
  margin-top : 8px;
  height : 26px;
  width : 106px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
}

#t_seimeihoken_nenkin_area_naiyou_row4_e_sum{
  margin-top : 2px;
  margin-right : 2px;
  height : 20px;
  width : 70px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}

#div_seimeihoken_nenkin_area_naiyou_row4_keisannote{
  margin-top : 2px;
  height : 37px;
  width : 178px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_seimeihoken_nenkin_area_naiyou_row4_keisannote{
  margin-top : 7px;
  height : 50px;
  width : 176px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  line-height : 1.2;
}



#div_seimeihoken_nenkin_area_naiyou_row4_oldsum{
  height : 39px;
  width : 138px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_seimeihoken_nenkin_area_naiyou_row4_oldsum_note{
  margin-top : 2px;
  margin-bottom : 0px;
  height : 14px;
  width : 136px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  float : left;
}

#p_seimeihoken_nenkin_area_naiyou_row4_oldsum{
  margin-top : 1px;
  height : 18px;
  width : 136px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
  float : left;
}

#t_seimeihoken_nenkin_area_naiyou_row4_oldsum{
  margin-top : 0px;
  margin-left : 4px;
  margin-right : 6px;
  height : 18px;
  width : 90px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}


#div_seimeihoken_nenkin_area_naiyou_row4_kingakusumtitle{
  margin-top : 0px;
  height : 39px;
  width : 80px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_seimeihoken_nenkin_area_naiyou_row4_kingakusumtitle{
  margin-top : 7px;
  height : 26px;
  width : 77px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  line-height : 1.2;
  letter-spacing : -1px;
}

#div_seimeihoken_nenkin_area_naiyou_row4_kingakusum{
  height : 39px;
  width : 138px;
  display : inline-block;
  text-align : center;
  float : left;
}


#p_seimeihoken_nenkin_area_naiyou_row4_kingakusum{
  margin-top : 12px;
  height : 24px;
  width : 136px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
}

#t_seimeihoken_nenkin_area_naiyou_row4_kingakusum{
  margin-top : 0px;
  margin-left : 4px;
  margin-right : 6px;
  height : 20px;
  width : 90px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}





#div_seimeihoken_koujyo_area{
  margin-top : 0px;
  height : 130px;
  width : 773px;
  display : inline-block;
  text-align : center;
  float : left;
}


#div_seimeihoken_koujyo_col0{
  margin-top : 0px;
  height : 130px;
  width : 154px;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_seimeihoken_koujyo_col0_row0{
  margin-top : 0px;
  height : 23px;
  width : 154px;
  display : inline-block;
  display : inline-block;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  text-align : center;
  float : left;
}

#p_seimeihoken_koujyo_col0_row0{
  margin-top : 2px;
  height : 20px;
  width : 152px;
  display : inline-block;
  font-size : 9pt;
  text-align : right;
  letter-spacing : 0.6em;
}

.div_seimeihoken_koujyo_td{
  margin-top : 0px;
  height : 20px;
  width : 154px;
  display : inline-block;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  text-align : center;
  float : left;
}

.p_seimeihoken_koujyo_td{
  margin-top : 1px;
  height : 20px;
  width : 152px;
  display : inline-block;
  font-size : 8pt;
  letter-spacing : -0.5px;
  text-align : center;
}



#div_seimeihoken_koujyo_col1{
  margin-top : 0px;
  height : 130px;
  width : 154px;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_seimeihoken_koujyo_col1_row0{
  margin-top : 0px;
  height : 23px;
  width : 154px;
  display : inline-block;
  display : inline-block;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  text-align : center;
}

#p_seimeihoken_koujyo_col1_row0{
  margin-top : 2px;
  height : 20px;
  width : 152px;
  display : inline-block;
  font-size : 9pt;
  text-align : left;
}



#div_seimeihoken_koujyo_col2{
  margin-top : 0px;
  height : 130px;
  width : 154px;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_seimeihoken_koujyo_col2_row0{
  margin-top : 0px;
  height : 23px;
  width : 154px;
  display : inline-block;
  display : inline-block;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  text-align : center;
}

#p_seimeihoken_koujyo_col2_row0{
  margin-top : 2px;
  height : 20px;
  width : 152px;
  display : inline-block;
  font-size : 9pt;
  text-align : right;
  letter-spacing : 0.6em;
}


#div_seimeihoken_koujyo_col3{
  margin-top : 0px;
  height : 130px;
  width : 154px;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_seimeihoken_koujyo_col3_row0{
  margin-top : 0px;
  height : 23px;
  width : 154px;
  display : inline-block;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  text-align : center;
}

#p_seimeihoken_koujyo_col3_row0{
  margin-top : 2px;
  height : 20px;
  width : 152px;
  display : inline-block;
  font-size : 9pt;
  text-align : left;
}


#div_seimeihoken_koujyo_sum{
  margin-top : 0px;
  height : 130px;
  width : 154px;
  display : inline-block;
  text-align : center;
  float : left;
}


#p_seimeihoken_koujyo_sum_text{
  margin-top : 4px;
  height : 60px;
  width : 152px;
  display : inline-block;
  font-size : 10pt;
  text-align : center;
  line-height : 1.5;
}


#p_seimeihoken_koujyo_sum_field{
  margin-top : 0px;
  padding-right : 8px;
  height : 40px;
  width : 150px;
  display : inline-block;
  font-size : 10pt;
  text-align : right;
  line-height : 2;
}

#t_seimeihoken_koujyo_sum{
  margin-top : 12px;
  margin-left : 6px;
  margin-right : 8px;
  height : 24px;
  width : 100px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}






#div_part_right_block{
  text-align : left;
  height : 940px;
  width : 680px;
  display : inline-block;
  float : left;
}


#div_jisinhoken_block{
  margin-top : 10px;
  height : 418px;
  width : 640px;
  display : inline-block;
  background-color : rgb(240, 255, 230);
  border-width : 2px;
  border-style : solid;
  border-color : gray;
  border-radius : 8px;
  text-align : center;
}

#div_jisinhoken_block_title{
  height : 418px;
  width : 28px;
  display : inline-block;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  text-align : center;
  float : left;
}

#p_jisinhoken_block_title{
  margin-top : 108px;
  height : 240px;
  width : 20px;
  display : inline-block;
  text-align : center;
  line-height : 1.8;
  font-size : 12pt;
  font-weight : bold;
}

#div_jisinhoken_block_naiyou{
  height : 408px;
  width : 610px;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_jisinhoken_row0{
  height : 90px;
  width : 612px;
  display : inline-block;
  text-align : center;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#div_jisinhoken_title_meisyou{
  height : 90px;
  width : 86px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_jisinhoken_title_meisyou{
  margin-top : 20px;
  height : 60px;
  width : 70px;
  display : inline-block;
  text-align : center;
  line-height : 2;
  font-size : 10pt;
}

#div_jisinhoken_title_type{
  height : 90px;
  width : 86px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_jisinhoken_title_type{
  margin-top : 20px;
  height : 60px;
  width : 84px;
  display : inline-block;
  text-align : center;
  line-height : 2;
  font-size : 10pt;
}

#div_jisinhoken_title_kikan{
  height : 90px;
  width : 46px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_jisinhoken_title_kikan{
  margin-top : 20px;
  height : 60px;
  width : 44px;
  display : inline-block;
  text-align : center;
  line-height : 2;
  font-size : 10pt;
}

#div_jisinhoken_title_keiyaku{
  height : 90px;
  width : 144px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#div_jisinhoken_title_keiyaku_upper{
  height : 40px;
  width : 144px;
  display : inline-block;
  text-align : center;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#div_jisinhoken_title_keiyaku_name{
  height : 40px;
  width : 143px;
  display : inline-block;
  text-align : center;
  float : left;
}

#p_jisinhoken_title_keiyaku_name{
  margin-top : 6px;
  height : 30px;
  width : 141px;
  display : inline-block;
  text-align : center;
  line-height : 1.4;
  font-size : 8pt;
  letter-spacing : 1px;
}

#div_jisinhoken_title_keiyaku_lower{
  height : 48px;
  width : 144px;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_jisinhoken_title_keiyaku_riyou{
  height : 49px;
  width : 103px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_jisinhoken_title_keiyaku_riyou{
  margin-top : 2px;
  height : 44px;
  width : 101px;
  display : inline-block;
  text-align : center;
  line-height : 1.6;
  font-size : 7pt;
  letter-spacing : -1px;
}

#div_jisinhoken_title_keiyaku_tudukigara{
  height : 49px;
  width : 39px;
  display : inline-block;
  text-align : center;
  float : left;
}

#p_jisinhoken_title_keiyaku_tudukigara{
  margin-top : 2px;
  height : 44px;
  width : 37px;
  display : inline-block;
  text-align : center;
  line-height : 1.6;
  font-size : 7pt;
}


#div_jisinhoken_title_kubun{
  height : 90px;
  width : 58px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_jisinhoken_title_kubun{
  margin-top : 8px;
  height : 70px;
  width : 53px;
  display : inline-block;
  text-align : left;
  line-height : 1.6;
  letter-spacing : -1px;
  font-size : 8pt;
}

#div_jisinhoken_title_kingaku{
  height : 90px;
  width : 136px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_jisinhoken_title_kingaku{
  margin-top : 6px;
  height : 80px;
  width : 134px;
  display : inline-block;
  text-align : center;
  line-height : 1.5;
  font-size : 8pt;
  letter-spacing : -1px;
}

#div_jisinhoken_title_kakunin{
  height : 90px;
  width : 47px;
  display : inline-block;
  text-align : center;
  float : left;
}

#p_jisinhoken_title_kakunin{
  margin-top : 8px;
  height : 80px;
  width : 45px;
  display : inline-block;
  text-align : center;
  line-height : 2.2;
  font-size : 8pt;
}

.div_jisinhoken_row{
  height : 61px;
  width : 612px;
  display : inline-block;
  text-align : center;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}


.div_jisinhoken_row_meisyou{
  height : 61px;
  width : 86px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

.p_jisinhoken_row_meisyou{
  margin-top : 16px;
  height : 36px;
  width : 84px;
  display : inline-block;
  text-align : center;
}

.t_jisinhoken_row_meisyou{
  margin-top : 6px;
  height : 20px;
  width : 78px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_jisinhoken_row_type{
  height : 61px;
  width : 86px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

.p_jisinhoken_row_type{
  margin-top : 16px;
  height : 36px;
  width : 84px;
  display : inline-block;
  text-align : center;
}

.t_jisinhoken_row_type{
  margin-top : 6px;
  height : 20px;
  width : 78px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_jisinhoken_row_kikan{
  height : 61px;
  width : 46px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

.p_jisinhoken_row_kikan{
  margin-top : 16px;
  height : 36px;
  width : 44px;
  display : inline-block;
  text-align : center;
}

.t_jisinhoken_row_kikan{
  margin-top : 6px;
  height : 20px;
  width : 38px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_jisinhoken_row_keiyaku{
  height : 61px;
  width : 144px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

.div_jisinhoken_row_keiyaku_name{
  height : 30px;
  width : 144px;
  display : inline-block;
  text-align : center;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_jisinhoken_row_keiyaku_name{
  margin-top : 2px;
  height : 26px;
  width : 140px;
  display : inline-block;
  text-align : center;
}

.t_jisinhoken_row_keiyaku_name{
  margin-top : 2px;
  height : 20px;
  width : 130px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}


.div_jisinhoken_row_keiyaku_riyou{
  height : 30px;
  width : 103px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

.p_jisinhoken_row_keiyaku_riyou{
  margin-top : 2px;
  height : 26px;
  width : 101px;
  display : inline-block;
  text-align : center;
}

.t_jisinhoken_row_keiyaku_riyou{
  margin-top : 2px;
  height : 20px;
  width : 90px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_jisinhoken_row_keiyaku_tudukigara{
  height : 30px;
  width : 39px;
  display : inline-block;
  text-align : center;
  float : left;
}

.p_jisinhoken_row_keiyaku_tudukigara{
  margin-top : 2px;
  height : 26px;
  width : 37px;
  display : inline-block;
  text-align : center;
}

.t_jisinhoken_row_keiyaku_tudukigara{
  margin-top : 2px;
  height : 20px;
  width : 30px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}


.div_jisinhoken_row_kubun{
  height : 61px;
  width : 57px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

.p_jisinhoken_row_kubun{
  margin-top : 16px;
  height : 38px;
  width : 55px;
  display : inline-block;
  text-align : left;
}

.s_jisinhoken_row_kubun{
  margin-top : 2px;
  height : 26px;
  width : 52px;
  display : inline-block;
  border-style : none;
}

.div_jisinhoken_row_kingaku{
  height : 61px;
  width : 136px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

.p_jisinhoken_row_kingaku{
  margin-top : 16px;
  height : 36px;
  width : 134px;
  display : inline-block;
  text-align : center;
  font-size : 9pt;
}

.t_jisinhoken_row_kingaku{
  margin-top : 2px;
  margin-right : 6px;
  height : 20px;
  width : 110px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}

.div_jisinhoken_row_kakunin{
  height : 61px;
  width : 47px;
  display : inline-block;
  text-align : center;
  float : left;
}

.p_jisinhoken_row_kakunin{
  margin-top : 16px;
  height : 36px;
  width : 45px;
  display : inline-block;
  text-align : center;
}



#div_jisinhoken_sum_jishinsum{
  height : 38px;
  width : 612px;
  display : inline-block;
  text-align : center;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}


#div_jisinhoken_sum_jishinsum_title{
  height : 38px;
  width : 456px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_jisinhoken_sum_jishinsum_title{
  margin-top : 11px;
  margin-left : 10px;
  height : 20px;
  width : 440px;
  display : inline-block;
  text-align : left;
  font-size : 9pt;
}

#div_jisinhoken_sum_jishinsum_kingaku{
  height : 35px;
  width : 142px;
  display : inline-block;
  text-align : center;
  float : left;
}

#p_jisinhoken_sum_jishinsum_kingaku{
  margin-top : 6px;
  height : 26px;
  width : 140px;
  display : inline-block;
  text-align : center;
  font-size : 10pt;
}

#t_jisinhoken_sum_jishinsum_kingaku{
  margin-top : 0px;
  margin-right : 6px;
  height : 20px;
  width : 100px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}

#div_jisinhoken_sum_kyutyoukisum{
  height : 38px;
  width : 612px;
  display : inline-block;
  text-align : center;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#div_jisinhoken_sum_kyutyoukisum_title{
  height : 38px;
  width : 456px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_jisinhoken_sum_kyutyoukisum_title{
  margin-top : 11px;
  margin-left : 10px;
  height : 20px;
  width : 440px;
  display : inline-block;
  text-align : left;
  font-size : 9pt;
}

#div_jisinhoken_sum_kyutyoukisum_kingaku{
  height : 36px;
  width : 142px;
  display : inline-block;
  text-align : center;
  float : left;
}

#p_jisinhoken_sum_kyutyoukisum_kingaku{
  margin-top : 6px;
  height : 26px;
  width : 140px;
  display : inline-block;
  text-align : center;
  font-size : 10pt;
}

#t_jisinhoken_sum_kyutyoukisum_kingaku{
  margin-top : 0px;
  margin-right : 6px;
  height : 20px;
  width : 100px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}


#div_jisinhoken_jishinkoujyo{
  height : 125px;
  width : 612px;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_jisinhoken_jishinkoujyo_title{
  height : 125px;
  width : 72px;
  display : inline-block;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  text-align : center;
  float : left;
}

#p_jisinhoken_jishinkoujyo_title{
  margin-top : 34px;
  height : 40px;
  width : 68px;
  display : inline-block;
  text-align : center;
  line-height : 1.8;
  font-size : 10pt;
}

#div_jisinhoken_jishinkoujyo_setumei{
  height : 124px;
  width : 525px;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_jisinhoken_jishinkoujyo_setumei_row1{
  height : 62px;
  width : 538px;
  display : inline-block;
  text-align : center;
  float : left;
}


#div_jisinhoken_jishinkoujyo_setumei_part1{
  height : 55px;
  width : 20px;
  display : inline-block;
  text-align : center;
  float : left;
}

#p_jisinhoken_jishinkoujyo_setumei_part1{
  margin-top : 8px;
  margin-left : 8px;
  height : 40px;
  width : 10px;
  display : inline-block;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : gray;
  border-radius : 8px 0px 0px 8px;
}

#div_jisinhoken_jishinkoujyo_setumei_part2{
  height : 55px;
  width : 180px;
  display : inline-block;
  text-align : center;
  float : left;
}

#p_jisinhoken_jishinkoujyo_setumei_part2_1{
  margin-top : 20px;
  margin-left : 0px;
  margin-right : 12px;
  height : 20px;
  width : 58px;
  display : inline-block;
  font-size : 10pt;
  text-align : center;
  float : left;
}

#p_jisinhoken_jishinkoujyo_setumei_part2_2{
  margin-top : 6px;
  margin-left : 0px;
  margin-right : 0px;
  height : 20px;
  width : 110px;
  display : inline-block;
  font-size : 9pt;
  text-align : center;
  line-height : 1.6;
  float : left;
}

#t_jisinhoken_kingaku_b{
  margin-top : 0px;
  margin-right : 6px;
  height : 20px;
  width : 80px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
}

#div_jisinhoken_jishinkoujyo_setumei_part3{
  height : 55px;
  width : 20px;
  display : inline-block;
  text-align : center;
  float : left;
}

#p_jisinhoken_jishinkoujyo_setumei_part3{
  margin-top : 8px;
  height : 40px;
  width : 10px;
  display : inline-block;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-radius : 0px 8px 8px 0px;
}

#div_jisinhoken_jishinkoujyo_setumei_part4{
  height : 55px;
  width : 20px;
  display : inline-block;
  text-align : center;
  float : left;
}

#p_jisinhoken_jishinkoujyo_setumei_part4{
  margin-top : 16px;
  margin-left : 4px;
  margin-right : 8px;
  height : 20px;
  width : 10px;
  display : inline-block;
  font-size : 18pt;
  font-weight : 100;
}

#div_jisinhoken_jishinkoujyo_setumei_part5{
  height : 55px;
  width : 20px;
  display : inline-block;
  text-align : center;
  float : left;
}

#p_jisinhoken_jishinkoujyo_setumei_part5{
  margin-top : 8px;
  margin-left : 8px;
  height : 40px;
  width : 10px;
  display : inline-block;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : gray;
  border-radius : 8px 0px 0px 8px;
}

#div_jisinhoken_jishinkoujyo_setumei_part6{
  height : 55px;
  width : 245px;
  display : inline-block;
  text-align : center;
  float : left;
}

#p_jisinhoken_jishinkoujyo_setumei_part6_1{
  margin-top : 10px;
  margin-left : 0px;
  margin-right : 4px;
  height : 40px;
  width : 120px;
  display : inline-block;
  font-size : 7pt;
  line-height : 1.2;
  text-align : left;
  float : left;
  overflow : hidden;
}

#p_jisinhoken_jishinkoujyo_setumei_part6_2{
  margin-top : 6px;
  margin-left : 0px;
  margin-right : 0px;
  height : 20px;
  width : 120px;
  display : inline-block;
  font-size : 10pt;
  text-align : center;
  line-height : 1.6;
  float : left;
}

#t_jisinhoken_kingaku_c{
  margin-top : 0px;
  margin-right : 6px;
  height : 20px;
  width : 80px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
}

#div_jisinhoken_jishinkoujyo_setumei_part7{
  height : 55px;
  width : 20px;
  display : inline-block;
  text-align : center;
  float : left;
}

#p_jisinhoken_jishinkoujyo_setumei_part7{
  margin-top : 8px;
  height : 40px;
  width : 10px;
  display : inline-block;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-radius : 0px 8px 8px 0px;
}

#div_jisinhoken_jishinkoujyo_setumei_row2{
  height : 62px;
  width : 538px;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_jisinhoken_jishinkoujyo_setumei_sum{
  margin-left : 340px;
  height : 55px;
  width : 26px;
  display : inline-block;
  text-align : center;
  float : left;
}

#p_jisinhoken_jishinkoujyo_setumei_sum{
  margin-top : 16px;
  margin-left : 0px;
  margin-right : 6px;
  height : 20px;
  width : 14px;
  display : inline-block;
  font-size : 18pt;
  font-weight : 100;
}

#p_jisinhoken_jishinkoujyo_setumei{
  margin-top : 12px;
  height : 406px;
  width : 508px;
  display : inline-block;
  text-align : center;
  line-height : 1.4;
  font-size : 10pt;
}

#div_jisinhoken_koujyosum{
  height : 62px;
  width : 170px;
  display : inline-block;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : gray;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : gray;
  text-align : center;
  float : left;
}

#p_jisinhoken_koujyosum_note{
  margin-top : 4px;
  margin-bottom : 0px;
  height : 12px;
  width : 170px;
  display : inline-block;
  text-align : center;
  font-size : 10pt;
}

#p_jisinhoken_koujyosum{
  margin-top : 4px;
  height : 20px;
  width : 170px;
  display : inline-block;
  text-align : center;
  font-size : 10pt;
}

#t_jisinhoken_koujyosum{
  margin-top : 0px;
  margin-right : 6px;
  height : 20px;
  width : 120px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}


#div_koujyo_tyuigaki{
  margin-top : -10px;
  height : 20px;
  width : 806px;
  display : inline-block;
  text-align : center;
  float : left;
}

#p_koujyo_tyuigaki{
  height : 20px;
  width : 700px;
  display : inline-block;
  text-align : left;
  font-size : 10pt;
  color : rgb(70, 200, 205);
}



#div_syakaihoken_block{
  margin-top : 10px;
  height : 140px;
  width : 640px;
  display : inline-block;
  background-color : rgb(240, 246, 246);
  border-width : 2px;
  border-style : solid;
  border-color : gray;
  border-radius : 8px;
  text-align : center;
  float : left;

}

#div_syakaihoken_block_title{
  height : 140px;
  width : 28px;
  display : inline-block;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  text-align : center;
  float : left;
}

#p_syakaihoken_block_title{
  margin-top : 8px;
  height : 130px;
  width : 26px;
  display : inline-block;
  text-align : center;
  line-height : 1.2;
  font-size : 11pt;
  font-weight : bold;
}

#div_syakaihoken_block_naiyou{
  height : 139px;
  width : 611px;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_syakaihoken_row0{
  height : 42px;
  width : 611px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_syakaihoken_title_type{
  height : 42px;
  width : 96px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_syakaihoken_title_type{
  margin-top : 4px;
  height : 34px;
  width : 80px;
  display : inline-block;
  text-align : center;
  line-height : 1.3;
  font-size : 10pt;
  overflow : hidden;
}

#div_syakaihoken_title_shiharaisaki{
  height : 42px;
  width : 138px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_syakaihoken_title_shiharaisaki{
  margin-top : 4px;
  height : 34px;
  width : 130px;
  display : inline-block;
  text-align : center;
  line-height : 1.3;
  font-size : 10pt;
  overflow : hidden;
}

#div_syakaihoken_title_futansya{
  height : 42px;
  width : 210px;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_syakaihoken_title_futansya_row0{
  height : 20px;
  width : 210px;
  display : inline-block;
  text-align : center;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_syakaihoken_title_futansya_dub{
  margin-top : 3px;
  height : 13px;
  width : 208px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
  overflow : hidden;
}

#div_syakaihoken_title_futansya_row1{
  margin-top : 0px;
  height : 20px;
  width : 208px;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_syakaihoken_title_futansya_name{
  margin-top : 0px;
  height : 21px;
  width : 120px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_syakaihoken_title_futansya_name{
  margin-top : 4px;
  height : 15px;
  width : 118px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
}

#div_syakaihoken_title_futansya_tudukigara{
  height : 20px;
  width : 87px;
  display : inline-block;
  text-align : center;
  float : left;
}

#p_syakaihoken_title_futansya_tudukigara{
  margin-top : 5px;
  height : 14px;
  width : 76px;
  display : inline-block;
  text-align : center;
  font-size : 8pt;
}

#div_syakaihoken_title_kingaku{
  height : 42px;
  width : 164px;
  display : inline-block;
  text-align : center;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_syakaihoken_title_kingaku{
  margin-top : 4px;
  height : 30px;
  width : 140px;
  display : inline-block;
  text-align : center;
  line-height : 1.2;
  font-size : 10pt;
}

.div_syakaihoken_row{
  height : 31px;
  width : 611px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  display : inline-block;
  text-align : center;
  float : left;
}

.div_syakaihoken_row_type{
  height : 31px;
  width : 96px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

.p_syakaihoken_row_type{
  margin-top : 4px;
  height : 28px;
  width : 94px;
  display : inline-block;
  text-align : center;
  font-size : 10pt;
}

.t_syakaihoken_row_type{
  margin-top : 0px;
  height : 20px;
  width : 86px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_syakaihoken_row_shiharaisaki{
  height : 31px;
  width : 138px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_syakaihoken_row_shiharaisaki{
  margin-top : 4px;
  height : 28px;
  width : 136px;
  display : inline-block;
  text-align : center;
  font-size : 10pt;
}

.t_syakaihoken_row_shiharaisaki{
  margin-top : 0px;
  height : 20px;
  width : 130px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_syakaihoken_row_futansya_name{
  height : 31px;
  width : 120px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_syakaihoken_row_futansya_name{
  margin-top : 4px;
  height : 28px;
  width : 118px;
  display : inline-block;
  text-align : center;
  font-size : 10pt;
}

.t_syakaihoken_row_futansya_name{
  margin-top : 0px;
  height : 20px;
  width : 114px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_syakaihoken_row_futansya_tudukigara{
  height : 31px;
  width : 89px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_syakaihoken_row_futansya_tudukigara{
  margin-top : 4px;
  height : 28px;
  width : 86px;
  display : inline-block;
  text-align : center;
  font-size : 10pt;
}

.t_syakaihoken_row_futansya_tudukigara{
  margin-top : 0px;
  height : 20px;
  width : 80px;
  display : inline-block;
  border-style : none;
  ime-mode : active;
  text-align : center;
}

.div_syakaihoken_row_kingaku{
  height : 31px;
  width : 164px;
  display : inline-block;
  text-align : center;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

.p_syakaihoken_row_kingaku{
  margin-top : 4px;
  padding-left : 10px;
  height : 28px;
  width : 150px;
  display : inline-block;
  text-align : left;
  font-size : 10pt;
}

.t_syakaihoken_row_kingaku{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 4px;
  height : 20px;
  width : 120px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}



#div_syakaihoken_row3{
  height : 32px;
  width : 611px;
  display : inline-block;
  text-align : center;
  float : left;
}



#div_syakaihoken_row3_sum{
  height : 33px;
  width : 446px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_syakaihoken_row3_sum{
  margin-top : 6px;
  height : 24px;
  width : 433px;
  display : inline-block;
  text-align : center;
  letter-spacing : 2px;
  font-size : 12pt;
}



#div_syakaihoken_row3_kingaku{
  height : 32px;
  width : 159px;
  display : inline-block;
  text-align : center;
  float : left;
}

#p_syakaihoken_row3_kingaku{
  margin-top : 5px;
  padding-left : 10px;
  height : 26px;
  width : 148px;
  display : inline-block;
  text-align : left;
  font-size : 10pt;
}

#t_syakaihoken_row3_kingaku{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 4px;
  height : 20px;
  width : 120px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}





#div_kyosai_block{
  margin-top : 8px;
  height : 212px;
  width : 640px;
  display : inline-block;
  background-color : rgb(246, 240, 255);
  border-width : 2px;
  border-style : solid;
  border-color : gray;
  border-radius : 8px;
  text-align : center;
  float : left;
}

#div_kyosai_block_title{
  height : 212px;
  width : 28px;
  display : inline-block;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  text-align : center;
  float : left;
}

#p_kyosai_block_title{
  margin-top : 2px;
  height : 208px;
  width : 18px;
  display : inline-block;
  text-align : center;
  line-height : 1.3;
  font-size : 10pt;
  font-weight : bold;
}


#div_kyosai_block_naiyou{
  height : 212px;
  width : 611px;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_kyosai_row0{
  height : 42px;
  width : 611px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_kyosai_title_type{
  height : 42px;
  width : 447px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_kyosai_title_type{
  margin-top : 12px;
  height : 26px;
  width : 445px;
  display : inline-block;
  font-size : 11pt;
  text-align : center;
}

#div_kyosai_title_kingaku{
  height : 42px;
  width : 162px;
  display : inline-block;
  text-align : center;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  float : left;
}

#p_kyosai_title_kingaku{
  margin-top : 2px;
  height : 30px;
  width : 160px;
  display : inline-block;
  font-size : 10pt;
  text-align : center;
  line-height : 1.4;
  letter-spacing : 1px;
}

#div_kyosai_row1{
  margin-top : 0px;
  height : 31px;
  width : 611px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_kyosai_dokuritu_type{
  height : 30px;
  width : 447px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_kyosai_dokuritu_type{
  margin-top : 6px;
  padding-left : 8px;
  height : 22px;
  width : 445px;
  display : inline-block;
  font-size : 10pt;
  text-align : center;
  letter-spacing : 1.6px;
}

#div_kyosai_dokuritu_kingaku{
  height : 30px;
  width : 162px;
  display : inline-block;
  text-align : center;
  float : left;
}

#p_kyosai_dokuritu_kingaku{
  margin-top : 4px;
  padding-left : 12px;
  height : 24px;
  width : 148px;
  display : inline-block;
  font-size : 10pt;
  text-align : left;
}

#t_kyosai_dokuritu_kingaku{
  margin-left : 0px;
  margin-right : 6px;
  height : 20px;
  width : 120px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}

#div_kyosai_row2{
  margin-top : 0px;
  height : 31px;
  width : 611px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_kyosai_kigyou_type{
  height : 31px;
  width : 447px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_kyosai_kigyou_type{
  margin-top : 6px;
  padding-left : 8px;
  height : 22px;
  width : 445px;
  display : inline-block;
  font-size : 10pt;
  text-align : center;
  letter-spacing : 3px;
}

#div_kyosai_kigyou_kingaku{
  height : 31px;
  width : 162px;
  display : inline-block;
  text-align : center;
  float : left;
}

#p_kyosai_kigyou_kingaku{
  margin-top : 4px;
  padding-left : 12px;
  height : 24px;
  width : 148px;
  display : inline-block;
  font-size : 10pt;
  text-align : left;
}

#t_kyosai_kigyou_kingaku{
  margin-left : 0px;
  margin-right : 6px;
  height : 20px;
  width : 120px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}

#div_kyosai_row3{
  margin-top : 0px;
  height : 31px;
  width : 611px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_kyosai_kojin_type{
  height : 30px;
  width : 447px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_kyosai_kojin_type{
  margin-top : 6px;
  padding-left : 8px;
  height : 22px;
  width : 445px;
  display : inline-block;
  font-size : 10pt;
  text-align : center;
  letter-spacing : 3px;
}

#div_kyosai_kojin_kingaku{
  height : 31px;
  width : 162px;
  display : inline-block;
  text-align : center;
  float : left;
}

#p_kyosai_kojin_kingaku{
  margin-top : 4px;
  padding-left : 12px;
  height : 24px;
  width : 148px;
  display : inline-block;
  font-size : 10pt;
  text-align : left;
}

#t_kyosai_kojin_kingaku{
  margin-left : 0px;
  margin-right : 6px;
  height : 20px;
  width : 120px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}


#div_kyosai_row4{
  margin-top : 0px;
  height : 31px;
  width : 611px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_kyosai_syougaisya_type{
  height : 30px;
  width : 447px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_kyosai_syougaisya_type{
  margin-top : 6px;
  padding-left : 8px;
  height : 22px;
  width : 445px;
  display : inline-block;
  font-size : 10pt;
  text-align : center;
  letter-spacing :4.5px;
}

#div_kyosai_syougaisya_kingaku{
  height : 30px;
  width : 162px;
  display : inline-block;
  text-align : center;
  float : left;
}

#p_kyosai_syougaisya_kingaku{
  margin-top : 4px;
  padding-left : 12px;
  height : 31px;
  width : 148px;
  display : inline-block;
  font-size : 10pt;
  text-align : left;
}

#t_kyosai_syougaisya_kingaku{
  margin-left : 0px;
  margin-right : 6px;
  height : 20px;
  width : 120px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}

#div_kyosai_row5{
  margin-top : 0px;
  height : 38px;
  width : 611px;
  display : inline-block;
  text-align : center;
  float : left;
}

#div_kyosai_sum_type{
  height : 41px;
  width : 447px;
  display : inline-block;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  float : left;
}

#p_kyosai_sum_type{
  margin-top : 9px;
  height : 26px;
  width : 445px;
  display : inline-block;
  font-size : 12pt;
  text-align : center;
  letter-spacing : 2px;
}

#div_kyosai_sum_kingaku{
  height : 40px;
  width : 162px;
  display : inline-block;
  text-align : center;
  float : left;
}

#p_kyosai_sum_kingaku{
  margin-top : 9px;
  padding-left : 7px;
  height : 28px;
  width : 148px;
  display : inline-block;
  font-size : 10pt;
  text-align : left;
}

#t_kyosai_sum_kingaku{
  margin-left : 0px;
  margin-right : 6px;
  height : 20px;
  width : 120px;
  display : inline-block;
  border-style : none;
  ime-mode : inactive;
  text-align : right;
}


.span_iw{
  font-weight : bold;
}
</pre></body></html>