@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:#ffffff;        scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#ffffff; scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;      scrollbar-shadow-color:#ffffff;
	scrollbar-track-color:#ffffff; }

/* リンクの設定 */
a {
	text-decoration:underline; }
a:link , a:visited {
	color:#000000;}
a:active , a:hover {
	text-decoration:none; color:#fff; background-color:#000000;}
#FOOTER a:link, #FOOTER a:visited, #FOOTER a:active {
	text-decoration:none; color:#ffdd00; }
#FOOTER a:hover{
	text-decoration:none; color:#ffffff; background-color:#ffdd00;}

/* メニュー設定 */
#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:#ffffff; color:#000000; 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:#000000; width:20px;
	font-weight:normal; border-bottom:1px dotted #000000; }
h4 {
	font-family:Verdana; font-size:12px;
	margin:5px 0px 0px 0px; font-weight:normal;
	padding:0px; color:#000000; width:50px;
	border-bottom:1px solid #000000; }

/* 本文 */
.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:#777777; 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:#777777; 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:#333333; font-family:"Verdana";
	background:#ffffff; border:1px solid #000000; }
input {
              font-size:10px; color:#333333; background:#ffffff;
 	font-weight:normal; font-family:"Verdana"; border:1px solid #000000; }
.new textarea{
              font-size:100%; line-height:130%;
	margin:0px 0px 3px 0px; display:block;
	color:#aaaaaa; background:url('b.gif');
	width:400px; height:20px; border:1px solid #cccccc;}

/* そのほかの設定 */
strong {
	color:#f00; font-weight:normal;
	border-bottom:2px dotted #ffcc00; }
img {
	border:0px; }

/* リスト */
ul{
	margin:0px 0px 5px 20px;}
ul li{
	list-style:square;}