/*京*/
a:link{    /* 未リンク */
	text-decoration:none;
	font-weight:bold;
}
a:visited{ /* 既リンク */
	text-decoration:none;
	font-weight:normal;
}
a:hover  { /* リンク中 */
	color:#F44646; text-decoration:underline;
}
BODY,TD{
	font:10pt "Arial","MS UI Gothic";
	color:#535353;
	margin:10px 0px 0px 0px;
}
B,TH{
	font:bold 10pt "Arial","MS UI Gothic";
}
TABLE{
	border-collapse: collapse;
}
h1{
	font:normal 25pt "Arial","MS UI Gothic";
}
SMALL{
	font-size:8pt;
}
.top{
	font:10pt "Arial","MS UI Gothic";
}
