/* CSS Document */
body, td {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
}
.biggest {
	font-size: 36px;
	line-height: 42px;
}
.bigger {
	font-size: 24px;
	line-height: 28px;
}
.big {
	font-size: 18px;
	line-height: 24px;
}
.normal {
	font-size: 16px;
	line-height: 22px;
}
.small {
	font-size: 14px;
	line-height: 20px;
}
.smaller {
	font-size: 12px;
	line-height: 16px;
}
.smallest {
	font-size:10px;
	line-height: 14px;
}
body {
	background-color: #EDE8D5;
	margin-right: 24px;
	margin-left: 24px;
	margin-top: 24px;
	margin-bottom: 24px;
}
a:link {
	color: #A57F4C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A55D36;
}
a:active {
	color: #99CC00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFAE00;
}
.copyright {
	font-size: 10px;
	line-height: 13px;
}
.bkblack {
	background-color: #000000;
}
.bkwht {
	background-color: #FFFFFF;
}
.red {
	color: #FF0000;
}
.bkgray {
	background-color: #E6E6E6;
}
.bkkawakami {
	background-image: url(../images/bkgnd_kawa.jpg);
}
.bkitoi {
	background-image: url(../images/bkgnd_itoi.jpg);
}
.purple {
	color: #666699;
}
