@charset "UTF-8";

/* タイトル画像 */
.title_image { margin: 9px 0px 15px 0px; }

/* ナビゲーションメニュー */

#content {
  width: 530px;
}

#sitemapNavi {
  margin: 1em 0;
  padding: 0.5em;
  background: #eee;
  line-height: 1.5;
  font-size: 90%;
}

#sitemapNavi a {
  /* white-space: nowrap; */
}

/* サイトマップ */
#sitemap { margin: 2em 0; }
#sitemap h3 {
  margin-top: 1.5em;
  padding: 8px;
  border: 1px solid #FBBD66;
  background : url(../images/sitemap/sitemap_list_bg.gif) repeat-x left bottom;
  color: #674104;
}
#sitemap h3 a {
  padding-left: 12px;
  background : url(../images/sitemap/sitemap_list_arrow.gif) no-repeat left 0.2em;
}
#sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0.5em 0 0 22px;
}

#sitemap li {
  margin: 0;
  padding: 2px 0 2px 15px;
  background : url(../images/sitemap/sitemap_branch.gif) no-repeat left 0.2em;
}


