/* CSS Document */
body, td {
	font-size: 14px;
	line-height: 18px;
}
.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;}
.small {
	font-size: 12px;
	line-height: 16px;
}
.smaller {
	font-size: 10px;
	line-height: 13px;
}
.smallest {
	font-size:9px;
	line-height: 12px;
}
body,td,th {
	color: #333333;
}
body {
	background-color: #ABCC47;
	margin-left: 8px;
	margin-top: 32px;
	margin-right: 8px;
	margin-bottom: 16px;
}
a:link {
	color: #6633FF;
	text-decoration: none;
}
a:visited {
	color: #663399;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CC3300;
}
.black {color: #000000}
.red_bold {
	color: #CC3300;
	font-weight: bold;
}
.alert {
	color: #CC6600;
	font-size: 12px;
}
.red {color: #CC3300}
.orange {color: #FF9933}
.red_small {font-size: 12px; color: #CC3300; }
.whitess {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
}
.title {
	color: #8EAC37;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
}
.caption {
	font-size: 10px;
	color: #999999;
}
.cap_red {
	color: #FF6666;
}
.mail {
	font-size: 12px;
	line-height: 16px;
	color: #996633;
}
.bigger_black {
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
.green {
	color: #669900;
}
.brown {
	color: #996633;
}
.titlebig {
	color: #8EAC37;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}.cap_gray {
	font-size: 12px;
	color: #666666;
	line-height: 14px;
}
.kakomi {
	background-color: #F4EDC2;
}
