/*
 * style.css: CSS style definition file for `Rubyavailable'.
 * (<URL:http://www.jin.gr.jp/~nahi/Ruby/*>)
 */

body {
    # background: LemonChiffon;  
    background: White;  
    color: #010632 /* ~LemonChiffon */;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 90%;
    font-family: verdana, arial, helvetica, Sans-Serif;
}

h1 {
    color: #010632 /* ~LemonChiffon */;
    font-family: "comic sans ms", verdana, sans-serif; 
    text-align: left;
    margin-top: 5%;
    margin-right: 10%;
}

h2, h3, h4, h5, h6 {
    font-family: verdana, arial, helvetica, Sans-Serif;
}

h2 {
    color: #010632 /* ~LemonChiffon */;
    background: White /* LemonChiffon */;
}

h3 {
    color: LemonChiffon;
    background: #8d8970 /*LemonChiffon4*/;
}
h4 {
    color: #33375b /* ~LemonChiffon3 */;
    background: #cdc9a5 /*LemonChiffon3*/;
}

div.header p.status { text-align: left; }
div.header p.last-modified { text-align: left; }

/*
li p {
    margin-top: -1ex;
}
*/

dt {
    font-weight: bold;
    margin-top: 2ex;
    margin-left: 1em;
}

address {
    color: gray;
    background: #EEEEEE;
    text-align: right;
    font-family: Times, serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

pre {
    border-right: #646464 1px solid;
    padding-right: 0.5em;
    border-top: #646464 1px solid;
    padding-top: 0.5em;
    border-left: #646464 1px solid;
    padding-left: 0.5em;
    border-bottom: #646464 1px solid;
    padding-bottom: 0.5em;
    margin-left: 1em;
    margin-right: 2em;
    white-space: pre;
/*    background-color: #e6e6e6; */
    background-color: cornsilk;

    color: black;
}

span.download {
    font-weight: normal;
    color: blue;
    background: #EEEEEE;
}

.path {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.navi {
    text-align: right;
}

.headerURL {
    text-align: right;
    font-size: 80%;
}

blockquote {
	border-left: solid thick #eee9c5 /* Lemonchiffon2*/;
    padding-right: 0.5em;
/*     padding-top: 0.5em; */
    padding-left: 0.5em;
/*    padding-bottom: 0.5em;  */
    margin-left: 2em;
    margin-right: 2em;
}

blockquote > blockquote {
	border-left: solid thick #eee9c5 /* Lemonchiffon2*/;
}

blockquote > blockquote > blockquote {
	border-left: solid thick #eee9c5 /* Lemonchiffon2*/;
}

