/*基本設定*/
html	{background-color:transparent;}
body,td	{
	font-size : 10px;				/*文字サイズ*/
	margin:10px;					/*余白*/
	font-family:'Verdana,MS P ゴシック';		/*フォントの設定*/
	line-height:17px;				/*文字の縦幅*/
	letter-spacing:2px;				/*文字の横幅*/
	color:#e8e8d8;					/*文字色*/
	margin-bottom:50px;				/*下部分の余白*/
	}
br	{letter-spacing:normal;		}		/*改行の縦幅*/

/*ラインの設定*/
hr	{
	width:100%;border-style:dotted;align:left;
	height:1px;border-color: #e8e8d8;
	}

/*カーソルの設定*/
body	{cursor:default;}
a	{cursor:default;}

/*スクロールバーの設定*/
body	{
	scrollbar-face-color:#000;
	scrollbar-track-color:#000;
	scrollbar-arrow-color:#e8e8d8;
	scrollbar-3dlight-color:#000;
	scrollbar-highlight-color:#e8e8d8;
	scrollbar-shadow-color:#e8e8d8;
	scrollbar-darkshadow-color:#000;
	background-color:transparent;
	}
/*リンクの設定*/
a	{color:#ff9999;text-decoration : none;}
A:hover	{color:#ff9999;position:relative;top:1pt;left:1pt;}

/*見出しの設定*/
h2{
	border:0px;					/*線の設定*/
	color:#ff9980;					/*文字色*/
	font-size:9px;					/*文字の大きさ*/
	font-weight:normal;				/*文字の太さ*/
	margin:15px 0px;				/*外側の余白*/
	margin-left:0px;				/*外左側の余白*/
	padding:2px;					/*内側の余白*/
	padding-left:3px;				/*内左側の余白*/
	text-align:left;				/*文字寄せの設定*/
	width:150px;					/*横幅の設定*/
}

/*サイト名表示設定*/
h1{
	border:0px;					/*線の設定*/
	color:#e8e8d8;					/*文字色*/
	font-size:24px;					/*文字の大きさ*/
	font-weight:normal;				/*文字の太さ*/
	padding-bottom:10px;				/*内側の余白*/
	font-family:'century gothic';			/*フォントの設定*/
	margin-bottom:30px;				/*外上側の余白*/
	writing-mode:tb-rl;				/*縦書き表示の設定*/
	line-height:25px;				/*文字の縦幅*/
	letter-spacing:5px;				/*文字の横幅*/
}

/*テキスト表示部分の設定*/
.text{
	margin-left:15px;				/*左の余白*/
	background-color:transparent;
	color:#e8e8d8;
}

/*input,テキストエリアの設定*/
input,textarea{
	background-color:transparent;			/*背景色*/
	color:#e8e8d8;					/*文字色*/
	border:1px solid #e8e8d8;			/*線の設定*/
}
input{	height:20px;			}		/*高さの設定*/

/*メニュー部分の設定*/
.menu a	{color:#006666;text-decoration : none;}
.menu a:hover{color:#e8e8d8;background-color:#fff;position:relative;top:1pt;left:1pt;}

/*アイフレームの設定*/
.if{
	border:1px #000 solid;}

/*リンクページ200x40*/
dl.link200 dt{
	width:200px;height:40px;			/*バナー表示位置のサイズ*/
	margin:0px 5px 5px 0px;				/*バナー表示位置の余白*/
}
dl.link200 dd{
	min-height:40px;				/*説明部分の高さ*/
	margin:0px 10px 10px 20px;			/*説明部分の余白*/
	padding-left:3px;border-left:double 5px #e8e8d8;	/*左線の設定*/
}

/*リンクページ88x31*/
dl.link88 dt{
	width:88px;height:31px;				/*バナー表示位置のサイズ*/
	margin:0px 5px 5px 0px;				/*バナー表示位置の余白*/
}
dl.link88 dd{
	min-height:31px;				/*説明部分の高さ*/
	margin:0px 10px 10px 20px;			/*説明部分の余白*/
	padding-left:3px;border-left:double 5px #e8e8d8;	/*左線の設定*/
}