html
{
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
}
body
{
  margin: 0px auto;
  padding: 0px;
  background: #FFFFFF;
  width: 800px;
  font-size: 11px;
  position: relative;
  color: #646464;
  font-family: "sans-serif";
  font-size: 12px;
  line-height: 1.5;
}


/* Header Area */
#areaHeader
{
  margin: 0px;
  padding: 0px;
  background: url("./images/bg_area_header.gif") no-repeat;
  height: 60px;
  position: relative;
  width: 800px;
}
#logoHeader
{
  margin: 0px;
  padding: 0px;
  text-indent: -10000px;
}
#logoHeader a
{
  display: block;
  width: 81px;
  height: 25px;
  position: absolute;
  top: 20px;
  left: 23px;
  background: url("./images/spacer.gif");
}
#menuHeader
{
  margin: 0px;
  padding: 0px;
  opacity: 0.3;
  position: absolute;
  top: 35px;
  left: 549px;
  list-style: none;
}
#menuHeader li
{
  margin: 0px;
  padding: 0px;
  height: 12px;
  position: absolute;
  text-indent: -10000px;
}
#menuHeader .gotoOfficialSite
{
  width: 142px;
  left: 0px;
}
#menuHeader .gotoQuery
{
  width: 64px;
  left: 163px;
}
#menuHeader li a
{
  display: block;
  height: 100%;
}



