@charset "EUC-JP";

/* ---------------------------
left-navi：左ナビゲーション
--------------------------- */
#navi li {
  display: block;
  padding-left: 10px;
  list-style-type: none;
  height:380px;
}

#navi a {
  display: block;
  height: 30px;
  overflow: hidden;
}

#navi span {
  display: none;
}

#navi a#title {
  background: url(../images/left_nv_tt_inquiry.gif) top left no-repeat;
  width: 150px;
}

#r-bar li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: inline;
  list-style-type: none;
}

#r-bar a {
  display: block;
  height: 32px;
  overflow: hidden;
}

#r-bar span {
  display: none;
}

#r-bar a#sisyo {
  background: url(../images/bt_kokunai.gif) top left no-repeat;
  width: 528px;
  margin: 10px 5px 0 10px;
}

#r-bar a#jds {
  background: url(../images/bt_kaigai.gif) top left no-repeat;
  width: 528px;
  margin: 10px 5px 0 10px;
}

#r-bar a:hover#sisyo {
  background: url(../images/bt_kokunai.gif) bottom left no-repeat;
  width: 528px;
  margin: 10px 5px 0 10px;
}

#r-bar a:hover#jds {
  background: url(../images/bt_kaigai.gif) bottom left no-repeat;
  width: 528px;
  margin: 10px 5px 0 10px;
}

/* ---------------------------
text：文章
--------------------------- */
p {
  width:530px;
  margin: 10px 5px 0 10px;
}

