@charset "Shift_Jis";

/* 全体レイアウト */
body {
	font-size:75%; line-height:170%;
	color:#444; font-family:"Tahoma,MS UI GOTHIC";
	padding:0px; margin:0px;
	scrollbar-3dlight-color:#fff; scrollbar-arrow-color:#000;
	scrollbar-darkshadow-color:#fff; scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff; scrollbar-shadow-color:#fff;
	scrollbar-track-color:#fff; }

/* リンクの設定 */
a {
	text-decoration:underline; }
a:link , a:visited {
	color:#000;}
a:active , a:hover {
	text-decoration:none; color:#fff; background-color:#000;}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration:none; color:#fd0; }
#footer a:hover{
	text-decoration:none; color:#fff; background-color:#fd0;}

/* メニュー設定 */
#menu ul{
	margin:0px 0px 5px 0px;}
#menu li {
	display:inline; padding:0px;
              margin:0px 3px 10px 3px; }
#menu a {
	width:85px; text-align:center;
	padding:5px 0px 0px 0px; }
#menu li a {
	background:url('m.png') no-repeat;
	background-position:left center; text-decoration:none;
	font-size:100%; font-family:Century Gothic; }
#menu li a:link, #menu li a:visited, #menu li a:active {
	color:#000; }
#menu li a:hover{
	color:#fff;}

/* 見出し */
h1 {
	font-size:60px;color:#000; width:100%; height:70px;
	padding:20px 0px 0px 0px; margin:0px 0px -15px 0px;}
h2 {
	font-family:Verdana; font-size:120%; font-family:Century Gothic;
	background:#fff; color:#000; width:100%;
	padding:0px 0px 0px 12px; margin:0px;
	background:url('h.gif') no-repeat; font-weight:normal;
	background-position:left center;}
h3 {
	font-family:Verdana; font-size:12px;
	margin:0px 0px 0px 0px; text-align:center; 
	padding:0px; color:#000;width:20px;
	font-weight:normal; border-bottom:1px dotted #000; }
h4 {
	font-family:Verdana; font-size:12px;
	margin:5px 0px 0px 0px; font-weight:normal;
	padding:0px; color:#000; width:50px;
	border-bottom:1px solid #000; }

/* 本文 */
.txt{
              width:100%; background:url("t.gif") repeat-y;
	margin:3px 5px 10px 12px; padding:0px 0px 3px 10px;}

/* ページ設定 */
#start {}
#menu {
	background:url('t.png') no-repeat left center;
	font-size:110%; color:#777; width:100%;
	text-align:left; height:150px; font-family:Century Gothic;
              padding:0px 0px 30px 80px; margin:20px 0px 0px 10px;}
#main{
	padding:0px; margin:0px 0px 0px 12px;
	text-align:left; width:560px; height:100%;}
#footer {
	background:url('u.png') no-repeat left top;
	font-size:110%; color:#777; width:100%;
	text-align:right; font-family:Century Gothic;
              padding:25px 0px 0px 0px; margin:20px 0px 30px 0px;}

/* フォームの設定 */
textarea {
              font-size:75%; line-height:125%; color:#333; font-family:Verdana;
	background:#fff; width:320px; border:1px solid #000; }
input {
              font-size:10px; color:#333; background:#fff;
 	font-weight:normal; font-family:Verdana; border:1px solid #000; }
.new textarea{
              font-size:100%; line-height:130%;
	margin:0px 0px 3px 0px; display:block;
	color:#aaa; background:url('b.gif');
	width:400px; height:20px; border:1px solid #ccc;}

/* そのほかの設定 */
strong {
	color:#f00; font-weight:normal;
	border-bottom:2px dotted #fc0; }
img {
	border:0px; }

/* リスト */
ul{
	margin:0px 0px 5px 20px;}
ul li{
	list-style:square;}