@charset "utf-8";

table#historybox{
	max-width:650px;
	margin-bottom:50px;
}
table#historybox td{
	border:0px;
}
table#historybox tr td:nth-of-type(1){
	text-align:center;
	width:25%;
	border-bottom:1px dashed #808080;
}

table#historybox tr td:nth-of-type(2){
	text-align:left;
	width:75%;
	border-bottom:1px dashed #808080;
}

#rightbox div.caution{
	width:90%;
	text-align:center;
	margin:10px auto;
	border:1px ridge #888888;
	background-color:#ff9999;
}

.googlesearch td{
	border:0px;
}
