body{	font-family: MS UI Gothic;	color: gray;	background-color: white;	/**/	background-image: url(image/back.gif);	background-repeat: repeat;	background-attachment: fixed;	/**/	scrollbar-track-color: white;	scrollbar-face-color: white;	scrollbar-shadow-color: silver;	scrollbar-darkshadow-color: white;	scrollbar-highlight-color: silver;	scrollbar-3dlight-color: white;	scrollbar-arrow-color: gray;}th, td{	color: gray;}a:link{	color: black;	text-decoration: none;}a:visited{	color: black;	text-decoration: none;}a:active{	color: black;	text-decoration: none;}a:hover{	color: red;}th.menu{	color: white;	background-color: silver;	border-left: 1px solid lightgrey;	border-top: 1px solid lightgrey;	border-right: 1px solid gray;	border-bottom: 1px solid gray;}td.menu{	background-color: whitesmoke;	border-left: 1px solid white;	border-top: 1px solid white;	border-right: 1px solid gainsboro;	border-bottom: 1px solid gainsboro;}th.main{	color: white;	background-color: silver;	border-left: 1px solid lightgrey;	border-top: 1px solid lightgrey;	border-right: 1px solid gray;	border-bottom: 1px solid gray;}th.main2{	color: white;	background-color: lightgrey;	border-left: 1px solid gainsboro;	border-top: 1px solid gainsboro;	border-right: 1px solid silver;	border-bottom: 1px solid silver;}td.main{	background-color: whitesmoke;	border-left: 1px solid white;	border-top: 1px solid white;	border-right: 1px solid gainsboro;	border-bottom: 1px solid gainsboro;}td.main2{	color: white;	background-color: lightgrey;	border-left: 1px solid gainsboro;	border-top: 1px solid gainsboro;	border-right: 1px solid silver;	border-bottom: 1px solid silver;}