@charset "Shift_JIS";

#mainTopicsArea{
  top: 0px;
  width : 700px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : auto;
  margin-bottom : 0px;
  position : relative;
  background-color : #ffffff;
  font-family : メイリオ, "ＭＳ ゴシック";
  text-align : center;
  font-size : 13px;
  font-weight : normal;
}

.tableDate{
  font-size : 16px;
  font-family : メイリオ, "ＭＳ ゴシック";
  width : 80px;
  position : relative;
  top : 0px;
  vertical-align : super;
  text-align : left;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : silver;
  padding-top : 2px;
  font-weight : bold;
  left : 0px;
}

.tableMessage{
  font-size : 18px;
  font-family : "Times New Roman", "ＭＳ ゴシック";
  width : 500px;
  position : relative;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : silver;
  right : 0px;
  top : 0px;
  background-color : white;
  left : 8px;
}

