@charset "utf-8";
@import "default.css";

/*-------------------------------------------------------------------
  ヘッダー 
---------------------------------------------------------------------*/
  /*画像置換用設定*/
  #wrapper h2.pagetitle {
    background-image: url(../images/link/h2_link.png);
  }
  
  #content table {
    width: 500px;
    margin: 0 0 20px 30px;
  }
  #content td {
    border: none !important;
    padding: 10px 0 !important;
    background: transparent url(../images/link/dot.gif) bottom left repeat-x;
  }
  #content td.banner {
    padding-right: 20px !important;
  }
