/* CSS Document */
BODY{
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #33cc66;
	scrollbar-shadow-color: #33cc66;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #33cc66;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	font-family : "Verdana", "MS UI Gothic", "Osaka",;line-height: 16px; letter-spacing: 2px;
	font-size : 12px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	color: #666666;
	background-repeat : no-repeat;
  background-attachment : fixed;
  background-position : 90% 90%;}
	
TABLE,TR,TD{font-size : 12px;}

A:link {color: #009933;text-decoration:none;}
A:visited {color: #009933;text-decoration:none;}
A:active {color: #009933;text-decoration:none;}
A:hover { color:#cccccc; text-decoration: underline;background-color : #ffffff;}

HR{
	border: dashed #00cc66;
}

.waku{border-width : 0px 1px 0px 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-left-color : green;
  border-right-color : green;
}
.td_solid{border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : green green green green;}
