@charset "utf-8";

  /* ▼メイン */
  div#content div#main {
   height: 623px;
   padding-left: 290px;
   background-image: url('/sitemap/img/background.jpg');
   background-repeat: no-repeat;
   background-position: left top;
   color: #fff;
  }

   /* ▼タイトル画像 */
   div#content div#main h2 {
    margin: 0px;
   }

   div#content div#main h2 img {
    width: 610px;
    height: 41px;
   }

   /* ▼ページの一覧 */
   div#content div#main table {
    margin: 10px auto;
    width: 610px;
   }

   div#content div#main table tr th, div#content div#main table tr td {
    background-color: #fff;
    padding: 6px 15px;
    color: #000;
    font-size: 80%;
   }

   div#content div#main table tr th a, div#content div#main table tr td a {
    color: #000;
   }

   div#content div#main table tr th a:hover, div#content div#main table tr td a:hover {
    color: #f66;
   }

   div#content div#main table tr th {
    white-space: nowrap;
    font-weight: normal;
   }

   div#content div#main table tr td {
    line-height: 135%;
   }

   div#content div#main table tr td ul {
    list-style-type: none;
    margin: 0px 10px;
    padding: 0px;
   }

   div#content div#main table tr td ul li {
    background-image: url('/sitemap/img/arrow.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    margin: 2px 0px;
    padding-left: 10px;
   }
