body {
	margin: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #EAEAEA;
}
a:link		{color:#333333;text-decoration: none}
a:visited	{color:#333333;text-decoration: none}
a:active	{color:#333333;text-decoration: none}
a:hover		{color:#333333;text-decoration: underline}

.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14pt;
	color:#666666;
}
.data2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14pt;
	color:#000099;
	font-weight: bold;
}
.data3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14pt;
	color:#1F1F1F;
	font-weight: bold;
}
.memo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14pt;
	color:#888888;
}

