@charset "UTF-8";
.p_title {
    font-family: sans-serif;
    font-size: 20px;
    color: #EEE;
    margin-bottom: -6px;
    margin-top: 35px;
    margin-left: 8px;
}

.p_title_hr {
    border-width: 1px;
    border-style: dotted;
    border-color: #AAA;
    margin-bottom: 18px;
}

.p_post {
    font-family: sans-serif;
    font-size: 12px;
    color: #CCC;
    margin-left: 18px;
    margin-bottom: 40px;
}

.p_post_hr {
    border-width: 1px;
    border-style: solid;
    border-color: #777;
    width: 75%;
}

.p_about {
    font-family: sans-serif;
    font-size: 10px;
    color: #EEE;
    text-align: center;
    margin-bottom: -5px;
}
