body {
	margin: 0px;
	background-image: url(../images/bg_index.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
a:link		{
	color:#0000FF;
	text-decoration: none
}
a:visited	{color:#333333;text-decoration: none}
a:active	{color:#333333;text-decoration: none}
a:hover		{color:#333333;text-decoration: underline}

.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color:#333333;
	letter-spacing: 1px;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color:#5D5D5D;
}
.memo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color:#333333;
	font-weight: bold;
}
.memo_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	color:#FF0000;
	font-weight: bold;
}
