
/*
  コメント入力フォーム
  */

#PostForm
{
    margin: 20px auto 0 auto;
    border: 3px double #dbdbdb;
    padding: 0 10px 10px 10px;
    text-align: right;
}

#PostForm h3
{
    text-align: left;
    font-size: 1em;
    margin: 10px 0 0 0;
    background: transparent url(../images/CommentBubble22x22.gif) 0 50% no-repeat;
    padding-left: 30px;
    color: #486a00;
}

#PostForm p
{
    margin-top: 10px;
    line-height: 1.4em;
    text-align: left;
}

#PostForm label
{
    font-size: .85em;
}

#PostForm input,
#PostForm textarea
{
    border: 1px solid #dbdbdb;
    padding: 5px;
}

#PostForm input
{
    width: 300px;
}

#PostForm #Message
{
    width: 537px;
}

#PostForm .Necessary
{
    border-width: 3px;
    border-color: #ffddbb;
}

#PostForm input#PostSubmit
{
    width: 120px;
    margin-top: 10px;
    background: transparent url(../images/ButtonBG.gif) 0 0 no-repeat;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: none;
}
#PostForm input#PostSubmit:hover
{
    background-image: url(../images/ButtonBG_Hover.gif);
    cursor: pointer;
}

#PostForm p.PostingNotation
{
    font-size: .85em;
    line-height: 1.6em;
    border-bottom: 1px dashed #bbb;
    padding-bottom: 10px;
}



/*
  コメント覧
  */

#PostMessages
{
    margin-top: 20px;
    padding: 10px;
    background-color: #fcfcf6;
    border-top: 3px double #a5a96a;
    border-bottom: 3px double #a5a96a;
}

#PostMessages dt
{
    margin: 0 5px;
}

#PostMessages dd
{
    margin: 3px 0 10px 20px;
    line-height: 1.4;
}

#PostMessages .PostName
{
    color: #ffaa00;
    font-weight: bold;
}

#PostMessages .PostDate
{
    font-size: 85%;
    color: #638c0b;
}

#PostMessages dt img
{
    vertical-align: middle;
    margin: 0 5px;
}

#PostMessages .CommentatorDetail
{
    font-size: .85em;
}
