body.concana{
	background:
		black
		url(http://www.geocities.jp/server-errors/not_found.html)
		no-repeat
		fixed
		left
		bottom;
	color:
		#666666;
	font-size:
		9pt;
	scrollbar-face-color:
		#666666;
	scrollbar-track-color:
		#000000;
	scrollbar-arrow-color:
		#000000;
	scrollbar-highlight-color:
		#aaaaaa;
	scrollbar-shadow-color:
		#333333;
	scrollbar-3dlight-color:
		#333333;
	scrollbar-darkshadow-color:
		#111111;/*詳しくはttp:www.tagindex.com/stylesheet/other/scroll_bar.html*/
}
body.hoge{
	color:
		#666666;
	font-size:
		9pt;
	scrollbar-face-color:
		#666666;
	scrollbar-track-color:
		#000000;
	scrollbar-arrow-color:
		#000000;
	scrollbar-highlight-color:
		#aaaaaa;
	scrollbar-shadow-color:
		#333333;
	scrollbar-3dlight-color:
		#333333;
	scrollbar-darkshadow-color:
		#111111;/*詳しくはttp:www.tagindex.com/stylesheet/other/scroll_bar.html*/
}
a:link {
text-decoration:none;
color:#6666cc ; /*未訪問リンク */
}

a:visited {
text-decoration:none;
color:#9966ff ;/*訪問済みリンク */
}

a:hover {
text-decoration:none;
color:#aaaaff ;/*マウスが乗ったとき */
}

a:active {
text-decoration:none;
color:#6666ff ; /*クリックしたとき */
bgcolor:white;

}
table.main{
	border:
		0;
	font-size:
		9pt;
}

input,textarea { font-size:12px;color:#aaaaff;background-color:#666666;}

