/* リンク文字 */
a:link {
	font-family: MS ゴシック, Osaka;
	color: #2255FF;
	line-height: 1.3em;
	text-decoration: none;
}
a:visited  {
	color:#9B2828;
	text-decoration: none;
}
a:hover { 
     background-color:#ffff99; 
}

body,table {
	font-size: 11pt;
}

