table{
	border-top:1px solid #663300;
	border-left:1px solid #663300;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
table th{
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	color:#330000;
	background:#996633;
	background-image:url(../img/table-back.gif);
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
}
table td{
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	width:13px;
	height:20px;
	overflow:hidden;
	font-size:10pt;
	text-align: center;
	padding: 0px;
}

table td.hover {background:#f7ddde;}
table td.hover:hover {background:#f4c7c9;}

.select_yoyaku {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 0px;
  padding: 10px;
  font-size: large;
}