body {
  color: black;
  background: white;
}

body a {
  color: black;
  border-bottom: 1px solid #ffff00;
  text-decoration: none
}

body a visited {
  color: black;
  border-bottom: 1px solid #ffff00;
  text-decoration: none
}

body a hover {
  color: black;
  border-bottom: 1px solid #ffff00;
  text-decoration: none
}

body a active {
  color: black;
  border-bottom: 1px solid #ffff00;
  text-decoration: none
}

div#kanban img {
  border: none;
}



div#contents {
  padding: 1.5em;
  width: 550px;
  font-size: 11pt;
  margin-left: 175px;
  line-height: 200%;
}

div#contents h2 {
  border-bottom: 1px dashed #999999;
  margin: 0;
  padding: 0.2em 0 0.2em 20px;
  font-size: medium;
}

div#contents a {
  color: black;
  border-bottom: 1px solid #999999;
  text-decoration: none
}

div#contents a visited {
  color: black;
  border-bottom: 1px solid #999999;
  text-decoration: none
}

div#contents a hover {
  color: black;
  border-bottom: 1px solid #999999;
  text-decoration: none
}

div#contents a active {
  color: black;
  border-bottom: 1px solid #999999;
  text-decoration: none
}


/* ---- フッタ関連 ----*/

div#footer {
  margin: 1em 0;
  padding: 0.5em;
  font-size: small;
  border-top: 1px solid #666666;
}

p#copyright {
  width: 48%;
  float: left;
}

p#footnavi {
  width: 48%;
  float: right;
  text-align: right;
}

p#footnavi a {
  color: black;
  text-decoration: none;
}

p#footnavi a:hover {
  color: black;
  text-decoration: none;
}

p#footnavi a:visited {
  color: black;
  text-decoration: none;
}


p#footnavi a:active {
  color: black;
  text-decoration: none;
}

/* ---- 日記関連 ----*/

.Dtitle {
  color: fuchsia;
  font-weight: bold;
}

.Dbun {
  border-bottom: 1px dashed #999999;
}

.log {
  float: center;
  text-align: center;
}

/* ---- テーブル関連 ----*/

table#furoku {
  color: black;
  font-size: small;
}

/* ---- コラム関連 ----*/

td#photo {
  color: #666666;
  font-size: small;
  line-height: 150%;
  vertical-align: top;
  width: 260px;
  text-align: left;
}

table#table1 {
   width: 680px;
}

td#menu {
  background: yellow;
  color: brown;
  font-size: small;
  font-weight: bold;
  text-align: center;
  width: 150px;
  vertical-align: top;
  line-height: 200%;
}

td#menu a {
  color: brown;
  border-bottom: 1px solid #ffffff;
  text-decoration: none
}

td#menu a visited {
  color: brown;
  border-bottom: 1px solid #ffffff;
  text-decoration: none
}

td#menu a hover {
  color: brown;
  border-bottom: 1px solid #ffffff;
  text-decoration: none
}

td#menu a active {
  color: brown;
  border-bottom: 1px solid #ffffff;
  text-decoration: none
}

td#date {
  background: yellow;
  color: brown;
  font-size: small;
  font-weight: bold;
  text-align: left;
  width: 520px;
}

td#bun {
  width: 550px;
  font-size: 11pt;
  line-height: 200%;
  text-align: left;
  vertical-align: top;
}

td#sonotabun {
  width: 550px;
  font-size: 11pt;
  line-height: 200%;
  text-align: center;
  vertical-align: top;
}

