@charset "UTF-8";





.sitemap {
}

/* 第一階層 */
.sitemap li {
  padding:0 0 5px;
  margin-bottom:10px;
  border-bottom:1px solid #F4EADE;
}
.sitemap li:last-child {
  margin-bottom:0;
  padding-bottom:0;
  background:none;
}
/* last-child for IE6/7 */
.sitemap li {
  margin-bottom:expression((this.__isLastChild = (this.parentNode.children.item(this.parentNode.children.length-1) == this))?'0px':'10px');
  padding-bottom:expression((this.__isLastChild = (this.parentNode.children.item(this.parentNode.children.length-1) == this))?'0px':'5px');
  background:expression((this.__isLastChild = (this.parentNode.children.item(this.parentNode.children.length-1) == this))?'none':'url(/common/images/dottedBorder.png) left bottom repeat-x');
}
  
  .sitemap em {
    font-weight:normal;
    font-size:116%;
    padding-left:10px;
    background:url(/common/images/ico_linkHeader.png) left center no-repeat;
  }

  .sitemap .hasChild {
    border-left:none;
  }
    
    /* 第二階層 */
    .sitemap .child li {
      margin-left:20px;
      margin-bottom:0;
      padding-bottom:0;
      border:none;
    }