@charset 'shift_jis';
/*
 * comment_top.css - コメントトップのスタイル
 *
 * Copyright (C) 2006 Welva Corporation. All rights reserved.
 *
 * $Id: comment_top.css,v 1.2 2006/04/25 04:58:53 flix Exp $
 */

div.topic {
    margin: 8px 0px;
    border: solid 1px #CCCCCC;
}

div.topic h3 {
    padding:4px;
    background: #EEEECC;
}

div.tc {
    padding:4px;
}

div.tc-more {
    text-align:right;
    font-style:italic;
}

form.mvsrch {
    margin-top: 16px;
    text-align:center;
}

/* コメント */
.comment-item {
    margin-top: 12px;
}

.cmt-hdr {
    font-size: 10px;
    color: #444;
}

.comment-author {
    font-size: 11px;
}
.tb-form {
    margin-top: 8px;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
    padding: 4px;
}
.tb-form .url {
    border: solid 1px gray;
    font-family: Courier New,Courier,mono;
    padding: 2px;
}
.tb-comment-item {
    margin-top: 12px;
}
.tb-subject {
    font-size: 11px;
}
.tb-blog_name {
    font-size: 11px;
}
.tb-from {
    font-style: italic;
}
.admin-comment-item {
    margin-top: 12px;
    background: #E0E0E0;
}

.admin-comment-author {
    font-size: 11px;
    color: red;
}

/* コメントの★ */
.star {
    color: #F90;
    font-family: sans-serif;
}
