@charset "shift_jis";
@import url(base.css);
@import url(reset.css);
@import url(top_layout.css);
/*  Top Contents
-----------------------------------------------------------------------------*/
/* left */
#left_navi {
  float: left;
  width: 200px;
  }

#left_navi h2 {
  background: url(../../img/navi_title.gif) no-repeat;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  height: 26px;
  line-height: 26px;
  text-indent: 23px;
  padding-bottom: 2px;
  color: #fff;
  }

#left_navi .navi_box {
  border: 1px solid #dbdbdb;
  border-bottom: none;
  padding: 2px 3px;
  background: #fff;
  }

#left_navi .navi_box li {
  background: url(../../img/navi_bg.gif) repeat-x top #48a1c9;
  padding: 14px 4px 13px;
  border-bottom: 1px solid #73c5ea;
  margin-bottom: 3px;
  }

#left_navi .navi_box li span {
  background: url(../../img/icon_white.gif) no-repeat 4px center;
  padding-left: 20px;
  }

#left_navi .navi_box .child {
  display: none;
  }

#left_navi .navi_box .child li {
  background: #ecf1f3;
  padding: 8px 4px ;
  margin-bottom: 0px;
  }

#left_navi .navi_box .child li.last {
  margin-bottom: 3px;
  }

#left_navi .navi_box .child li span {
  background: none;
  padding-left: 5px;
  }

#left_navi a:link, 
#left_navi a:visited {
  color: #fff;
  text-decoration: none;
  }

#left_navi a:hover {
  text-decoration: underline;
  }

#left_navi .navi_box .child li a:link, 
#left_navi .navi_box .child li a:visited {
  color: #1f94d0;
  text-decoration: none;
  }

#left_navi .navi_box .child li a:hover {
  text-decoration: underline;
  color: #f73085;
  }

/* center */
#center_main {
  float: left;
  width: 500px;
  margin: 0 10px;
  }

#center_main h2 {
  background: url(../../img/main_title.gif) no-repeat;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  height: 26px;
  line-height: 26px;
  text-indent: 23px;
  margin-bottom: 2px;
  color: #fff;
  }

#center_main .borderbox {
  border: 1px solid #dbdbdb;
  padding: 6px;
  margin-bottom: 7px;
  background: #fff;
  }

#center_main .borderbox02 {
  border: 1px solid #dbdbdb;
  padding: 8px 0;
  margin-bottom: 7px;
  background: #fff;
  width: 498px;
  }

#center_main .bana {
  clear: both;
  width: 480px;
  margin: 0 auto;
  }

#center_main .bana dt {
  float: left;
  width: 238px;
  }

#center_main .bana dt.top {
  padding-bottom: 5px;
  }

#center_main .bana dd {
  float: right;
  width: 235px;
  font-size: 10px;
  line-height: 1.5em;
  padding: 8px 0 ;
  }

#center_main .catch dt {
  background: url(../../img/main_cacth.gif) no-repeat;
  height: 67px;
  width: 458px;
  margin: 8px auto 16px;
  text-indent: -9999px;
  }

#center_main .catch dd {
  margin: 0 20px 20px;
  line-height: 1.5em;
  font-family: "lr SVbN", "Osaka|";
  }

/* right */
#right_cm {
  float: right;
  width: 218px;
  border: 0px solid #dbdbdb;
  }
