body{
 background-color:#AAAAAA;
}

body,table{
	font-size:10pt;
	font-family:MS UI Gothic;
}
/* リンクの定義 */
a {
 color:#AAAAAA;
 text-decoration:none;
}
a:hover {
 color:#FF0000;
}
