/*基本設定*/
body,td	{
	font-size : 10px;				/*文字サイズ*/
	margin:0px;					/*余白*/
	font-family:'Verdana,MS P ゴシック';		/*フォントの設定*/
	line-height:17px;				/*文字の縦幅*/
	letter-spacing:2px;				/*文字の横幅*/
	color:#000;					/*文字色*/
	margin-bottom:50px;				/*下部分の余白*/
	}
br	{letter-spacing:normal;		}		/*改行の縦幅*/

/*ラインの設定*/
hr	{
	width:100%;border-style:dotted;align:left;
	height:1px;border-color: #000;
	}

/*カーソルの設定*/
body	{cursor:crosshair;}
a	{cursor:e-resize;}

/*スクロールバーの設定*/
body	{
	scrollbar-face-color:#fff;
	scrollbar-track-color:#fff;
	scrollbar-arrow-color:#000;
	scrollbar-3dlight-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#fff;
	scrollbar-darkshadow-color:#fff;
	}
/*リンクの設定*/
a	{color:#000;text-decoration : none;}
A:hover	{color:#e8e8d8;	}

/*見出しの設定*/
h2{
	border:1px solid #000;				/*線の設定*/
	border-left:0px;				/*左線の設定*/
	color:#000;					/*文字色*/
	font-size:9px;					/*文字の大きさ*/
	font-weight:bold;				/*文字の太さ*/
	margin:15px 0px;				/*外側の余白*/
	margin-left:0px;				/*外左側の余白*/
	padding:2px;					/*内側の余白*/
	padding-left:15px;				/*内左側の余白*/
	background-color:#fff;				/*背景色*/
	background-image:url("img/dot.gif");		/*背景画像*/
	text-align:left;				/*文字寄せの設定*/
	width:150px;					/*横幅の設定*/
}

/*サイト名表示設定*/
h1{
	border:0px;					/*線の設定*/
	color:#e8e8d8;					/*文字色*/
	font-size:24px;					/*文字の大きさ*/
	font-weight:normal;				/*文字の太さ*/
	padding:2px;					/*内側の余白*/
	font-family:'century gothic';			/*フォントの設定*/
	margin-top:10px;				/*外上側の余白*/
	text-align:left;				/*文字寄せの設定*/
}

/*テキスト表示部分の設定*/
.text{
	margin-left:15px;				/*左の余白*/
}

/*input,テキストエリアの設定*/
input,textarea{
	background-color:#fff;				/*背景色*/
	border:1px solid #000;				/*線の設定*/
}
input{	height:20px;			}		/*高さの設定*/

/*メニュー部分の設定*/
.title{
	border:1px #000 solid;
	background-image:url("img/e.jpg");
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:left bottom;}
.menu{
	border-top:0px;}

.m1{
	text-align:center;}

/*アイフレームの設定*/
.if{
	border:1px #000 solid;}

/*リンクページ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;			/*説明部分の余白*/
}