@charset "Shift_JIS";

/* 全体の装飾 */
body	{
	background:#E8C7C7;
	scrollbar-face-color:#c99;
	scrollbar-highlight-color:#c99;
	scrollbar-track-color:#E8C7C7;
	scrollbar-shadow-color:#c99;
	scrollbar-3dlight-color:#E8C7C7;
	scrollbar-arrow-color:#c99;
	scrollbar-darkshadow-color:#E8C7C7;
	margin:20px 0;
	}

/* 全体の文字 */
body,td	{
	color:#8C6161;
	font:12px/180% MS UI Gothic;
	letter-spacing:2px;
	}

/* リンク */
a	{
	color:#8C6161;
        font:12px/180% MS UI Gothic;
	}
a:hover	{
	color:#DA2E3B;
	text-decoration:none;
	}

/* 画像周りの線を消す */
img	{
	border:none;
	}

/* 改行 */
br	{
	letter-spacing:normal;
	}

/* フォーム */
textarea,input,select	{
			color:#8C6161;
			font:12px/140% Tahoma,sans-serif;
			letter-spacing:2px;
			background:#E8C7C7;
			border:0;
			}
input.checkbox	{
		background:#F0DEDE;
		border:none;
		}
input.radio	{
		background:#F0DEDE;
		border:none;
		}
input.buttom	{
		background:#E8C7C7;
		}


/* サイト名部分書体 */
#title	{
	color:#8C6161;
	font:bold 24px Georgia,serif;
	margin:1em 0;
	}

/* 見出し */
h1,h2,h3,h4	{
		color:#8C6161;
		padding:0 5px;
		margin:1em 0;
		}
h1,h2	{
	font:bold 12px/180% Georgia,serif;
	}
h3,h4	{
	font:bold 12px/180% Tahoma,sans-serif;
	}
h1	{
	letter-spacing:4px;
	background:url(img/h1.gif);
	text-align:center;
	}
h2	{
	background:url(img/h1.gif) repeat-x 0 50%;
	}
h3	{
	background:#E8C7C7;
	}
h4	{
	border-top:1px dotted #E8C7C7;
	border-bottom:1px dotted #E8C7C7;
	}

/* テーブル */
#t0	{
	width:650px;
	}
#t1	{
	background:url(img/back1.gif);
	height:215px;
	}
#t2	{
	background:url(img/back2.gif) repeat-y;
	padding:10px 100px 10px 20px;
	}
#t3	{
	background:url(img/back3.gif) no-repeat 0 0;
	height:50px;
	}
#t1,#t3	{
	vertical-align:bottom;
	padding:20px;
	}

/* 著作権表示(リンクをリンクページ等に移動した場合は消して下さい) */
#c	{
	font:9px Tahoma,sans-serif;
	letter-spacing:1px;
	}