body	{
	font-family:"verdana,osaka,*"; font-size:14pt ;
	color: #ff00ff;
	scrollbar-3d-light-color	:black ;/**/
	scrollbar-arrow-color		:black ;/*▲の色*/
	scrollbar-base-color		:black ;/*ベース*/
	scrollbar-dark-shadow-color	:white ;/**/
	scrollbar-face-color		:white ;/*フェース*/
	scrollbar-highlight-color	:#bbbbbb ;/*ハイライト*/
	scrollbar-shadow-color		:white ;/*シャドウ*/
	}
A:LINK { COLOR: #ff2222 ;TEXT-DECORATION: NONE ;filter:dropshadow(offx="1",offy="2",color="#bbbbbb",positive="true");}	/*リンク*/
A:VISITED { COLOR: #ff8888 ;TEXT-DECORATION: NONE ;filter:dropshadow(offx="1",offy="2",color="#bbbbbb",positive="true");}	/*すでに見たリンク*/
A:ACTIVE { COLOR: #4444ff ;TEXT-DECORATION: NONE ;filter:dropshadow(offx="1",offy="2",color="#bbbbbb",positive="true");}	/*クリックしたときのリンク*/
A:HOVER { COLOR: #66ffff ;TEXT-DECORATION: underline ; ;filter:dropshadow(offx="1",offy="2",color="#bbbbbb",positive="true");}	/*カーソルが上にあるときのリンク*/

span	{position:absolute;
	top:48px;
	}
div	{position:relative;
	}
td	{
	font-size: 14px;
	color: #ff00ff;
	}
tr	{
	font-size: 14px;
	color: #ff00ff;
	}
.main	{
	background-image:url("graphix/bg00.gif");
	background-repeat:repeat;
	background-position:left top;
	background-attachment:fixed;
	background-color:#000000;
	}
.bgmenu	{
	background-image:url("graphix/bg00.gif");
	background-repeat:repeat;
	background-position:left top;
	background-attachment:fixed;
	background-color:#000000;
	}
.bg1	{
	background-attachment:fixed;
	background-image:url("graphix/bgp1.gif");
	background-repeat:repeat;
	}
.bg2	{
	background-attachment:fixed;
	background-image:url("graphix/bg02.gif");
	background-repeat:repeat;
	}
.bg3	{
	background-attachment:fixed;
	background-image:url("graphix/bg03.gif");
	background-repeat:repeat;
	}
.td_white	{
	font-size: 14px;
	font-color: #ffffff;
	}
.td_midashi{
	background-color:#eeeeff;
	}
.td_blue{
	background-color:#ccccff;
	}
.td_glay{
	background-color:#eeeeff;
	}
.td_red	{
	background-color:#ffeeee;
	}
.login	{position:absolute;
	bottom:8px;
	right:15px;
	}
.photo	{position:absolute;
	bottom:10px;
	left:5px;
	}
.white	{
	background-color:#ffffff;
	}
.blue	{
	background-color:#ccccff;
	}
.black	{
	background-color:#000000;
	font-size: 14px;
	color: white;
	}
.danger	{
	font-size: 12px;
	color: red;
	filter: dropshadow(offx=1,offy=1,color=#cccccc,positive=true,);
	}
.danger2{
	font-size: 14px;
	color: red;
	filter: dropshadow(offx=1,offy=1,color=#cccccc,positive=true,);
	}


.righthand{
	position:absolute;
	top:32px;
	right:0px;
}


INPUT,textarea	{
	border-top:3px double #ddd;
	border-bottom:3px double #ddd;
	border-left:3px double #ddd;
	border-right:3px double #ddd;
	background-color:#fff;
	color:black;
	}
INPUT.button	{
	border:3px;
	border-top:3px double #ddd;
	border-bottom:3px double #ddd;
	border-left:3px double #ddd;
	border-right:3px double #ddd;
	background-color:#fff;
	color:black;
	width:80px;
	}
