body{
    background-color: rgb(255, 255, 255);
    width: 80%;
    margin-right: auto;
    margin-left : auto;
}
#upper_area{
    background:linear-gradient(#dae7f7,#fff);
    height: fit-content;
    padding: 10px;
    h1{
        font-size: 16px;
        color: #008300;
        text-align: right;
        padding-bottom: 10px;
        margin: 0px 0px 30px 0px;
        font-family: 'Doto';
        font-weight: 500;
    }
}
#menu_bar{
    width: fit-content;
    display: flex;
    /* border: solid #b9b9b9;
    border-width: 1px 0px 1px 0px; */
    margin: 0 0 0px auto;
    font-family: "Sawarabi Gothic";
    color: rgb(145, 145, 145);
    a{
        padding: 0px 20px 0px 20px;
        line-height: 30px;
        font-size: 14px;
        font-family: "Sawarabi Gothic";
        color: #777;
    }
    a:hover{
        color: #c9e2ff;
        background-color: rgb(224, 247, 253);
    }
    a.uc{
    color: #e8e7e7;
    text-decoration: line-through;
    text-decoration-style: dashed;
    }
}

#lower_area{
    display: flex;
}
#side{
    margin-top: 40px;
    width: 120px;
    text-align: center;
    a{
        display: block;
        line-height: 30px;
        font-size: 15px;
        font-family: "Sawarabi Gothic";
        color: #777;
    }
    a:hover{
        color: #c9e2ff;
    }
}
#article_area{
    color: #666;
    /* border-bottom: 1px solid rgb(145, 145, 145); */
    padding: 10px 30px;

    article.recent{
        margin-bottom: 22px;
        .postmeta{
            padding-bottom: 1px;
            border-bottom: 1px solid rgb(145, 145, 145);
            text-decoration: none;
        }
        .postmeta:hover{
            color: rgb(143, 212, 212);
        }
        h2{
            display: inline-block;
            font-size: 17px;
            font-family: "Zen Kaku Gothic New";
            font-weight: 600;
            margin-top: 0px;
            margin-bottom: 0px;
            margin-right: 20px;
            width: 100%;
        }
        p.date{
            /* display: inline; */
            font-weight: 500;
            font-size: 14px;
            font-family: "Zen Kaku Gothic New";
            margin: 4px 0px 0px 14px;
            text-align: right;
        }
    }
    article.single{
        #title_and_date{
            border-bottom: 1px solid rgb(145, 145, 145);
            margin-bottom: 10px;
        }
        .postmeta{
            /* border-bottom: 1px solid rgb(145, 145, 145); */
            text-decoration: none;
            margin-top: 15px;
            margin-bottom: 40px;
            h2{
                display: inline;
                font-size: 18px;
                font-family: "Zen Kaku Gothic New";
                font-weight: 600;
                margin-bottom: 0px;
                margin-right: 40px;
            }
            p.date{
                display: inline;
                font-weight: 500;
                font-size: 14px;
                font-family: "Zen Kaku Gothic New";
                /* margin: 4px 8px 12px 0px; */
                /* text-align: right; */
            }
            .taglist{
                a{
                    margin: 0px 5px 0px 5px;
                    text-decoration-style: dotted;
                    text-underline-offset: 3px;
                }
                a:hover{
                    color: #c9e2ff;
                }
            }        
        }
        p{
            margin: 0;
            font-weight: 300;
            text-indent: 1em;
            font-size: 14px;
            line-height: 28px;
            font-family: "Sawarabi Gothic";
        }
        margin-bottom: 20px;

    }
    div.fn{
        padding-left: 1.5em;
        width: 85%;
        margin: 40px 0 0 auto;
        border-top: 1px dashed rgb(145, 145, 145);
        text-indent: -1.5em;
        font-family: "Sawarabi gothic";
        font-size: 13px;
        color: #666;
    }
}

#footmenu{
    margin-top: 30px;
    text-align: center;

    a{
        font-size: 15px;
        font-family: "Sawarabi Gothic";
        color: rgb(145, 145, 145);
    }
    a:hover{
        color: rgb(128, 172, 172);
    }
}
