/* CSS Document */
body, td {
	font-size: 14px;
	line-height: 20px;
	color: #555555;
}
.biggest {
	font-size: 24px;
	line-height: 28px;
}
.bigger {
	font-size: 18px;
	line-height: 22px;
}
.big {
	font-size: 16px;
	line-height: 20px;
}
.normal {
	font-size: 14px;
	line-height: 20px;
}
.small {
	font-size: 12px;
	line-height: 16px;
}
.smaller {
	font-size: 10px;
	line-height: 13px;
}
.smallest {
	font-size:9px;
	line-height: 12px;
}
body {
	margin-left: 8px;
	margin-top: 32px;
	margin-right: 8px;
	margin-bottom: 16px;
	background-image: url(images/bkgnd2.gif);
}
a:link {
	color: #45CACA;
	text-decoration: none;
}
a:visited {
	color: #43A8AA;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
.black {color: #333333}
.red_bold {
	color: #FF0033;
	font-weight: bold;
}
.alert {
	color: #CC6600;
	font-size: 12px;
}
.red {color: #FF0033}
.yodogawa {
	color: #DA552C;
}
.red_small {font-size: 12px; color: #FF0033; }
.title {
	color: #FFB400;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}
.caption {
	font-size: 12px;
	color: #666666;
}
.mail {
	font-size: 12px;
	line-height: 16px;
	color: #996633;
}
.blackbold {
	color: #333333;
	font-weight: bold;
}
.orange {
color: #FF6633}
