/*　default_01.css */

/* 共通のスタイル */
body{   
	margin: 0% 0% 0% 0%
	}

table{  align: center;
	font-size: 10.5pt;
	margin: 0% 0% 0% 0%;
	text-valign: top;
	}

a{
	color: blue;
	text-decoration: none;
	}

a:hover{
	color: #FF0000;
	text-decoration: none;
}


