/*
 *  standard.css
 */

A:active {
  color: #ff0000;
  text-decoration: none;
}
A:link {
  color: #0000ff;
  text-decoration: none;
}
A:visited {
  color: #000099;
  text-decoration: none;
}

ADDRESS {
  color: #666666;
  font-size: 9pt;
  text-align: center;
}

BODY.top {
  background-color: #ffffff;
  /* http://www.yumeiroyakata.com/hives.html */
  background-image: url(picture/back_main.gif);
  color: #000000;
}
BODY.archives {
  background-color: #ffffff;
  /* http://www.yumeiroyakata.com/hives.html */
  background-image: url(picture/back_archives.gif);
  color: #000000;
}
BODY.diary {
  background-color: #ffffff;
  /* http://www.yumeiroyakata.com/hives.html */
  background-image: url(picture/back_diary.gif);
  color: #000000;
}
BODY.links {
  background-color: #ffffff;
  /* http://www.yumeiroyakata.com/hives.html */
  background-image: url(picture/back_links.gif);
  color: #000000;
}

DIV.center {
  text-align: center;
}
DIV.right {
  text-align: right;
}

FONT.topTitle {
  color: #666666;
  font-size: 14pt;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 1em;
}
FONT.subTitle {
  color: #666666;
  font-size: 11pt;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 1em;
}
FONT.color {
  color: #666666;
  font-size: 11pt;
}
FONT.update {
  color: #ff0000;
  font-size: 9pt;
}

H4.essay {
  color: #993333;
  font-size: 150%;
  font-weight: bold;
  letter-spacing: 2em;
  padding: 1em;
}

HR.center {
  width: 250px;
}

IMG.icon {
  height: 50px;
  width: 100px;
}
IMG.title {
  height: 100px;
  width: 200px;
}

P {
  font-size: 11pt;
  line-height: 1.2em;
  text-indent: 0em;
}
P.center {
  font-size: 11pt;
  line-height: 1em;
  text-align: center;
  text-indent: 0em;
}
P.update {
  color: #666666;
  font-size: 9pt;
  text-align: right;
}
P.indent {
  font-size: 11pt;
  line-height: 1.2em;
  margin: 0.1em;
  text-align: justify;
  text-indent: 0.9em;
}
P.parentheses {
  font-size: 11pt;
  line-height: 1.2em;
  margin: 0.1em;
  text-align: justify;
  text-indent: 0.4em;
}

TD.center {
  text-align: center;
}
