body {
    background-color: #eeeeee;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    
    /* これを変える時はCommand::Appearanceの設定も変える必要あり。*/
    font-size:16px;
    
    text-align:left;
    text-indent:0pt;
    color:#000000;
    margin:20px 30px;
}

pre {
    line-height: 65%;
}

A {
    text-decoration:none;
}
A:link {
    /* color:#E86B47; */
    color: #b83B17;
}
A:visited {
    /* color:#5B87F2; */
    color: #2B57c2;
}
A:active {
    /* color:#ffe957; */
    color: #cfb927;
}
A:hover {
    background-color:#222222;
}

.CONTENTS_TITLE {
    font-size: 30px;
    color: #222222;
    border-width: 2px 0px 2px 0px;
    border-style: dotted;
    border-color: #444444;
    padding: 10px 0px 0px 0px;
}

.BOX {
    border-style: dotted;
    border-color: #444444;
    border-width: 2px;
    margin: 50px 0px 0px 0px;
    padding: 5px 5px 0px 5px;
}

.control {
    text-align: right;
}

.COUNTER {
    
}

.DATE_OF_DIARY {
    padding: 40px 0px 10px 0px;
    color: #550000;
}

.trackback-list {
    width: 60%;
    margin-left: 30px;
    padding: 7px;
    
    border-color: white;
    border-width: 1px;
    border-style: solid;

    background-color: #e0e0e0;
    font-size: 70%;
}
.trackback-list .date-and-title {
    color: #550000;
    margin: 0 0 5px 0;
}

.COPYRIGHT {
    font-style:italic;
    text-align: right;
}

.label {
    color: #550000;
}

.topics {
    clear: right;
    float: right;
    width: 25%;
    max-width: 200px;
    padding: 5px;

    line-height: 1.1;
    background-color: #dddddd;

    border-style: dotted;
    border-color: #444444;
    border-width: 1px;

    font-size: 80%
}
.topics .title {
    font-size: 120%;
}
.topics .summary {
    font-size: 90%;
}

.topic-page {
    width: 80%;
    margin-left: auto;
    margin-right: auto;

    /* border-width: 1px;
    border-style: solid; */
}
.topic-page .pages {
    font-size: 70%;
}
.topic-page .title {
    font-size: 130%;
}
.topic-page .summary {
    font-size: 90%;
}

input[type="text"], textarea {
    border-style: dashed;
    border-color: #995555;
    border-width: 2px;
    background-color: transparent;
}

input[type="submit"], input[type="button"] {
    border-style: dashed;
    border-color: #995555;
    border-width: 2px;
    background-color: #eeaaaa;
    font-weight: bold;
}

.pinglist-table {
    width: 100%;
    background-color: #e0e0e0;
    font-size: 90%;
}
.pinglist-table th {
    font-weight: bold;
}
.pinglist-table th,
.pinglist-table td {
    border-color: white;
    border-width: 1px;
    border-style: solid;

    padding: 2px;
    margin: 1px;
}


/* MacroCompilerで使用 */
.quote {
    color: #007700;
}
