/* 追加 */
div#contact_table table td input.btn
{
	vertical-align:top;
}


/*** 一覧 **********************************/
/* background-color: #ffcccc → #e2e1e1 */
/*  background-color: #fff8f8 → #ffffff; */
table.list
{
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
  background-color: #ffffff;
}
table.list tr
{
  border: 1px solid #c0c0c0;
}
table.list td
{
  border: 1px solid #c0c0c0;
  padding:3px 5px;
}
/*   border: 1px solid #c0c0c0; */
table.list tr.header
{
  background-color: #e2e1e1;
  text-align:center;
}
/*   border: 1px solid #c0c0c0; */
table.list td.header
{
  background-color: #e2e1e1;
  text-align:center;
}


/*** フォーラムカテゴリ と スレッド の 一覧 **********************************/
table.forum_cat
{
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
  background-color: #ffffff;
}
table.forum_cat tr.header
{
  border: 1px solid #c0c0c0;
  background-color: #e2e1e1;
  font-weight:bold;
  text-align:center;
}
table.forum_cat td
{
  border: 1px solid #c0c0c0;
  padding:1px 3px;
}

/*** フォーラムヘッダ(新規、移動) **********************************/
table.forum_head /* フォーラムヘッダ */
{
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
  background-color: #ffffff;
  text-align:center;
}
table.forum_head td.header
{
  border: 1px solid #c0c0c0;
  background-color: #e2e1e1;
  text-align:center;
}
table.forum_head td
{
  border: 1px solid #c0c0c0;
  padding:1px 3px;
}

/*** フォーラム **********************************/
table.forum /* フォーラム */
{
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
  background-color: #ffffff;
}
table.forum tr.header
{
  border: 1px solid #c0c0c0;
  background-color: #e2e1e1;
}
table.forum td
{
  border: 1px solid #c0c0c0;
  padding:3px 5px;
}
table.forum td span.subject
{
  font-weight:bold;
}
table.forum td span.name
{
  color:black;
  font-style:nomal;
}
table.forum td span.time
{
  font-style:italic;
}
table.forum td span.reply
{
  color:black;
  font-style:nomal;
}

/**************************************************/
// BB Code - QUOTE -
table.forum tr td table.bb
{
  border-width: 0px;
}
table.forum tr td table.bb tr
{
  border-width: 0px;
}
table.forum tr td table.bb td
{
  border-width: 0px;
}
table.forum tr td table.bb blockquote
{
  text-align:left;
  margin-left:10px;
}

/**************************************************/
/*
* html input.INPUT_CHECK{
  behavior:expression(IEPNGFIX.fix(this));
}
*/

.INPUT_EDIT /* 入力中 */
{
}

.INPUT_CHECK /* 確認中 */
{
  border-style:none !important;
  color:#444444;
  background : url(../../images/trans.png);
}
.INPUT_READONLY /* Input Readonly 色 */
{
  border-style:none;
  color:#444444;
  background : url(../../images/trans.png);
}
.INPUT_REQUISITE /* Input 必須 色 */
{
  background:#ffdddd;
  color:#000000;
}
