@charset "Shift_JIS";

*{	margin:0; padding:0;
	font-weight:normal; font-style:normal;
	border:0px solid wheat;
}

a:link, a:visited	{color:#007BC3;}
a:active			{color:#89ACD7;}
a:hover				{color:#cccccc;}

body			{font:70%/2.2 "Verdana","Chicago"; text-align:center;}
input,textarea	{font:1em "Verdana","Chicago"; padding:0 1px; background:white; border:1px solid black;}

h1				{font-size:1.5em; text-align:center;}	/* 掲示板のタイトル */
h2				{font-size:1px; text-indent:-999999px;}	/* フォームとログ部分の見出し。デフォルトでは非表示 */
h3				{font-size:1.2em;}						/* ログのサブジェクト */
h4				{font-size:1em; margin-left:1em;}		/* 書いた人の名前 */
.check			{border:0;}
.button	input	{margin:3px; padding:1px 3px;}

#main			{text-align:left; width:40em; margin:0 auto; padding:10px 0;}

/* フォームの設定 */
#form				{padding:0px 5px 5px; position:relative;}
#form img			{position:absolute; right:60px; top:30px;}
#form span			{text-align:right; width:5em; height:100%; margin-right:0.5em; display:block; float:left;}	/* ラベル */
#form br			{clear:both;}
#form textarea		{width:30em;}	/* テキストエリアの横幅を指定 */
#form .button		{text-align:center; margin-top:5px;}	/* 送信・リセットボタンとチェックボックス */

.note				{text-align:center;}

/* ログの設定 */
.log h3 a		{font-weight:bold;}
.log img		{float:left; margin-top:0.5em;}
.log .check		{float:right; margin-top:3px;}

h4				{margin-left:75px;}
.res h4			{margin-left:0px;}
.msg			{color:dimgray; margin-left:85px;}
.res .msg		{margin-left:10px;}
h4 span			{font-size:0.9em; margin-left:0.5em;}
.res			{margin-left:30px; color:#2B618F;}
.res h4			{border-top:1px dotted black;}

  /* IE用 */
  .msg			{height:60px;}
  .res .msg		{height:auto;}
  /* 他ブラウザ用 */
  h4 + .msg			{height:auto; min-height:60px;}
  .res h4 + .msg	{min-height:1px;}

/* 削除フォームの設定 */
#delform	{text-align:center;}

/* フッターの設定 */
#footer		{font-size:0.8em; text-align:right;}
#footer a	{text-decoration:none;}
#footer br	{display:none;}
#footer	li	{margin:0 5px; display:inline;}
