body{
	font:65%/180% Verdana,Osaka,sans-serif;
	background:url('img/bg.gif') repeat-y 500px 0px #f5f5f5;
	margin:0px; padding:0px;
}

#index{background:none;}
#index h1{ width:475px; color:#999; }
#index #main{
	background:none #eee; padding:30px;
	border:1px dashed #999; border-left:none;
	width:410px;
}
#index .txt{margin:10px 0px;}

#all{}

#main{
	background-color:#fff;
	padding:0px 15px 20px 10px;
	border-bottom:1px dashed #999;
	width:475px;
}

/* メニュー部分 */
#menu{
	background:url('img/bg.jpg') no-repeat 0% 0% #fff;
	margin-bottom:20px; padding:120px 15px 20px 10px;
	border-bottom:1px dashed #ccc;
	width:475px; text-align:right;
}
/* メニューリンク */
#menu ul{ margin:0px; text-align:right; list-style: none; }
#menu ul li{ margin-left:10px; display:inline; }
#menu ul li a{ border:none; color:#000; font-weight:bold; }
#menu ul .on a{ text-decoration:underline; }
#menu ul li a:hover{ text-decoration:underline; }

/* 配布元リンク */
#copy{
	padding:0px 30px 0px 0px;
	width:480px; text-align:right;
}

/* 本文 */
.txt{ color:#999; margin:0px 10px 20px; }


/* 見出しレベル1:サイト名 */
h1{
	margin:0px; padding:10px 0px 0px;
	font:20pt/25pt Georgia,serif; height:25pt; text-align:right;
}

/* 見出しレベル2 */
h2{
	background-color:#ddd;
	margin:auto 0px 10px; padding:0px 2px;
	border:1px solid #f99;
	font-size:100%; line-height:150%;
	color:#c66;
}
/* 見出しレベル3 */
h3{ margin:10px 0px 5px; font-size:100%; color:#ccc; }

/* フォーム系 */
input,select,textarea{
	font:100%/150% sans-serif;
	background-color:#ddd;
	border:1px solid #f99;
}

/* リンク */
a{
	text-decoration:none; color:#c99;
	border-bottom:1px dashed #f99;
}
a:visited{color:#999;}
a:hover{ border-bottom:3px double #f99; }
