@charset "Shift_JIS";
#history{
	width: 500px;
	height: 500px;
	
	margin-top: 20px;
	margin-left: 50px;
	
}
#historyul{
	font-size: small;
	list-style-type: none;
	text-align: left;
	height: 450px;
	background-color: rgb(234, 234, 234);
	width: 480px;
	overflow: auto;
	margin-left: 15px;
}

P{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
LI{
	margin-bottom: 10px;
}