@charset "Shift_JIS";

*{	margin:0; padding:0;
	font-weight:normal; font-style:normal;
	border:0px solid wheat;
}

a:link, a:visited	{color:#99cc33;}
a:active			{color:#66CC33;}
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 gray;}

h1				{height:130px; font-size:1px; text-indent:-999999px; background:url(img/img.gif) 50% 50% no-repeat;}
h2				{height:1px; font-size:1px; text-indent:-999999px;}
h3				{font-size:1.2em;}						/* ログのサブジェクト */
h4				{font-size:1em; color:#669933; margin-left:0.5em;}		/* 書いた人の名前 */
.check			{border:0;}
.button	input	{margin:3px; padding:1px 3px;}

#main			{text-align:left; width:40em; margin:0 auto; padding:10px 0;}

/* フォームの設定 */
#form span			{font-size:1em; display:block;}	/* ラベル */
#form div			{width:50%; float:left;}
#form input			{width:93%;}
#form textarea		{width:95%; overflow-y:scroll;}	/* テキストエリアの横幅を指定 */
#form br			{clear:both;}
#form .button		{text-align:right; padding-right:1em; float:right;}	/* 送信・リセットボタンとチェックボックス */
#form .button input	{width:auto;}

.note				{text-align:center;}

/* ログの設定 */
.log			{height:100px; margin:4em 0 2em; padding-left:65px; display:block; background:url(img/img-02.gif) 0 50% no-repeat;}
#log > .log		{height:auto; min-height:100px;}	/* この行のmin-heightと、↑の行のheightの値は、画像の高さ以上にしてください。 */
.log h3 a		{font-weight:bold;}
.log .check		{float:right; margin-top:3px;}
h4 span			{font-size:0.9em; margin-left:0.5em;}
.msg			{color:dimgray; margin-left:2em;}
.res			{margin-left:30px; color:#2B618F; border-top:1px dashed #cccccc;}

/* 削除フォームの設定 */
#delform	{text-align:center;}

/* フッターの設定 */
#footer		{font-size:0.8em; text-align:right;}
#footer br	{display:none;}
#footer	li	{margin:0 5px; display:inline;}
