/*
  [チャッターズ] 外部CSSファイル
    バージョン   : CHATTERS/1.00
    ルーム名(ID) : トップページ
*/


/* ■ body要素 (標準) ------------------- */
body
{
  padding            : 0px;
  margin             : 0px;
}

a  :link
{
  text-decoration    : none;
  color              : #00F;
}
a  :visited
{
  text-decoration    : none;
  color              : #008;
}
a  :hover
{
  text-decoration    : underline;
}
/* -------------------------------------- */

/* ■ タイトル表示部 -------------------- */
h1
{
  margin   : 0px;
}
/* -------------------------------------- */

/* ■ 階層情報 -------------------------- */
h2
{
  margin-top         : 0px;
  margin-bottom	     : 15px;
  padding            : 7px;
  background-color   : #DDD;
  font-size          : 12pt;
}
/* -------------------------------------- */

/* ■ ページ全体 ------------------------ */
div.main
{
  margin             : 15px;
}
/* -------------------------------------- */

/* ■ ルームリスト ---------------------- */
th.chatroom
{
  color              : #FFF;
  background-color   : #0B0;
  border-top         : solid 1px #000;
  border-bottom      : solid 1px #000;
  font-size          : 11pt;
  background-image   : url("../images/_green_v.gif");
  background-position: bottom;
  background-repeat  : repeat-x;
}
td.chatroom
{
  border-bottom      : solid 1px #333;
  background-color   : #FFD;

}
/* -------------------------------------- */

/* ■ メニュー -------------------------- */
p.menu
{
  font-size          : 10pt;
  background-color   : #DDD;
  padding            : 7px;
  text-align         : center;
}
/* -------------------------------------- */

/* ■ クレジット ------------------------ */
address.credit
{
  margin             : 15px;
  font-size          : 8pt;
  font-family        : Arial;
  font-weight        : bold;
  font-style         : normal;
  text-align         : right;
}
/* -------------------------------------- */

