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

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

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

/*スクロールバーの設定*/
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;
	}

/*背景画像の設定*/
.bg{background-image:url("img/bg.jpg");
	background-repeat:no-repeat;
	background-position:right;
	background-color:white;}


/*リンクの設定*/
a	{color:#000;text-decoration : none;}
A:hover	{color:#fff;	}

/*見出しの設定*/
h2{
	padding:2px 5px;font-weight:normal;
	border-bottom:1px solid #000;
	text-align:left;color:#000;margin:10 0;font-size:10px;
}

/*サイト名表示設定*/
h1{
	border:0px;					/*線の設定*/
	color:#000;					/*文字色*/
	font-size:20px;					/*文字の大きさ*/
	font-weight:normal;				/*文字の太さ*/
	padding:2px;					/*内側の余白*/
	margin:10px 3px;					/*外側の余白*/
	text-align:right;				/*文字寄せの設定*/
}

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

/*メニュー表示部分の設定*/
.menu{
	padding:5px;					/*上の余白*/
	border-top:solid #000 1px;				/*線の設定*/
	border-bottom:solid #000 1px;			/*右線の設定*/
	font-size:11px;text-align:center;
}

/*フィルター*/
.filter{background-color:#fff;filter:Alpha(opacity=50,enabled=70)}
.filter2{background-color:#fff;filter:Alpha(opacity=60,enabled=70)}

/*input,テキストエリアの設定*/
input,textarea{
	background-color:transparent;			/*背景色*/
	border:1px solid #000;				/*線の設定*/
	color:#000;					/*文字色*/
}
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;			/*説明部分の余白*/
}