/* ----------------------------------------------------------------------------
 *   BBS 用 CSS
 * ------------------------------------------------------------------------- */

/* 記事 div */
div.bbs_thread_container {
  margin: 2px 2px 8px 2px;
  vertical-align: top;
  border-style: none none none none;
  border-color: black;
}

div.bbs_res_container {
  margin: 2px 2px 8px 32px;
  vertical-align: top;
  border-style: none none none none;
  border-color: black;
}

div.bbs_title {
  margin: 2px 2px 8px 2px;
  vertical-align: top;
  font-size: medium;
  border-style: none none solid none;
  border-color: black;
  border-width: 1px;
}

div.bbs_article {
  margin: 2px 2px 8px 2px;
  vertical-align: top;
  font-size: small;
  border-style: none none none none;
  border-color: black;
  border-width: 1px;
}

div.bbs_article_footer {
  margin: 2px 2px 8px 2px;
  vertical-align: top;
  text-align: right;
  font-size: small;
  border-style: solid none none none;
  border-color: gray;
  border-width: 1px;
}

div.bbs_error {
  margin: 0px;
  padding: 2px;
  vertical-align: top;
  text-align: left;
  font-size: small;
  font-weight: bold;
  border: solid 1px #ff0000;
  background-color: #ffeb00;
}

div.bbs_tfm {
  margin: 0px;
  vertical-align: top;
  text-align: left;
  font-size: small;
  font-weight: bold;
  background-color: #e0e0e0;
}

div.bbs_ifd {
  margin: 0px;
  padding: 4px;
  vertical-align: top;
  text-align: left;
  font-size: small;
  border-style: solid none solid none;
  border-color: #a0a0a0;
  border-width: 1px;
}

table.bbs_cfm {
  border-collapse: collapse;
  border-style : solid;
  border-color : #a0a0a0;
  border-width : 1px;
  width : 100%;
  padding : 1px 1px 1px 1px;
  font-size : small;
}

td.bbs_cfm_l {
  width : 1%;
  white-space:nowrap;
  padding: 1px 1px 1px 1px;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : #a0a0a0;
  font-size : small;
  font-weight: bold;
  background-color: #e0e0e0;
}

td.bbs_cfm_r {
  width : 100%;
  white-space:nowrap;
  padding: 1px 1px 1px 1px;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : #a0a0a0;
  font-size : small;
}


