@charset "utf-8";
/* 一般タグ */
html,body{
    background:#32331d;
    color:#d6d6d2;
    font-family: verdana, arial, helvetica, sans-serif;
}

pre{
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}

/* doc */
    #doc{
        background-color: #787746;
        border:2px solid #787746;
    }

/* hd */
    #hd{
        padding-top:105px;

        background-image: url("http://keinos-system.com/_img/keinos_header.png");
        background-repeat: no-repeat;
    }
    #hd p{
        margin:0 0 3px 0;
        padding:5px;
        background-color:#40411e;
        color:#d9d9d2;
        -moz-border-radius:5px; /* ４つの角を角丸に - firefox */
        -webkit-border-radius:5px; /* ４つの角を角丸に - safari */
    }

/* bd */
    #bd{
        background-image: url("http://keinos-system.com/_img/megane_alpha.jpg");
        background-repeat: no-repeat;
    }

/* idMainColumn */
    #idMainColumn{
        background-color:#b4af91;
        padding: 5px;
        color:#48463a;
    }

    #idMainColumn h1{
        font-family:"HGP創英角ｺﾞｼｯｸUB","メイリオ","ＭＳ Ｐゴシック",Verdana, Arial,sans-serif;
        margin: 5px 0 0 0;
        padding:5px 0 3px 0;
        color:#000000;
        font-size:197%;
        border-bottom: 2px solid #c03000;
    }
    #idMainColumn h2{
        font-size:123.1% !important;
        margin: 10px 0 0 0;
        padding:5px;
        background-color:#5a5849;
        border-left: 10px solid #130500;
        color:#dad7c8;
    }
    #idMainColumn h3{
        font-size:116%;
        margin: 5px 0 0 0;
        padding:3px 5px;
        background-color:#908c74;
        color:#24231d;
    }
    #idMainColumn h4{
        font-size:116%;
        margin: 5px 0 0 0;
        padding:0px 5px;
    }
    #idMainColumn p{
        background-color:#a29e83;
        color:#24231d;
        margin:0;
        padding:5px;
        text-align:justify;
        text-justify:inter-ideograph;
        font-size:108%;
    }
    #idMainColumn p.cNoBackground{
        background-color:transparent !important;
        color:#24231d !important;
    }

    #idMainColumn li{
        font-size:108%;
    }

    #idMainColumn .cKadomaru{
        border-radius: 5px;         /* CSS3 */
        -moz-border-radius: 5px;    /* Firefox */
        -webkit-border-radius: 5px; /* Safari,Chrome */

        border: 1px #48463a solid;     /* 枠線の装飾 */
        background-color:#908c74;
        padding:5px;
}

/* idRightColumn */
    #idRightColumn{
        color:#a1a07e;
        padding-right:5px;
    }
    

/* ft */
    #ft{
        margin:0;
        background-color:#32331d;
        color:#848577;
    }
    #ft p{
        margin:2px 0;
        padding:5px;
        -moz-border-radius:5px; /* ４つの角を角丸に - firefox */
        -webkit-border-radius:5px; /* ４つの角を角丸に - safari */
    }


