/*
  Topic過去分リスト
*/

/* BODY内全体書式指定 */

body{
  background-color: #e0e0e0;
  margin: 1em 1em 2em 2em;
}

/* メニューバー書式 */
div.header-menu {
  margin-left: 2em;
  border-bottom: solid 2px gray;
}

div.header-menu p{
  margin-bottom: 1em;
/*  font-width: bold; */
}

/* メイン書式 */
div.topic-list {
  margin-left: 2em;
}

div.topic-list table {
  margin: 3em auto 1em auto;
  border-collapse : sepatate;
  border: solid 2px gray;
  width: 80%;
}

div.topic-list td.title {
  text-align: center;
  background-color: #ffe0e0;
}

div.topic-list td {
  text-align: center;
  background-color: #e0ffe0;
}

div.topic-list a {
  text-decoration: none;
  background-color: #e0ffe0;
}

div.topic-list a:hover{ background-color: #a0ffa0; }
