/*
 * index.css - common stylesheet for index pages
 *
 *  Copyright (C) Katsuhiro Ueno 1999
 *
 *  $Id: index.css,v 1.6 2000/07/15 09:37:10 katsu Exp $
 */

@import url(document.css);

hr { margin: 0.6em 15% 0.6em 5% }


h1 {
  margin: 0.8em 0 0 6%;
  border-bottom: 0.1em solid navy;
  padding: 0 0.2em 0.1em 3%;
  font-weight: bold;
  font-style: normal;
  font-size: 1.7em;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #35b;
}

h2 {
  margin: 2em 0 1em 3%;
  border-right: 0.1em solid #9bd;
  border-bottom: 0.1em solid #7ad;
  padding: 0.1em 4% 0.1em 0.4em;
  background-color: #cdf;
  font-weight: bold;
  font-style: normal;
  font-size: 1.5em;
  letter-spacing: 0.2em;
  color: #57c;
}

h3 {
  margin: 1.5em 12% 1em 0;
  border-bottom: 0.1em solid #9cc;
  padding: 0 1.2em 0.1em 4%;
  background-color: #dfe;
  font-weight: bold;
  font-style: normal;
  font-size: 1.3em;
  color: #7aa;
  text-align: right;
  letter-spacing: 0.1em;
}



dl.contents dt {
  margin-top: 0.7em;
  margin-bottom: 0.5em;
  border-width: 0 0 0 0.8em;
  border-style: solid;
  border-color: #68f;
  padding: 0.2em 0 0.2em 0.5em;
  vertical-align: bottom;
}
dl.contents dd {
  clear: right;
  margin: 0.5em 0 2.0em 1.8em;
  padding-bottom: 1.2em;
}



ol.contents, ul.contents, ul.history, ol.contents ol {
  line-height: 108%;
}

ul.history a.date, span.date { color: #c94 }

ul.history {
  margin-left: 6%;
  margin-right: 4%;
}
ul.history a.date:hover { color: #fc6 }
ul.history em.status {
  color: #f44;
  font-style: normal;
}


div#preface {
  margin: 0.2em 20% 0 6%;
  font-size: 0.9em;
}
div#preface p {
  margin-right: 0;
  margin-left:  0;
}
