/************************************************************************/
/*  File name : ndiary.css                                              */
/************************************************************************/
/*  Contents  : Cascading Style Sheet (General)                         */
/*                                                                      */
/*  Auther    : Yasuhiro ARAKAWA   2003.02.15                           */
/************************************************************************/
/* 引用 */
div.quote {
    color: #660000;
    background-color: #ffffcc;
    font-style: normal;
    line-height: 1.4;
    /*margin-top: 1em;*/
    /*margin-bottom: 1em;*/
    /*margin-left: 10%;*/
    /*margin-right: 10%;*/
    /*padding: 0.5em;*/
}
blockquote.quote {
    color: #660000;
    background-color: #ffffcc;
    font-style: normal;
    line-height: 1.4;
    border: solid thin;
    /* border-color: black; */
    /*margin-top: 1em;*/
    /*margin-bottom: 1em;*/
    /*margin-left: 10%;*/
    /*margin-right: 10%;*/
    /*padding: 0.5em;*/
}
/* コード表示 */
div.code {
    color: #660000;
    background-color: #ffffcc;
    font-family: monospace;
    font-style: normal;
    /*font-size: smaller;*/
    line-height: 1.2;
    border: solid thin;
    /*border-color: black;*/
    /*margin-top: 1em;*/
    /*margin-bottom: 0.5em;*/
    /*margin-left: 1em;*/
    /*margin-right: 10%;*/
    /*padding: 0em;*/
}
/* カレンダー */
div.calendar {
    text-align: right;
    margin-right: 3%;
}
/* 本文 */
div.day {
    /*width: 100%; */
    color: black;
    background-color: transparent;
    line-height: 1.4;
}
div.topicbody {
    color: black;
    background-color: transparent;
    margin-left: 5%;
    line-height: 1.4;
}
/* 脚注 */
div.footnote {
    font-size: smaller;
    line-height: 1.2;
}
hr.footnote {
    width: 20%;
    text-align: left;
}
/* 日付 */
h2.date, h3.date {
    border: solid thin;
    /*border-color: black;*/
}
/* その他 */
h1.title {
    margin: 0em;
    padding: 0.5em;
    border: solid thin;
    color: black;
    background-color: #ffffcc;
    text-align: center;
}
h2.date, h3.topic, h3.date, h4.topic, div.version, dt.indexcaption, ul.monthindex, strong.monthindex, ul.schedule {
    color: black;
    background-color: transparent;
}
table.calendar td {
    color: black;
    background-color: transparent;
}

