@charset "UTF-8";
/*
@prefix : <http://purl.org/ns/doas#> .
<> a :CSSStyleSheet;
  :release [
    :revision "2.10";
    :created "2010-03-03"
  ];
  :author [
    :name "矢倉 眞隆"@ja;
    :name "Masataka Yakura"@en;
    :mbox <mailto:yakura-masataka@mitsue.co.jp>
  ];
  :created "2007-12-19".
*/

body {
  margin: 0;
  border-top: 4px solid #222;
  border-bottom: 36px solid #222;
  font-size: 12px;
  line-height: 1.6;
  padding: 0 80px;
  color: #222;
  background-color: #fff;
}

p, ul {
  margin: 1em 0;
}

p {
  margin-left: 24px;
}

.original .status {
  font-size: 10px;
  line-height: 1.8;
  color: #666;
}

.prevs {
  margin-top: 2em;
}

h1, h2, h3 {
  font-weight: normal;
}

h1 {
  font-size: 2em;
  line-height: 1.5;
  margin: 2.5em 0 1.5em;
}

h2 {
  display: none;
}

h3 {
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 2em;
}

#categories h3 {
  display: none;
}

#categories ul {
  list-style: none;
  padding: 0;
  margin: 3em 0 5em;
}

#categories li {
  display: inline;
  margin-right: 24px;
}

.spec {
  margin: 6em 0;
}

#disclaimer {
  border-top: 1px dotted #ddd;
  padding: 2em 0;
}

#disclaimer h3 {
  display: none;
}

a:link {
  color: #338;
  text-decoration: none;
}
a:visited {
  color: #638;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}