/*全体の設定*/
body,td,th,input,textarea{
	font-size:10px;					/*文字の大きさ*/
	color:#ffffff;					/*文字色*/
	font-family:'Verdana,MS P ゴシック';		/*フォントの設定*/
	line-height:17px;				/*文字の縦幅*/
	letter-spacing:2px;				/*文字の横幅*/
}
br	{letter-spacing:normal;		}		/*改行の縦幅*/
body,a	{cursor:default;		}		/*カーソルの設定*/

/*ラインの設定*/
hr	{
	width:100%;border-style:dotted;align:left;
	height:1px;border-color:#b39999;
}

/*スクロールバーの設定*/
body,.enter{
	scrollbar-face-color:#000;
	scrollbar-highlight-color:#000;
	scrollbar-track-color:#000;
	scrollbar-shadow-color:#000;
	scrollbar-3dlight-color:#000;
	scrollbar-arrow-color:#b39999;
	scrollbar-darkshadow-color:#000;
	background-color:#000;margin:20px;margin-left:50px;
}

/*背景画像の設定*/
.menu	{background:url(bg.jpg) #fff left bottom no-repeat fixed;margin:0px;}

/*リンクの設定*/
a	{text-decoration:none;color:#ff0080;	}	/*リンク全体の設定*/
a:hover	{text-decoration:none;color:#b30000;	}	/*リンクに触れた時の設定*/
.menulink a
	{height:35px;padding-top:8px;margin:1px 0px;filter:Alpha(opacity=100);
	 background-color:#000;width:100%;}		/*リンク全体の設定*/
.menulink a:hover
	{height:35px;background:#000;margin:1px 0px;width:100%;
	filter:Alpha(opacity=80);}			/*リンクに触れた時の設定*/


/*見出しの設定*/
h2{
	border-bottom:1px solid #fff;			/*線の設定*/
	color:#fff;					/*文字色*/
	font-size:10px;					/*文字の大きさ*/
	font-weight:bold;				/*文字の太さ*/
	margin:15px 0px;				/*外側の余白*/
	padding-left:20px;padding-bottom:3px;		/*内側の余白*/
	text-align:left;				/*文字寄せの設定*/
	background:url(h2.gif) left no-repeat fixed;}

/*サイト名表示設定*/
h1{
	border:0px;					/*線の設定*/
	color:#000;					/*文字色*/
	font-size:25px;					/*文字の大きさ*/
	font-family:'ＭＳ 明朝';			/*フォントの設定*/
	font-weight:bold;				/*文字の太さ*/
	padding:2px;padding-left:50px;			/*内側の余白*/
	margin:10px;
	text-align:left;				/*文字寄せの設定*/
}
h1 a{color:#000;}

/*テキスト表示部分の設定*/
.text{
	margin-left:15px;				/*左の余白*/
	width:98%;					/*表示部分の横幅*/
}

/*input,テキストエリアの設定*/
input,textarea{
	background-color:transparent;			/*背景色*/
	border:1px solid #666;				/*線の設定*/
}
input{	height:20px;			}		/*高さの設定*/

/*リンクページ200x40*/
dl.link200 dt{
	width:200px;height:40px;			/*バナー表示位置のサイズ*/
	float:left;					/*バナー表示位置文字寄せ*/
	margin:0px 5px 10px 0px;			/*バナー表示位置の余白*/
}
dl.link200 dd{
	min-height:40px;				/*説明部分の高さ*/
	margin:0px 5px 10px 0px;			/*説明部分の余白*/
}

/*リンクページ88x31*/
dl.link88 dt{
	width:88px;height:31px;				/*バナー表示位置のサイズ*/
	float:left;					/*バナー表示位置の文字寄せ*/
	margin:0px 5px 10px 0px;			/*バナー表示位置の余白*/
}
dl.link88 dd{
	min-height:31px;				/*説明部分の高さ*/
	margin:0px 5px 10px 0px;			/*説明部分の余白*/
}