body{
    background-color: #242424;
    color: #F6F3E8;
    font-family: sans-serif;
    line-height: 1.5em;
    text-align: justify;
    counter-reset: sectioncnt 0;
}

h1{
    font-size: 130%;
    color: #7FFF00;
    padding: 0.2em 0em 0.2em 0.77em;
    text-shadow: 3px 3px 1px #000044;
}

h1:before{
    content: ">>> ";
    color: #D3D7CF;
    font-family: monospace;
}

h2{
    color: #95E454;
    font-size: 120%;
    padding: 0.2em 0em 0.2em 0.83em;
    text-shadow: 3px 3px 1px #000044;
    counter-reset: subsectioncnt 0;
}

h2:before{
    counter-increment: sectioncnt;
    content: counter(sectioncnt) ". ";
}

h3{
    color: #D3D7CF;
    font-size: 110%;
    padding: 0em 0em 0em 0.9em;
    text-shadow: 3px 3px 1px #000044;
}

h3:before{
    counter-increment: subsectioncnt;
    content: counter(sectioncnt) "." counter(subsectioncnt) ". ";
}

h4, h5, h6{
    color: #D3D7CF;
    font-size: 100%;
    padding: 0em 0em 0em 1em;
    margin: 1em 1em 0em 0px;
    text-shadow: 3px 3px 1px #000044;
}

hr{
    color: #757773;
    background-color: #757773;
    border: none;
    height: 2px;
}

strong{
    color: #E5786D;
    font-weight: bold;
}

em{
    font-weight: bold;
    font-style: normal;
}

img{
    vertical-align: middle;
}

object{
    vertical-align: middle;
}

ul{
    list-style-type: none;
    padding-left: 2em;
}

ul li:before{
    content: "*";
    color: #7FFF00;
    font-weight: bold;
    margin-right: 0.5em;
    vertical-align: middle;
    text-shadow: 3px 3px 1px #000044;
}

ul li.error:before{
    color: #FF0000;
}

ul li.warning:before{
    color: #FFFF00;
}


a:link{
    color: #8AC6F2;
}

a:visited{
    color: #8AC6F2;
}

a:active  {
    color: #8AC6F2;
}

p {
    text-indent: 1em;
    margin: 0em;
    padding-left: 1em;
    padding-right: 1em;
}

p.cont{
    text-indent: 0em;
}

pre {
    overflow-x: auto;
    overflow-y: hidden;
}

pre.console{
    background-color: #333333;
    border-style: solid;
    border-width: 1px;
    border-color: #EEEEEC;
    color: #EEEEEF;
    margin: 1em;
    padding-top: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
}

pre.editor{
    border-style: solid;
    border-width: 1px;
    border-color: #EEEEEC;
    background-color: #333333;
    color: #EEEEEC;
    margin: 1em;
    padding-top: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
}

dt{
    margin-left: 1em;
    font-weight: bold;
    text-shadow: 3px 3px 1px #000044;
}

dd{
    margin-left: 2em;
    margin-bottom: 1em;
}

dd p{
    padding-left: 0em;
}

blockquote{
    border-left: solid 0.25em #838383;
    margin-left: 2em;
    margin-right: 0em;
    padding-left: 0.75em
}

div.figure{
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: white;
    margin: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}

div.gist{
    margin: 1em;
}

span.title {
    font-style: italic;
}

span.vol {
    font-weight: bold;
}

div.lang{
    margin-left: 2em;
    font-size: 80%;
}

div.swf {
    text-align: center;
}

div#lastmodified{
    margin-left: 1.25em;
}

div#prompt{
    margin-left: 1.25em;
    font-weight: bold;
}

span.psname{
    color: #7FFF00;
}

span.psname:after{
    content: "@kmaeda.net";
}

span.pspwd{
    color: #87AFD7;
}

table{
    margin-left: 2em;
}

ul.img{
    list-style-image: none;
    list-style-type: none;
}

ul.img li{
    float: left;
    margin: 1em;
}

ul.img li:before{
    content: '';
}

hr.clearleft{
    clear: left;
    background-color: #333333;
    color: #EEEEEC;
    border: none;
    height: 0px;
    margin-top: 0em;
    margin-bottom: 0em;
}

ul li.schedule:before{
    color: #7F0000;
}


li.schedule{
    color: #8E8E8C;
}

li.schedule a:link{
    color: #5A637C;
}

li.schedule a:visited{
    color: #5A637C;
}

li.schedule a:active{
    color: #5A637C;
}

li.detail:before {
    content: '—';
    color: #F6F3E8;
}

footer {
    clear: both;
    font-family: monospace;
    border-top: 2px solid #757773;
}
