BODY {
  background: #ffffff;
  color: #000000;
}
A:link {
  color: #4040ff;
}
A:visited {
  color: #400080;
}
.example {
  background-color: #eef;
}
.blogent {
  padding: 0.2em 1em;
  border-width: 0.1em;
  border-color: #eee;
  border-style: solid;
  margin-bottom: 0.5em;
}
h1 {
  font-family: "palatino linotype", palatino, serif;
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 0.4em;
  padding-top: 0.4em;
  border-top-width: 0;
  width: 100%;
}
h2 {
  font-family: "palatino linotype", palatino, serif;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top-width: 0;
  width: 100%;
}           
img {
  margin: 0.5em;
}
.slimimg img {
  margin: 0;
  padding: 0;
  border: 0;
}
.menu {
  position: absolute;
  width: 9.7em;
  height: auto;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0.3em;
}            
.header {
  position: absolute;
  width: auto;
  height: 4em;
  top: 0;
  right: 0.3em;
  bottom: auto;
  left: 10em;
  z-index: 1;
  background-color: white;
}              
.main {
  position: absolute;
  width: auto;
  height: auto;
  top: 4.5em;
  right: 0.3em;
  bottom: 0;
  left: 10em;
  z-index: 0;
}
.abauthor {
  margin-left: 2em;
  background-color: #eeeeee;
}
.quotation { 
  font-style: italic;
  text-align: right;
}
.date {
  font-size: 0.7em;
}
.archive {
  font-size: 0.7em;
}
TD {
  vertical-align: top;
}
TBODY.listdate TD {
  white-space: nowrap;
}
TBODY.listdate TD + TD {
  white-space: normal;
}
.note {
  font-size: 0.9em;
  margin-left: 2em;
}
