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