a:link {
	color: red;
	text-decoration: none
}
a.black:link {
	color:#000000;
	text-decoration: none
}
a.black:visited {
	color:#000000;
	text-decoration: none
}
a.black:hover {
	color: #FF0000;
	text-decoration: underline
}
a.white:link, a.white:visited {
	color:white;
}
a:visited {
	color: red;
	text-decoration: none
}
a:hover {
	color: #E88C8E;
	text-decoration: underline
}
body {
	font-family: ＭＳ Ｐゴシック;
	font-size: 10pt
}
td {
	font-family: ＭＳ Ｐゴシック;
	font-size: 10pt
}
th {
	font-family: ＭＳ Ｐゴシック;
	font-size: 10pt
}
big {
	font-family: ＭＳ Ｐゴシック;
	font-size: 12pt
}
small {
	font-family: ＭＳ Ｐゴシック;
	font-size: 8pt
}
html {
	overflow-y:scroll;
}

h1 {
font-size: 13px;
font-weight: bold;
color: #999999;
margin-bottom:0px;
}