@charset "euc-jp";
/*
 * $Copyright: (c) 1999 Nakada.Nobuyoshi &lt;nobu.nokada@softhome.net&gt; $
 * $Log: rd.css,v $
 */

body {
    text : midnightblue;			/* 個人的シュミ */
    margin : 0.5em 5% 0.5em 5%;			/* 左右べったりは好かんので */
    background-color: linen;
    line-height : 125%;
}
h1, h2, h3, h4 {
    border-color: navy;
    background: lightblue;
    line-height : 120%;				/* でかいしさ */
    padding : 3px;
}
h1 {
    font-size : xx-large;
    float: center;
    text-align: center;
/*    margin: 3em 0em 0em 0em; */
    border-width: 8px 0px 8px 0px;
    border-style: groove;
}
h2 {
    font-size : x-large;
/*    margin: 0.5em 0px 0px 0px; */
    border-width: 2px 0px 0px 0.5em;
    border-style: groove;
}
h3 {
    font-size : large;
    text-decoration: underline;
    border-width: 0px 0px 1px 0px;
    border-style: groove;
}
h4 {
    text-indent: 1em;
}

pre {
    font-family: monospace;
    white-space: pre;
    line-height: 100%;
    margin: 1em;
    padding: 1em;
    background: antiquewhite;
    border-width: 2pt 1pt 2pt 1pt;
    border-color: antiquewhite;
    border-style: inset;
}
em, strong {
    font-style: normal;
    font-weight: bold;
    font-size: 125%;
}
em {
    color: darkred;
}
strong {
    color: red;
}
code {
    color: darkgreen;
}
var {
    color: darkblue;
}
sup, sub {
    font-size: 75%;
}
A {
    text-decoration: normal;
    font-weight: bold;
}
A:link {
    color: blueviolet;
}
A:visited {
    color: cornflowerblue;
}
A:hover {
    color: dodgerblue;
    background: burywood;
}
A:active {
    color: blueviolet;
    background: crimson;
}
image {
    frame: void;
    border-width: 0px;
    border-style: none;
}

address {
    align : right;
}

p {
    text-indent : 1em;				/* やっぱ段落の頭は */
    line-height : 120%;
}
blockquote {
    background: antiquewhite;
    border-width: 1px;
    border-color: brown;
}

dt {
    textDecoration: underline;
}
dl {
    margin: 0 1em 0 1em;
}
dl dl {
    background: antiquewhite;
    border-width: 0px 0px 0px 4px;
    border-style: groove;
    border-color: brown;
}
dl dl dl {
    border: none;
}
