.calc {
	background: #EEEEEE;
	border: 1px solid #8688A8;
	color: #000000;
	border-collapse: collapse;
}
.calc_input {
	color: #000000;
}
.calc_button {
	color: #000000;
}
.sfont {
	color: #666;
}
.err{
	color: #CC0000;
}
TH {
	border: 1px solid #8688A8;
	background: #99332f;
	font-weight: bold;
	padding: 3px;
	color: #FFFFFF;
}
#tiplayer {
	position: absolute;
	right:200px;
	width: 250px;
	padding: 4px;
	background: #FFFFE1;
	border: 1px solid #000000;
	z-index: 10;
	visibility: hidden;
}
#powered_by, #powered_by a{
	font-size: 11px;
	margin-top: 15px;
	text-align: center;
	color: #BBBBBB;
}
.fill01 {background-color: #FFFFFF}
.fill02 {background-color: #E1EBF0}
#calcH1{
	font-weight: bold;
	color: #595B70;
	text-align: center;
}
#calclist li{margin-bottom: 6px}
#pathway{
	font-weight: bold;
	color: #7D7D7E;
	text-align: center;
}
#pathway a{
	font-weight: normal;
	text-decoration: none;
}