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

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

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

/*スクロールバーの設定*/
body	{
	scrollbar-face-color:#000;
	scrollbar-track-color:#000;
	scrollbar-arrow-color:#fff;
	scrollbar-3dlight-color:#000;
	scrollbar-highlight-color:#000;
	scrollbar-shadow-color:#000;
	scrollbar-darkshadow-color:#000;
	}
/*リンクの設定*/
a	{color:#fff;text-decoration : none;border-bottom: dotted 1px;}
A:hover	{color:#40a0c0;	}

/*見出しの設定*/
h2{
	border-top:1px solid #fff;			/*上線の設定*/
	border-bottom:1px solid #fff;			/*下線の設定*/
	color:#fff;					/*文字色*/
	font-size:9px;					/*文字の大きさ*/
	font-weight:bold;				/*文字の太さ*/
	margin:15px 0px;				/*外側の余白*/
	padding-right:5px;				/*内側(右)の余白*/
	padding:2px;					/*内側の余白*/
	background-color:#000;				/*背景色*/
	text-align:right;				/*文字寄せの設定*/
}

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

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

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

/*メニュー部分の設定*/
.title{
	border-right:1px;
	border-color:#000;
	border-style:solid;}

.menu{
	border-right:1px #000 solid;}

.m1{
	text-align:center;}

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

/*リンクページ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 #fff;	/*左線の設定*/
}

/*リンクページ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 #fff;	/*左線の設定*/
}