/*　default_02.css */

/* 共通のスタイル */
body {
	font-size: 10.5pt;
	margin: 2% 0% 2% 0%;
	}

table{
	
	margin: 1% 0% 1% 0%;
	text-align: left;
}

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

a:hover {
	color: red;
	text-decoration: none;
	}


