@charset "UTF-8";

/* http://www.pictomancer.net/ */
/* Copyright (C)2003-2004 PICTOMANCER */

#main{
position:relative;z-index:9;
background:#ffffff url(../img/binder.gif) right repeat-y;
margin-bottom:18px;
width:100%;
}

#copyright{
position:fixed;bottom:0;
z-index:1;
}


.bbs_item_white{
margin:10px 2em 0 0;
background:url(../img_board/white.gif) repeat;
border:solid 1px #c0c0c0;
}

.bbs_item_yellow{
margin:10px 2em 0 0;
background:url(../img_board/yellow.gif) repeat;
border:solid 1px #d2cd8d;
}

.bbs_item_blue{
margin:10px 2em 0 0;
background:url(../img_board/blue.gif) repeat;
border:solid 1px #8fa3c4;
}

.bbs_item_green{
margin:10px 2em 0 0;
background:url(../img_board/green.gif) repeat;
border:solid 1px #95c59a;
}

.bbs_item_pink{
margin:10px 2em 0 0;
background:url(../img_board/pink.gif) repeat;
border:solid 1px #dd9e9a;
}

.bbs_item_purple{
margin:10px 2em 0 0;
background:url(../img_board/purple.gif) repeat;
border:solid 1px #ada1cb;
}

.bbs_text{
padding:0 0 0 2em;
}

.comment_title{
font-size:15px;
font-weight:bold;
position:relative;top:-23px;
padding:0 0 0 8px;
}

.comment_title a{
color:#000000;
}

.bbs_title_white{
text-align:right;
background-color:#c0c0c0;
padding:3px 2px 3px 2px;
}

.bbs_title_yellow{
text-align:right;
background-color:#d2cd8d;
padding:3px 2px 3px 2px;
}

.bbs_title_blue{
text-align:right;
background-color:#8fa3c4;
padding:3px 2px 3px 2px;
}

.bbs_title_green{
text-align:right;
background-color:#95c59a;
padding:3px 2px 3px 2px;
}

.bbs_title_pink{
text-align:right;
background-color:#dd9e9a;
padding:3px 2px 3px 2px;
}

.bbs_title_purple{
text-align:right;
background-color:#ada1cb;
padding:3px 2px 3px 2px;
}

.bbs_authur{
font-size:12px;
font-weight:bold;
}

.bbs_AuthorUrl {font-size:10px;}

.bbs_form {
margin-bottom:16px;
padding:10px 3em 2px 2em;
text-align:right;
}

option.white{background-color:#ffffff;}
option.yellow{background-color:#f3f1c4;}
option.blue{background-color:#c4d6f5;}
option.green{background-color:#d1f8d6;}
option.pink{background-color:#f7d2cf;}
option.purple{background-color:#dfd3f8;}

.writeback dl{
margin:0 0 0 3em;
text-align:left;
color:#333333;
}

.writeback dt{
border-top:1px solid #777777;
padding:5px 0 0 0;
font-weight:normal;
font-size:10px;
}