/* 全体設定 */
  BODY {
    color: #666;
    background: #ffffff;
  }
  
  /* 全体の幅 */
  #body_width {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    text-align: left;
  }
  
  /* リンク文字設定 */
  A {
    color: #333399;
    text-decoration: none;
  }
  A:link {
    color: #333399;
    background: none;
  }
  A:visited {
    color: #333399;
    background: none;
  }
  A:active {
    color: #333399;
    background: none;
  }
  A:hover {
    position:relative; top:1px; left:1px;
    color: #993399;
    background: none;
  }
  
  UL {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  DL {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  INPUT {
    border: solid #999999 1px;
  }

/* バナー */
  #banner {
    color: #999999;
    background: url("../../banner/pagebnnr.gif") no-repeat bottom right;
    border-bottom: solid #666666 3px;
    border-left: solid #666666 10px;
    margin-bottom: 10px;
    text-align: left;
  }
  #str_header {
    color: #99c;
  }
  #banner h1 {
    font: bold 26px Verdana;
    padding-left: 5px;
    margin: 0px 0px 0px 0px;
  }
  #banner h2 {
    font: bold 14px Verdana;
    padding-left: 5px;
    margin: 0px 0px 0px 0px;
  }
  .caution {
    margin-top: 10px;
    margin-bottom: 10px;
  }

/* セクション */
  .section_title {
    width: 100%;
    background: #E6E6E6;
    padding-left: 3px;
    padding-top: 1px;
    border-bottom: solid #999999 2px;
    border-left: solid #999999 5px;
    font: 11pt Verdana;
  }
  
  /*
  .section_documents DT {
    width: 200px;
    background: #E6E6FF;
    padding-left: 3px;
    padding-top: 1px;
    border-bottom: solid #9999DD 2px;
    border-left: solid #9999DD 5px;
    font: 11pt Verdana;
  }
  */
  .section_documents DT {
    background: url(/image/button-circle.png) no-repeat center left;
    padding-left: 18;
  }
  .section_documents LI {
    list-style-image: url(/image/sankaku.gif);
  }
  .section_documents DD {
    margin-bottom: 15px;
  }

  .section_title_mini {
    width: 200px;
    background: #E6E6FF;
    padding-left: 3px;
    padding-top: 1px;
    border-bottom: solid #9999DD 2px;
    border-left: solid #9999DD 5px;
    font: 11pt Verdana;
  }
  
  .section_documents {
    margin-left: 20px;
    margin-right: 10px;
  }
  .section_documents BLOCKQUOTE {
    border: dashed #482400 2px;
    padding: 3px 5px 3px 5px;
  }
  
  .section_documents PRE {
    margin: 0px 0px 0px 0px;
  }
  
  .section_comment {
    color: #999999;
  }

/* その他 */
  /* テーブルリストのヘッダ色 */
  .table_title {
    background: #f0f0f0;
  }
  .no-padding {
    padding-left: 15px;
  }

  TABLE {
    width: 750px;
  }
