/*全体の設定*/
body,td,th,input,textarea{
	font-size:10px;					/*文字の大きさ*/
	color:#666;					/*文字色*/
	font-family:'Verdana,MS P ゴシック';		/*フォントの設定*/
	line-height:17px;				/*文字の縦幅*/
	letter-spacing:2px;				/*文字の横幅*/
}
body	{background:url("img/bg.jpg") no-repeat fixed 100% 120%;}
br	{letter-spacing:normal;		}		/*改行の縦幅*/
body,a	{cursor:default;		}		/*カーソルの設定*/

/*ラインの設定*/
hr	{
	width:100%;border-style:dotted;align:left;
	height:1px;border-color: #a69f90;
}

/*スクロールバーの設定*/
body{
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-track-color:#fff;
	scrollbar-shadow-color:#fff;
	scrollbar-3dlight-color:#fff;
	scrollbar-arrow-color:#ccc;
	scrollbar-darkshadow-color:#fff;
}

/*リンクの設定*/
.menu a	{text-decoration:none;color:#666;
	 filter:dropshadow(color='#cccccc',offx='2',offy='1',positive='true');
	 width:50px;}	/*リンク全体の設定*/
a	{text-decoration:none;color:#666;}	/*リンクに触れた時の設定*/
a:hover	{text-decoration:none;color:#ccc;}	/*リンクに触れた時の設定*/

/*見出しの設定*/
h2{
	font-size:10px;					/*文字サイズ*/
	font-weight:bold;				/*文字の太さ*/
	margin:10px 0px;				/*余白（外側）*/
	padding:2px 5px;				/*余白（内側）*/
	letter-spacing:1px;				/*文字の間隔*/
	text-align:left;				/*文字寄せ*/
	border-bottom:1px #666 dotted;			/*線の設定*/
	width:500px;
	filter:dropshadow(color=#cccccc,positive=true,offx=2,offy=1);
}

/*サイト名表示設定*/
h1{
	border:0px;					/*線の設定*/
	color:#999;					/*文字色*/
	font-size:30px;					/*文字の大きさ*/
	font-family:'century gothic';			/*フォントの設定*/
	font-weight:normal;				/*文字の太さ*/
	padding:2px;					/*内側の余白*/
	margin:10px;
	letter-spacing:5px;
	text-align:left;				/*文字寄せの設定*/
}

/*テキスト表示部分の設定*/
.text{
	margin-left:15px;				/*左の余白*/
	width:500px;
}

/*input,テキストエリアの設定*/
input,textarea{
	background-color:transparent;			/*背景色*/
	border:1px solid #ddd;				/*線の設定*/
}
input{	height:20px;			}		/*高さの設定*/

/*リンクページ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 8px #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 8px #fff;	/*左線の設定*/
}