@charset "utf-8";

dt.recent-blog, 
dt.recent-photo, 
dt.recent-diary { 
    display: list-item;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0 0 0.8em 1.6em;
    color: #2b2b2b;
}

.recent-blog, 
.recent-photo, 
.recent-diary { 
    margin: 0 0 1.5em;
}

.recent-blog header a:hover { 
    color: #ba2636;
}

.recent-blog header h3 { 
    letter-spacing: 0.1em;
    line-height: 1.6;
}

.recent-blog p { 
    margin-bottom: 0;
}

.recent-photo header a { 
    display: block;
    height: 107px;
    line-height: 107px;
    border: 5px solid;
    background-position: center;
    background-repeat: no-repeat;
    color: #a3a3a2;
    text-align: center;
    font-weight: bold;
}

.recent-photo header a:visited { 
    border: 5px solid;
}

.recent-photo header a:hover { 
    color: #2792c3;
}

.recent-diary header { 
    background: transparent url(images/harftone.png);
    height: 105px;
}

.recent-diary header h3 { 
    margin: 0;
    font-size: 600%;
    font-weight: bold;
    text-align: center;
    text-shadow: #f8fbf8 0px -2px, #f8fbf8 2px 0px, #f8fbf8 0px 2px, #f8fbf8 -2px 0px;
}

.recent-diary header a { 
    display: block;
    height: 105px;
}

.recent-diary header a:hover { 
    color: #f8fbf8;
    background-color: #f8b500;
    text-shadow: none;
}
