/* 文字色 */

  h1,h2 {
    color: #A0522D;
  }
/* コンテンツの囲みなど */
  #screenonly {
    display: none;
  }
/* 見出し（一文字あけ） */
  #em1 {
    letter-spacing: 1em;
   }