@charset "utf-8";

#stock_info{
	padding-top:10px;
}
#stock_info table{
	width:580px;
}
#stock_info tr,#stock_info tr td{
	background: #ffeca1;
}
#stock_info tr:hover,#stock_info tr:hover td{
	background: #ffe676;
}
#stock_info td{
	padding:5px;
	border:solid 1px #f3f3f3;
}
#stock_info .pastlog{
	margin: 5px;
	font-weight: bold;
	color:#cd9303;
}
#stock_info .pastlog a{
	color:#1b1e53;
	font-weight: normal;
	text-decoration:underline;
}
#stock_info .pastlog a:hover{
	color:#cd9303;
	font-weight: normal;
	text-decoration:none;
}