/* Contents Area */
#areaContents
{
  margin: 0px;
  padding: 0px;
}
#areaContents:after
 {
  content: "Clear Both";
  clear: both;
  display: block;
  width:0px;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
* html #areaContents
{
  height: 1%;
}
*+html #areaContents
{
  height: 1%;
}

#areaContents h2
{
  margin: 0px;
  padding: 0px;
  width: 800px;
  height: 197px;
  position: relative;
  text-indent: -10000px;
}


#contentsSub
{
  float: left;
  margin: 0px;
  padding: 0px;
  width: 200px;
}

#contentsSub h3
{
  margin: 0px;
  padding: 0px;
  width: 200px;
  height: 27px;
  text-indent: -10000px;
}
#titleMenuContents
{
  background: url("./images/title_menu_contents.gif");
}
#menuContents
{
  margin: 0px 0px 17px 0px;
  border: 1px solid #D9EFEF;
  border-width: 0px 0px 8px 0px;
  padding: 0px 25px 0px 20px;
  background: url("./images/bg_menu_contents.gif") left top #D9EFEF;
}
#menuContents li
{
  color: #AAAAAA;
}
#menuContents li.actual
{
  color: #646464;
}
#menuContents a
{
  color: #646464;
  text-decoration: none;
}
#menuContents a:hover
{
  text-decoration: underline;
}
#menuContents dt
{
  display: block;
  margin: 0px;
  padding: 0px;
  width: 155px;
  height: 30px;
  text-indent: -10000px;
}
#titleInterior
{
  background: url("./images/title_menu_contents_interior.gif") no-repeat;
}
#titleOverseas
{
  background: url("./images/title_menu_contents_overseas.gif") no-repeat;
}
#menuContents dd
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#menuContents ul
{
  margin: 0px 0px 0px 2.5em;
  padding: 0px 0px 0px 0px;
}
#menuContents ul li
{
  margin: 0px;
  padding: 0px;
}

#menuContents #menuInterior
{
  list-style: decimal;
  padding-bottom: 17px;
}
#menuContents #menuOverseas
{
  list-style: upper-alpha;
  padding-bottom: 12px;
}

#titleProfiles
{
  background: url("./images/title_profiles.gif") no-repeat;
}
#listProfiles
{
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
#listProfiles .nameKanji
{
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 25px;
  font-size: 16px;
}
#listProfiles dd
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 25px;
}
#listProfiles .job
{
  margin-top: 8px;
  border: 1px solid #80CBCB;
  border-width: 1px 0px 1px 0px;
}
#listProfiles .job ul
{
  margin: 0px 0px 0px 2em;
  padding: 10px 0px 10px 0px;
  list-style: decimal;
}
#listProfiles .gotoDetails
{
  margin: 10px 0px 0px 5px;
  padding: 0px;
}
#listProfiles .gotoDetails a
{
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 184px;
  height: 15px;
  background: url("./images/btn_goto_details_contents_sub.gif") no-repeat;
  line-height: 1;
  text-indent: -10000px;
}
#listProfiles .gotoToppage
{
  margin: 10px 0px 0px 5px;
  padding: 0px;
}
#listProfiles .gotoToppage a
{
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 132px;
  height: 14px;
  background: url("./images/btn_goto_toppage_contents_sub.gif") no-repeat;
  line-height: 1;
  text-indent: -10000px;
}

#contentsMain
{
  float: right;
  margin: 0px 0px 12px 0px;
  padding: 0px;
  width: 570px;
  position: relative;
}

/* Footer Area */
#areaFooter
{
  clear: both;
  margin: 0px;
  padding: 0px;
  background: url("./images/bg_area_footer.gif") no-repeat;
  width: 800px;
  height: 20px;
  position: relative;
  text-indent: -10000px;
}
#areaFooter .gotoPageTop
{
  display: block;
  background: url("./images/btn_goto_page_top.gif") no-repeat left top;
  width: 107px;
  height: 16px;
  position: absolute;
  top: -29px;
  right: 21px;
}
#areaFooter .gotoPageTop:hover
{
  background: url("./images/btn_goto_page_top.gif") no-repeat left -16px;
}
#areaFooter address a
{
  display: block;
  margin: 0px;
  padding: 0px;
  width: 62px;
  height: 9px;
  position: absolute;
  top: 6px;
  left: 20px;
  line-height: 1;
}





/* Top Page */
#pageToppage
{
  
}
#pageToppage #areaContents h2
{
  background: url("./images/header_page_toppage.jpg") no-repeat;
}
#pageToppage #contentsMain
{
  margin-bottom: 15px;
  width: 575px;
}
#pageToppage #contentsMain h3
{
  margin: 0px;
  padding: 0px;
  width: 575px;
  height: 60px;
  background: url("./images/header_content_toppage.gif") no-repeat;
  text-indent: -10000px;
}
#pageToppage #contentsMain h3 img
{
  display: block;
}
#pageToppage .section
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 30px 5px;
  background: url("./images/bg_section_toppage.gif") no-repeat left bottom;
}
#pageToppage .section p
{
  margin: 0px 0px 1em 0px;
}
#pageToppage .section img
{
  float: right;
  margin: -60px 0px 0px 0px;
}
#pageToppage #gotoInterior01
{
  margin: 0px;
  padding: 0px;
  position: relative;
  height: 24px;
}
#pageToppage #gotoInterior01 a
{
  display: block;
  margin: 0px;
  padding: 0px;
  width: 323px;
  height: 15px;
  background: url("./images/btn_goto_interior_01.gif") no-repeat;
  position: absolute;
  top: 9px;
  left: 123px;
  text-indent: -10000px;
}
#pageToppage #headerAboutThis
{
  margin: 30px 0px 0px 6px;
  padding: 0px;
  width: 562px;
  height: 35px;
  background: url("./images/header_about_this.gif") no-repeat;
  text-indent: -10000px;
}
#pageToppage #contentAboutThis
{
  margin: 0px 0px 0px 6px;
  padding: 10px 20px 20px 20px;
  background: url("./images/bg_content_about_this.gif") no-repeat left bottom;
}

/* Interior 01 */
.pageInterior #contentsMain
{
  width: 581px;
}

