@charset "Shift_JIS";

*{	margin:0; padding:0;
	font-weight:normal; font-style:normal;
	border:0px solid wheat;
}

a:link, a:visited	{color:#448aca;}
a:active			{color:#88abda;}
a:hover				{color:#cccccc;}

body			{font:70%/2.2 "Verdana","Chicago"; text-align:right;}
input,textarea	{font:1em "Verdana","Chicago"; padding:0 1px; background:white; border:1px solid black;}

h1, h2			{font-size:1px; text-indent:-999999px;}
h1				{height:70px; background:url(img/title.gif) 0% 100% no-repeat;}	/* 掲示板のタイトル */
h3, h4			{font-size:1em;}
h4				{color:#88abda;}		/* 書いた人の名前 */
.button	input	{margin:3px; padding:1px 3px;}

#main			{text-align:left; width:500px; margin-left:auto;}

/* フォームの設定 */
#form				{padding:0px 5px 5px;}
#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;}
.check				{border:none;}

/* ログの設定 */
.log				{padding:75px 10px 0;}
#write .log			{padding-top:10px;}
.h3 a, .log span	{font-size:0.9em; font-weight:bold;}
.msg				{margin-left:10px;}
.res				{color:gray; padding-left:10px;}
.res .msg			{padding-left:10px; border-top:1px dotted #cccccc;}

/* 選択部分 */
.img-01		{background:url(img/img-01.jpg) no-repeat;}
.img-02		{background:url(img/img-02.jpg) no-repeat;}
.img-03		{background:url(img/img-03.jpg) no-repeat;}
.img-04		{background:url(img/img-04.jpg) no-repeat;}

/* フッターの設定 */
#footer		{font-size:0.8em; text-align:right; padding:0 0 2em 1em;}
#footer br	{display:none;}
#footer	li	{margin:0 5px; display:inline;}
