.bbs_outline {
  background:#FFCC00 url("../img/bbs/bg_06.gif") left top;
  margin:0 0 10px 0;
  padding:5px;
}
.bbs_inline {
	background: #FFF;
  padding:5px;
}
#thread_new {
	margin: 10px 0 0 0;
}
#thread_new img{
	vertical-align: middle;
	margin:0 20px 0 0;
}
#thread_title_bar {
  border-collapse: collapse;
  background: url("../img/bbs/thread_title_bar.gif") no-repeat left top;
  width: 640px;
  height: 34px;
  margin: 5px 0 10px 0 ;
}
#thread_title_bar th{
	padding: 0 5px;
}
#thread_title_bar .title{
	width:70%;
  background: url("../img/common/dott.gif") repeat-y right top;
  color: #111111;
  padding:0 0 0 10px;
	}
#thread_title_bar .category {
	width:17%;
  background: url("../img/common/dott.gif") repeat-y right top;
}
#thread_title_bar .data {width:13%;}


table.thread {
  border-collapse: collapse;
  width:100%;
  margin-bottom:10px;
}

table.thread th,
table.thread td {
  padding: 6px 5px;
  background: url(../img/common/dott_b.gif) repeat-x left bottom;
}
table.thread td {
	border-right: 1px dotted #eee;
}
table.thread .title{width:70%;}
table.thread .category {width:17%;}
table.thread .data {width:13%; color:#999999;}


table.thread td.title a {
  background: url("../img/bbs/plus_16.gif") no-repeat 5px center;
  padding-left:25px;
  font-weight: bold;
  margin:5px 0;
  display: block;  
	color:#111111;
}
table.thread td.title a:hover {
	color: #FF9900;
	text-decoration: underline;
}

table.thread td.category,
table.thread td.data {
  font-size:11px;
  line-height:14px;
}
table.thread tr.bg01 {background:#FFF;}
table.thread tr.bg01 {background:#FEFDE0;}

.bbs_paging {
	text-align: center;
	margin:20px;
	font-size:14px;
	font-weight:bold;
}
.bbs_paging a{
	margin:0 5px;
	border:1px solid #0099FF;
	padding:10px 20px;
	background: #E6F5F9;
}
.bbs_paging a:hover{
	background: #DBF1F7;
	border:1px solid #0066FF;
}



/**************ページによっては非表示***************/
.profile table.thread .category {
  display: none;
}
#bbs_sub table.thread .category {
  display: none;
}

/****************************掲示板用のフォーム*********************/
.bbs_area {
  border: 1px solid #ccc;
  background: url("../img/common/bg02.gif");
  padding:10px;
  margin-bottom:10px;
  overflow: hidden;
  font-size:12px;
}
.bbs_area h3{
  background: url("../img/bbs/notebook.gif") no-repeat left center;
  padding: 3px 0 3px 30px;
  font-size:16px;
  color: #990000;
}
table.bbs_form {
	width:95%;
}
table.bbs_form th{
  width:20%;
  text-align:right;
  padding:5px;
  vertical-align: top;
  line-height: 30px;
  }
table.bbs_form td{padding:5px;}

* html table.bbs_form tr.txt td input,
* html table.bbs_form tr.txt td textarea {
  border: 1px solid #22689B;
  font-size: 12px;
  padding:6px 2px;
  font-family:"ＭＳ Ｐゴシック", Verdana,Arial, sans-serif; 
  background: #FFF url(../img/form/form_gra.gif) repeat-x left top;
}

/*input,textareaのみに適用*/

input[type="text"],
input[type="password"],
textarea {
  border: 1px solid #22689B;
  font-size: 12px;
  padding:6px 2px;
  font-family:"ＭＳ Ｐゴシック", Verdana,Arial, sans-serif; 
  background: #FFF url(../img/form/form_gra.gif) repeat-x left top;
  margin:1px;
	}
input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover {
   border: 1px solid #6699FF;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
   border: 2px solid #FF9900;
}


table.bbs_form td textarea {
  width: 90%;
  height:10em;
}
table.bbs_form tr.bottom td {
  text-align:center;
  border-bottom:none;
}
table.bbs_form tr.bottom td input {
	font-size: 16px;
	font-weight: bold;
	color:#000066;
	padding:3px 5px;
}

/************input > text　の長さ設定***************/
input.w50 {width:50px;}
input.w75 {width:75px;}
input.w100 {width:100px;}
input.w150 {width:150px;}
input.w200 {width:200px;}
input.w300 {width:300px;}
input.w400 {width:400px;}


input.wp90 {width:90%;}

input.wp75 {width:75%;}
input.wp50 {width:50%;}
input.wp40 {width:40%;}
input.wp30 {width:30%;}
input.wp20 {width:20%;}