.pageInterior #listIndex
{
  margin: 0px 0px 20px 0px;
  padding: 0px;
  color: #009696;
  width: 522px;
  overflow: visible;
}
.pageInterior #listIndex:after
 {
  content: "Clear Both";
  clear: both;
  display: block;
  width:0px;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
* html .pageInterior #listIndex
{
  padding-bottom: 15px;
  height: 1%;
}
*+html .pageInterior #listIndex
{
  padding-bottom: 15px;
  height: 1%;
}

.pageInterior #listIndex dt
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  width: 572px;
  height: 17px;
  background: url("./images/title_list_index.gif") no-repeat;
  text-indent: -10000px;
}
.pageInterior #listIndex dd
{
  float: left;
  margin: 0px 8px 14px 0px;
  height: 17px;
  padding: 0px;
}
* html .pageInterior #listIndex dd
{
  margin-right: 4px;
}
.pageInterior #listIndex #gotoIndex01
{
  background: url("./images/button_list_index_01_01.gif") no-repeat;
  width: 104px;
}
.pageInterior #listIndex #gotoIndex02
{
  background: url("./images/button_list_index_01_02.gif") no-repeat;
  width: 102px;
}
.pageInterior #listIndex #gotoIndex03
{
  background: url("./images/button_list_index_01_03.gif") no-repeat;
  width: 134px;
}
.pageInterior #listIndex #gotoIndex04
{
  background: url("./images/button_list_index_01_04.gif") no-repeat;
  width: 90px;
}
.pageInterior #listIndex #gotoIndex05
{
  background: url("./images/button_list_index_01_05.gif") no-repeat;
  width: 67px;
}
.pageInterior #listIndex #gotoIndex06
{
  background: url("./images/button_list_index_01_06.gif") no-repeat;
  width: 120px;
}
.pageInterior #listIndex #gotoIndex07
{
  background: url("./images/button_list_index_01_07.gif") no-repeat;
  width: 117px;
}
.pageInterior #listIndex dd a
{
  display: block;
  height: 100%;
  color: #009696;
  text-decoration: none;
  text-indent: -10000px;
}
.pageInterior #listIndex dd a:hover
{
  text-decoration: underline;
}


