body     {
  color: black;
  background-color: #EFE4D8;
  margin: 10px;
  padding: 0;
  font-size:x-small;
  text-align: center;
}

#main {
  margin: 0;
  padding: 0;
}

a:link      { color: #369; text-decoration: underline }
a:visited   { color: #336; text-decoration: none }
a:active   { color: #c00; text-decoration: underline }
a:hover   {color:#FFCC33; text-decoration: none;}


table{width:100%;border-bottom:1px dotted #aca899;margin-bottom:5px;}

.title     {
  color: black;
  font-weight: bold;
  font-size: 13px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-align:left;
  padding: 3px 5px 3px 0;
  color:#512002;
}
.title a:link      { color: #512002; text-decoration: none }
.title a:visited   { color: #512002; text-decoration: none }
.title a:active    { color: #512002; text-decoration: underline }
.title a:hover     { color: #512002; text-decoration: none;}


.date     {
  font-size:xx-small;
}

.body   {
  font-size: xx-small;
  line-height: 170%;
  word-break:break-all;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 5px 5px 5px 0;
}
.body   img{
margin:0 10px 10px 0;
float:left;
}

.link{text-align:center;}
