/*
 * siteindex.css
 * siteindex.htmlのスタイルを設定する。
 */

/* 見出し */
div#contents h3 {
  border-bottom: none;
}

/* 50音かな（仮名）見出し */
div#contents h4 {
  border-left: 0.5em solid orange;
  padding-left: 0.5em;
  background-color: #ffd;
}

