@charset "utf-8";
/* CSS Document */
table{
	border-top:1px solid #623e26;
	border-left:1px solid #623e26;
	width:620px;
	margin-bottom:30px;
	}
table td,
table th{
	border-bottom:1px solid #623e26;
	border-right:1px solid #623e26;
	padding:10px;
}
table th{
	background-color:#f3e2c6;
}