@charset "utf-8";
@import url(basic.css);

body{
/*		font-size:80%;*/
    color:#666;
}

table thead tr th{
  text-decoration:none;
  font-weight:normal;
  border:1px solid #666;
  text-align:center;
  color:#666;
}

table tbody tr th{
  text-decoration:none;
  font-weight:normal;
  border-bottom:1px dashed #666;
  border-right:1px solid #666;
  text-align:center;
}

table thead tr th{
	font-weight:bold;
}


table tbody tr.rest{
	background-color:#ffc;
}

table tbody tr td{
	width:31px;
  padding:5px 3px;
  text-align: center;
   border-bottom:1px dashed #999;
}

#hole2, #reha{
	border:1px solid #999;
}


#days{
		text-align:right;
    padding:0 4px 0 0;
}

.sat{
	color:#693;
}

.sun, .syu{
	color:#F09;
}


a:link{
	color:#06d;
  text-decoration:none;
}

a:visited{
	color:#06d;
}

a:hover{
	color:#f08;
}


table {
  border-collapse: collapse;
	width:640px;
  border:1px solid #666;
}

.line{
	border-right:1px solid #999;
}

.xcolor{
	color:#ff0084;
  font-weight:bold;
}

