/* GuildBBS
---------------------------------------------------------------------*/

.bbs-list {
width:700px;
border:1px solid #999;
}

.bbs-list-row {
border-bottom:1px dashed #999;
}

.bbs-list-category {
text-align:center;
padding:8px;
}

.bbs-list-title {
width:350px;
text-align: left;
padding:3px;
}

#bbs-list-title a{
text-decoration:none;
color:#900;
}

#bbs-list-title a:hover {
text-decoration:underline;
color:#c66;
}

.bbs-list-name {
width: 200px;
padding:3px;
text-align: center;
}

.bbs-list-date {
width: 120px;
padding:3px;
text-align: center;
}

.bbs-header-row {
border-bottom: 1px solid #999;
background-color:#eee;
}

.bbs-header-category {
text-align:center;
font-weight:bold;
width:60px;
}

.bbs-header-title {
font-weight:bold;
text-align:center;
padding: 2px;
}

.bbs-header-name {
font-weight:bold;
text-align:center;
padding: 2px;
}

.bbs-header-date {
font-weight:bold;
text-align:center;
padding: 2px;
}

.pager {
width: 700px;
text-align: center;
margin-top:10px;
}

.bbs-detail-table {
width:700px;
border: 1px solid #999;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}


.bbs-detail-category {
width: 60px;
text-align:center;
padding: 5px;
}



.bbs-detail-title {
width: 500px;
text-align:left;
padding: 10px;

}

.bbs-detail-date {
width: 200px;
text-align:right;
padding-right:15px;
padding: 10px;
}

.bbs-detail-row {
background-color: #e9e9e9;
border-bottom:1px dashed #999;
}

.bbs-detail-edit {
width: 700px;
text-align: right;
margin-bottom: 10px;
}

.bbs-detail-name {
padding: 8px;
text-align: left;
width:210px;
}

.bbs-detail-master {
padding: 8px;
text-align: right;
width:210px;
}

.bbs-detail-contact {
padding: 8px;
text-align: left;
width:210px;
}

.bbs-detail-row2 {
background-color: #e9e9e9;
border-bottom:1px solid #999;
}

.bbs-list-contents {
padding: 10px;
}

.bbs-link {
width:700px;
text-align:center;
}

.bbs-manual {
width: 700px;
border: 1px solid #C00;
background-color: #Fee;
padding:5px;
}


/* 投稿画面
---------------------------------------------------------------------*/
#bbs-form {
width:700px;
border:1px solid #999;
}

#bbs-form .form-row {
border-bottom: 1px solid #999;
}

#bbs-form th {
width: 200px;
text-align:left;
border-right: 1px solid #999;
background-color:#e9e9e9;
padding: 5px;
}

#bbs-form .form-input {
width: 500px;
text-align: left;
padding: 5px;
}

#bbs-form textarea {
width:490px;
}

#bbs-form .form-submit {
text-align:center;
padding: 5px;
}

.bbs-subtitle {
font-size: 18px;
border-left: 5px solid #090;
padding-left: 8px;
}

.bbs-write-btn {
width: 700px;
text-align: center;

}

.form-input input[type="text"] {
width: 220px;
border: 1px solid #CCC;
padding: 3px;
}

.form-input textarea {
width: 490px;
height: 200px;
border: 1px solid #CCC;
padding: 3px;
}


/* トップページ一覧画面
---------------------------------------------------------------------*/
.top-bbs-table {
width: 510px;
margin-bottom:60px;
margin:0 auto;
}

.top-bbs-head-row {
background-color: #eee;
border: 1px solid #ccc;
height: 30px;
}

.top-bbs-head-category {
text-align:center;
font-weight:bold;
width:60px;
}

.top-bbs-head-title {
text-align:center;
font-weight:bold;
width:320px;
}

.top-bbs-head-name {
text-align:center;
font-weight:bold;
width:160px;
}

.top-bbs-head-date {
text-align:center;
font-weight:bold;
width:120px;
}

.top-bbs-list-row {
height:26px;
border-bottom: 1px dashed #CCC;
background-color: #FFF;
}

.top-bbs-list-category {
text-align:center;
padding:8px;
}

.top-bbs-list-title {
text-align:left;
padding:8px;
}

.top-bbs-list-name {
text-align:center;
padding:8px;
}

.top-bbs-list-date {
text-align:center;
padding:8px;
}

.top-bbs-list-title a {
text-decoration:none;
color:#900;
}

.top-bbs-list-title a:hover {
text-decoration:underline;
color:#c66;
}

.top-bbs-bottom-row {
margin-top: 10px;
}

.top-bbs-bottom-more {
text-align:right;
padding:15px;
}


.top-bbs-index {
font-size:16px;
/*border-left: 8px solid #090;*/
background: url(../img/top/top_bbs_title.png) top center no-repeat;
margin-top:6px;
margin-bottom: 5px;
margin-left:4px;
width: 513px;
height:25px;
}

#top-bbs-box {
margin-top:5px;
background: #fff;
width: 520px;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
padding-top:5px;
margin-bottom: 6px;
border:5px solid #9c9;
}