.pageInterior #listParagraph
{
  margin: -20px 0px 0px 0px;
  padding: 0px 0px 15px 0px;
  color: #009696;
  overflow: hidden;
}
.pageInterior #listParagraph:after
 {
  content: "Clear Both";
  clear: both;
  display: block;
  width:0px;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
* html .pageInterior #listParagraph
{
  margin-top: 0px;
  height: 1%;
}
*+html .pageInterior #listParagraph
{
  margin-top: 0px;
  height: 1%;
}

.pageInterior #listParagraph dt
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  width: 572px;
  height: 17px;
  background: url("./images/title_list_paragraph.gif") no-repeat;
  text-indent: -10000px;
}
.pageInterior #listParagraph dd
{
  float: left;
  margin: 0px 13px 1em -14px;
  border: 1px solid #009696;
  border-width: 0px 0px 0px 1px;
  padding: 0px 13px 0px 13px;
  line-height: 1;
}
.pageInterior #listParagraph dd a
{
  color: #009696;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}
.pageInterior #listParagraph dd a:hover
{
  text-decoration: underline;
}
.pageInterior .section
{
  clear: both;
  background: url("./images/bg_section_interior.gif") no-repeat;
  position: relative;
}
.pageInterior .section h3
{
  clear: both;
  margin: 0px 0px 29px 0px;
  padding: 0px;
  height: 26px;
  text-indent: -10000px;
}
.pageInterior .section:after
 {
  content: "Clear Both";
  clear: both;
  display: block;
  width:0px;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
* html .pageInterior .section
{
  height: 1%;
}
*+html .pageInterior .section
{
  height: 1%;
}
.pageInterior .section .gotoPageTop
{
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 38px;
  position: absolute;
  top: -0px;
  line-height: 1;
  background: url("./images/bg_section_interior.gif") no-repeat;
}
.pageInterior .section .gotoPageTop a
{
  display: block;
  width: 124px;
  height: 13px;
  position: absolute;
  top: 14px;
  left: 448px;
  text-indent: -10000px;
}
.pageInterior .section .textBody
{
  clear: both;
  margin: 0px 0px 2em 0px;
  padding: 0px 224px 0px 0px;
  position: relative;
}
.pageInterior .section .imageLeft
{
  clear: both;
  margin-bottom: 20px;
  color: #009696;
}
.pageInterior .section .imageLeft:after
 {
  content: "Clear Both";
  clear: both;
  display: block;
  width:0px;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
* html .pageInterior .section .imageLeft
{
  height: 1%;
}
.pageInterior .section .imageLeft img
{
  display: block;
  float: left;
  margin: 0px 15px 20px 0px;
}
.pageInterior .section .imageFullWidth
{
  clear: both;
  margin-bottom: 40px;
  color: #009696;
}
.pageInterior .section .imageFullWidth:after
 {
  content: "Clear Both";
  clear: both;
  display: block;
  width:0px;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
* html .pageInterior .section .imageFullWidth
{
  height: 1%;
}
.pageInterior .section .imageFullWidth img
{
  display: block;
  margin: 0px 0px 10px 0px;
}
.pageInterior .section .imageHalfWidthLeft
{
  float: left;
  margin-bottom: 40px;
  color: #009696;
  width: 270px;
}
.pageInterior .section .imageHalfWidthLeft:after
 {
  content: "Clear Both";
  clear: both;
  display: block;
  width:0px;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
* html .pageInterior .section .imageHalfWidthLeft
{
  height: 1%;
}
.pageInterior .section .imageHalfWidthLeft img
{
  display: block;
  margin: 0px 0px 10px 0px;
}
.pageInterior .section .imageHalfWidthRight
{
  float: right;
  margin-bottom: 40px;
  color: #009696;
  width: 270px;
}
.pageInterior .section .imageHalfWidthRight:after
 {
  content: "Clear Both";
  clear: both;
  display: block;
  width:0px;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
* html .pageInterior .section .imageHalfWidthRight
{
  height: 1%;
}
.pageInterior .section .imageHalfWidthRight img
{
  display: block;
  margin: 0px 0px 10px 0px;
}

.pageInterior #credit
{
  margin: 10px 0px 18px 10px;
  padding: 0px;
  position: relative;
  font-size: 10px;
}
.pageInterior #credit dt
{
  display: block;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
}
.pageInterior #credit dd
{
  margin: 0px 0px 0px 1em;
}

.pageInterior #headerListData
{
  display: none;
}
.pageInterior #listData
{
  margin: -0px 0px 0px 0px;
  padding: 20px 28px 8px 28px;
  background: #B2DDDD;
  position: relative;
  font-size: 0.85em;
  list-style: decimal;
  line-height: 1.8;
}
.pageInterior #listData a
{
  color: #990000;
  text-decoration: none;
}
.pageInterior #listData a:hover
{
  text-decoration: underline;
}
.pageInterior #listData li
{
  margin: 0px 0px 20px 0em;
  padding: 0px;
}
.pageInterior #listData h5
{
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size: 1em;
  font-weight: bold;
}
.pageInterior #listData p
{
  margin: 0px;
  padding: 0px;
}
.pageInterior #listData li dt
{
  clear: both;
  display: list-item;
  margin: 0px;
  padding: 0px;
  list-style: disc inside;
}
.pageInterior #listData li dl
{
  margin: 0px;
}
.pageInterior #listData li dd
{
  margin: 0px 0px 0px 1.25em;
}
* html .pageInterior #listData li dd
{
  margin: 0px 0px 0px 1.5em;
}
.pageInterior #buttonBottomLine
{
  margin: 18px 0px 0px 446px;
  padding: 0px;
  background: url("./images/btn_goto_pagetop.gif") no-repeat left;
  width: 124px;
  height: 13px;
  line-height: 1;
}
.pageInterior #buttonBottomLine a
{
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -10000px;
}

/* Interior0101 */
#pageInterior01
{
}
#pageInterior01 h2
{
  background: url("./images/header_page_interior.jpg") no-repeat;
}
#pageInterior01 #section01
{
  background: url("./images/bg_section_01_interior_01.gif") no-repeat right 70%;
}
#pageInterior01 #section02
{
  background: url("./images/bg_section_02_interior_01.gif") no-repeat right 80%;
}
#pageInterior01 #section04
{
  background: url("./images/bg_section_04_interior_01.gif") no-repeat right 50%;
}
#pageInterior01 #section01 h3
{
  background: url("./images/header_section_01_interior_01.gif") no-repeat;
}
#pageInterior01 #section02 h3
{
  background: url("./images/header_section_02_interior_01.gif") no-repeat;
}
#pageInterior01 #section03 h3
{
  background: url("./images/header_section_03_interior_01.gif") no-repeat;
}
#pageInterior01 #section04 h3
{
  background: url("./images/header_section_04_interior_01.gif") no-repeat;
}
#pageInterior01 #section05 h3
{
  background: url("./images/header_section_05_interior_01.gif") no-repeat;
}
#pageInterior01 #section06 h3
{
  background: url("./images/header_section_06_interior_01.gif") no-repeat;
}

/* Interior0102 */
#pageInterior0102
{  
}
#pageInterior0102 h2
{
  background: url("./images/header_page_interior.jpg") no-repeat;
}
#pageInterior0102 #section01 h3
{
  background: url("./images/header_section_01_interior_01_02.gif") no-repeat;
}
#pageInterior0102 #section01
{
  background: url("./images/bg_section_01_interior_01.gif") no-repeat right 70%;
}
#pageInterior0102 #section02
{
  background: url("./images/bg_section_02_interior_01.gif") no-repeat right 70%;
}
#pageInterior0102 #section04
{
  background: url("./images/bg_section_04_interior_01.gif") no-repeat right 70%;
}

/* Interior0103 */
#pageInterior0103
{  
}

#pageInterior0103 h2
{
  background: url("./images/header_page_interior.jpg") no-repeat;
}
#pageInterior0103 #section01
{
  background: url("./images/bg_section_01_interior_01_03.gif") no-repeat right 20%;
}
#pageInterior0103 #section02
{
  background: url("./images/bg_section_02_interior_01_03.gif") no-repeat right 3%;
}
#pageInterior0103 #section01 h3
{
  background: url("./images/header_section_01_interior_01_03.gif") no-repeat;
}
#pageInterior0103 #section03 h3
{
  background: url("./images/header_section_03_interior_01_03.gif") no-repeat;
}



#pageProfiles
{
  
}
#pageProfiles h2
{
  background: url("./images/header_page_profiles.jpg") no-repeat;
}
#pageProfiles #contentsMain
{
  padding-bottom: 0px;
  width: 570px;
}

#pageProfiles .section
{
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
#pageProfiles .section h3
{
  margin: 0px;
  padding: 0px;
  height: 30px;
  text-indent: -10000px;
}
#pageProfiles #section01 h3
{
  background: url("./images/header_section_01_profiles.gif") no-repeat;
}
#pageProfiles #section02 h3
{
  background: url("./images/header_section_02_profiles.gif") no-repeat;
}
#pageProfiles #section03 h3
{
  background: url("./images/header_section_03_profiles.gif") no-repeat;
}
#pageProfiles #section04 h3
{
  background: url("./images/header_section_04_profiles.gif") no-repeat;
}
#pageProfiles #section05 h3
{
  background: url("./images/header_section_05_profiles.gif") no-repeat;
  height: 40px;
}

#pageProfiles .section p
{
  margin: 0px;
  padding: 0px;
}
#pageProfiles #section05
{
  margin: 0px 0px 0px 0px;
  padding: 0px;
  background: url("./images/bg_section_05_profiles.gif") no-repeat left bottom;
}


/* 200810’Ç‰Á */
.pageInterior .section h4
{
color:#26a0a0;
font-size:18px;
font-weight:normal;
padding:0 0 0 0;
}

