#edit {
    color: #ffffff ;
 }

#edit a:link     { color: #c1c1c1; text-decoration:underline ; }    /* 未訪のリンク */
#edit a:visited { color: #a3a3a3; text-decoration:underline ; }   /* 訪問済みのリンク */
#edit a:hover  { color: #c1c1c1; text-decoration:none ; } /* カーソルが上に乗っているリンク */
#edit a:active  { color: #c1c1c1; text-decoration:none ; }   /* アクティブ中のリンク */

.edit-title {
    background-image: url(../edit/img/top-edit_01.gif);
    background-repeat: no-repeat ;
    width: 590px ;
    height: 38px ;
}

#edit h2 {
    width: 570px ;
    height: 204px ;
    text-indent: -9999px ;
    background: url(../edit/img/edit.gif) no-repeat ;
    cursor: pointer ;
    overflow: hidden ;
}

#edit h2 a {
    left:0;
    top:0;
    width:570px;
    height:204px;
    z-index:500;
    display: block ;
    overflow: hidden ;
}

#edit h3 {
    background-image:url(../edit/img/edit-header.gif);
    background-repeat:no-repeat;
    color: #ffffff ;
    font-size: 17px ;
    font-weight: bold ;
    font-family:"Osaka","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS Gothic",sans-serif ;
    padding-top: 6px ;
    padding-left: 65px ;
    height: 39px ;
}

.edit-diary-data {
    margin-right: 10px ;
    color: #515151 ;
    font-weight: bold ;
}

.edit-posted {
    text-align: right ;
    color: #5b5b5b ;
}

.edit-entrynext {
    text-align: right ;
}

.edit02 {
    background-color: #2b2b2b ;
    background-image:url(../edit/img/edit-bg.gif);
    background-repeat:no-repeat;
    background-position: 250px 15px  ;
    width: 570px ;
    padding-bottom: 15px  ;
    overflow: hidden ;
}

.edit02-inner {
    padding-left: 30px ;
    padding-right: 30px ;
    padding-bottom: 10px ;
}

.edit-entry-ct {
    background-image:url(../edit/img/edit-entry-bg.gif);
    background-repeat:no-repeat;
    background-position: 250px 0px  ;
    margin-top: 10px ;
    padding-left: 30px ;
    padding-right: 30px ;
    padding-bottom: 10px ;
}

p.editorLink {
    text-align: center ;
}

p.editorLink a { color: #E61B00 ; }
