/* Append by Y.Abe */

fieldset {
    padding: 5px;
}
fieldset form  {
    margin: 0;
}
legend {
    font-size: 18px;
    margin-bottom: 5px;
}

/* For DoujinSystem */
td.header {
    width: 100px;
    font-size: 12px;
    vertical-align: top;
    border: 1px #696 solid;
}
td.result {
    width: 100px;
    font-size: 12px;
    vertical-align: top;
    border: 1px #696 solid;
}
a.result {
    text-decoration:none;
    font-size: 12px;
}
a.result:visited {
    font-size: 12px;
}

/* For AYKBBS */
.bbs a {
    text-decoration: none;
    font-size: 12px;
}
.bbs a:visited {
    font-size: 12px;
}
fieldset.bbsgrp {
    border: solid #060 2px;
    margin-bottom: 1ex;
}
fieldset.bbsgrp legend {
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
    color: #060;
}
div.title {
    padding: 3px 0 1px;
    border-bottom: solid #060 1px;
    background-color:#9c9;
}
div.title span {
    margin-right: 1em;
}
div.title span.subj {
    font-weight: bold;
}
div.message {
    margin: 1ex 0;
    line-height: 120%
}
div.message a {
    text-decoration: underline;
}
.bbserr {
    padding: 2px 1px 1px;
    color: #fff;
    background-color:#f00;
}
.bbsinfo {
    padding: 2px 1px 1px;
    color: #fff;
    background-color:#060;
}
.bbsnotify {
    margin: 1ex 0;
    line-height: 120%
}
.bbscopyright {
    margin-top: 1ex;
    text-align: right;
    color: #060;
}
