.words { font-family: "MS UI Gothic"; font-size: 12px; padding-top: 0px; padding-right: 
0px; padding-bottom: 0px; padding-left: 0px; white-space: normal; font-weight: 
normal; line-height: 18px; font-variant: normal; word-spacing: normal; letter-spacing: 
0.03em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px}

.small-font { font-family: "MS UI Gothic"; font-size: 10px; padding-top: 
0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 
11px; list-style-type: disc} 

.big-font { font-family: "MS UI Gothic"; font-size: 14px; padding-top: 
2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; line-height: 
16px; list-style-type: disc; color: #003366; font-weight: bold} 

h1 {
	font-family: "MS UI Gothic";
	font-size: 18px;
	padding-top: 
2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	line-height: 
normal;
	list-style-type: disc;
	color: #F00;
	font-weight: bold
} 

td, th {
font-family: "MS UI Gothic"; font-size: 12px;line-height: 18px;}

.style1 {
color: #990000}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A:link {
	color: #FFC;
	font-weight: bold;
}   /* リンク */
A:visited {                 /* 既に見たリンク */
	color: #CCC;
	font-weight: bold;
}
A:active {
	color: #999
} /* クリック時のリンク */
A:hover {                   /* カーソルが上にある時のリンク */
	color: #FC0;
	font-weight: bold;
}