@charset "Shift_JIS";


.related_link li {
  background: url("/misc/img/arrow-blue.png") left center no-repeat;
}


body {
  color: #FFF;
  background: #003 url("/misc/img/bg-sub.png") left top repeat-x;
}


/* 上部のメニュー */

.main_menu {
  min-height: 2em;
  border-bottom: solid 1px #FFF;
}

* html .main_menu {
  height: 2em;
}

.main_menu ul {
  width: 900px;
  margin: 0 auto;
  padding: 5px 0;
  text-align: left;
}

.main_menu li {
  display: inline;
  margin-right: 12px;
  padding-left: 12px;
  background: url("/misc/img/rect_white.png") left center no-repeat;
}

.main_menu img {
  padding-left: 3px;
  vertical-align: middle;
}

.main_menu ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.main_menu ul {
  display: block;
  min-height: 1%;
}

* html .main_menu ul {
  height: 1%;
}


/* 白ボックス */

#main {
  color: #003;
  background-color: #FFF;
}

#main img {
  vertical-align: middle;
}


#main a:link,
#main a:visited {
  text-decoration: underline;
}

#main a:hover,
#main a:active {
  text-decoration: none;
}



#path_and_search {
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 5px;
  background: url("/misc/img/bg_path-and-search.png") bottom center no-repeat;
}

#path_and_search .topic_path {
  float: left;
  padding-top: 2px;
  padding-left: 15px;
  font-size: 90%;
}

#path_and_search .topic_path li {
  display: inline;
}

#path_and_search .topic_path li a {
  color: #000;
}

#path_and_search .topic_path.top {
  width: 635px;
}

#path_and_search form .text {
  width: 150px;
}




#content {
  padding: 0 10px;
}

#content h1 {
  padding-bottom: 10px;
}

* html #content h1 img {
  behavior: expression(IEPNGFIX.fix(this));
}

#content a {
  color: #003;
}

#content a:link,
#content a:visited {
  text-decoration: underline;
}

#content a:hover,
#content a:active {
  text-decoration: none;
}

#content .section {
  padding-bottom: 15px;
}

#content .section .section {
  padding-bottom: 10px;
}

#content .section h2 {
  background: url("/misc/img/rect_dblue.png") left center no-repeat;
  padding-left: 12px;
  margin-bottom: 3px;
  color: #003;
}






