/*
    hidden
*/
#widgetManager ,
.categoryName ,
#postcomment ,
.comment-form ,
.pageprev ,
.pagesprev ,
.pagenext ,
.pagesnext ,
#directLink ,
#miniNavi {
    display: none;
}



/*
    basic
*/

p {
    font-size: 12pt;
    line-height: 18pt;
}
a:link ,
a:visited {
    color: #000;
    text-decoration: underline;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}


/*
    detail
*/

/* banner */
#banner .main {
    float: left;
}
#banner .description {
    float: right;
    font-size: 14pt;
}
#banner .address {
    clear: both;
    text-align: right;
    font-size: 10pt;
}
#articles {
    clear: both;
}

/* entry */
#articles .header {
    border: 1px solid #007b6d;
    border-left: 16px solid #007b6d;
    line-height: 2em;
    text-indent: 1em;
    font-size: 14pt;
}
#articles .header a:link ,
#articles .header a:visited {
    text-decoration: none;
}

#articles .entry .content {
    margin-top: 10px;
    padding: 10px 10px 5px;
    border: 1px solid #007b6d;
}
#articles .entry table {
    margin: .5em;
    line-height: 1.2em;
}
#articles .entry table td {
    padding: .3em .5em;
}
#articles .entry img {
    margin: 6px;
    padding: 4px;
    border: 1px solid #999;
}
#articles .entry .date {
    border-top: 3px solid #7cafa6;
    color: #7cafa6;
    text-align: right;
}

.entry .footer .comment a ,
.entry .footer .trackback a {
    margin-left: 8px;
    color: #336600;
}



