/*
  Cascading Style Sheet Level 1
    for http://www.chimons.org/
    by Norihisa Washitake ver 0.3 stable

    $Id: standard.css,v 1.3 2003/01/15 17:24:10 wassy Exp $
*/
body {
  background: white;
  color: black;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.nodisplay {
  display: none;
}
.right {
  text-align: right;
}
p {
  line-height: 130%;
}
#copyright {
  font-size:90%;
  color: #608070;
  margin-top:0;
  text-align: right;
}
a:link {
  color: #8044e0;
  text-decoration: underline;
}
a:visited {
  color: #4040a0;
  text-decoration: none;
}
a:hover {
  color: #ff4444;
  text-decoration: underline;
}
var {
/*  color: #4080ac; */
  font-style: normal;
  font-weight: 600;
}
dt {
  color: #208040;
  font-weight: 400;
  margin-left: 2em;
}
dd {
  margin-bottom: 10pt;
  margin-left: 4em;
}
#headnavi {
  text-align: right;
  font-size: 90%;
  color: gray;
}
#footnavi {
  text-align: right;
  font-size: 90%;
  color: gray;
}
