body{margin:0px;padding:0px;color:#000;background:#ffffff;font-family:"MS PGothic","Osaka";}
em{font-style: normal;}
#rateBox{width: 298px;}
#rateBox .border{
	border:1px solid #ccc;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#rateBox h2{
	margin:0;
	padding:10px;
	background: #2a55a5;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color:#fff;
	text-align: left;
	font-weight: bold;
	font-size:13px;
}
#rateBox table{
	width: 100%;
	border-collapse: collapse;
	line-height:20px;
	font-size:12px;
	text-align: right;
	}
#rateBox th{font-weight: normal;}
#rateBox thead{background: #e4e4e4;color:#666}
#rateBox thead th,#rateBox thead td{padding:0 15px;}
#rateBox thead td{padding-right:28px;}
#rateBox tbody tr:nth-child(even){background: #ddeeff;}
#rateBox tbody th,#rateBox tbody td{padding:5px 13px;}
#rateBox tbody td{
	width:33%;
	font-size:120%;
	font-weight: bold;	
	}
#rateBox .is-even{color:#666;}
#rateBox .is-up{color:#ff3333;}
#rateBox .is-down{color:#007FFF;}
#rateBox .caution{font-size:11px;color:#666;text-align:right;margin-right:5px;}
