body{
	font-size:10pt;
	font-family: "ＭＳ Ｐゴシック";
}

table{
	font-size: 10pt;
	font-family: "ＭＳ Ｐゴシック";
}

h3{
	font-size:12pt;
	font-family: "ＭＳ Ｐゴシック";
	margin: 0px;
}

h4{
	font-size:11pt;
	font-family: "ＭＳ Ｐゴシック";
	margin: 0px;
}

ul,ol{
	margin-top: 5px;
	margin-bottom: 5px;
}

a:visited{
	font-size:10pt;
 	color: #0000aa;
	text-decoration: none;
}
a:link{
 	font-size:10pt;
	color: #0000aa;
	text-decoration: none;
}

a:hover{
	font-size:10pt;
 	color:#ff0000;
	text-decoration: underline;
}


