/* CSS Document */
body, td {
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
.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 {
	background-image: url(images/tome_bkgnd.gif);
}
a:link {
	color: #FF6699;
	text-decoration: none;
}
a:visited {
	color: #CC6699;
	text-decoration: none;
}
a:active {
	color: #FF6633;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
.blackbold {
	font-weight: bold;
	color: #000000;
}
.yodogawa {
	color: #4B2A20;
}
.tborder {
	background-color: #FFE27C;
}
.whtback {
	background-color: #FFFFFF;
}
.caption {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.alert {
	color: #FF3300;
}
.kakomi {
	background-color: #F1F7FF;
}
.blue {
	color: #2BADFF;
	font-size: 18px;
	line-height: 22px;
}
