BODY{
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.fix9    { font-size : 9px; }
.fix10    { font-size:10px; }
.fix11    { font-size:11px; }
.fix12	  { font-size:12px; }
.fix13   { font-size:13px; }
.fix14   { font-size:14px; }
.fix15   { font-size:15px; }
.fix16   { font-size:16px; }
.fix17   { font-size:17px; }
.fix20   { font-size:20px; }

.link	{
	width: 570px; height:auto;
	font-size:12px; border: solid 1px lightgray; 
	margin: -580px 0px 0px 0px; /* 上右下左 */
	padding: 0px 0px 0px 0px; /* 上右下左 */
	}

.left-t	{ font-weight:bold; background-color: gainsboro; text-align: center; width: 50%; border-bottom: solid 1px lightgray; border-right: solid 1px lightgray;}	
.right-t{ font-weight:bold; background-color: gainsboro; text-align: center; width: 50%; border-bottom: solid 1px lightgray;}


.left	{ empty-cells: show; width: 50%; border-bottom: dotted 1px lightgray; border-right: solid 1px lightgray;}	
.right	{ empty-cells: show; width: 50%; border-bottom: dotted 1px lightgray;}


A:LINK	{
	color : #0028A2;
	text-decoration : none;
}
A:VISITED	{
	color : #0028A2;
	text-decoration : none;
}


A:ACTIVE	{color : blue; text-decoration : underline; }
A:HOVER	{color : #cc0000;
  text-decoration : underline;
}
