@charset "utf-8";
/* vacancy */

#main ul {
	margin-bottom: 20px;
}
#main li {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 30px;
	list-style-type: none;
}
#main  li img {
	vertical-align: -3px;
	margin-right: 5px;
}
#col {
	font-size:96%;
	margin-left: 20px;
	margin-bottom: 20px;
}
#col th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: gray;
	border-bottom-color: gray;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: gray;
	padding: 2px;
	background-color: #FFFCE3;
}
#col td {
	width: 29px;
	height: 40px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: gray;
	border-bottom-color: gray;
	vertical-align: text-top;
	padding-top: 1px;
	padding-left: 3px;
}
#leftcell {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: gray;
	color: #FF0000;
}
#sat  {
	color: #0000FF;
}
#col .emp {
	background-image: url(../image/empty.gif);
	background-repeat: no-repeat;
	background-position: 8px 16px;
}
#col .hurry {
	background-image: url(../image/hurry.gif);
	background-repeat: no-repeat;
	background-position: 8px 16px;
}
#col .sorry {
	background-image: url(../image/sorry.gif);
	background-repeat: no-repeat;
	background-position: 8px 16px;
}
#col .full {
	background-image: url(../image/full.gif);
	background-repeat: no-repeat;
	background-position: 7px 16px;
	background-color: #CCCCCC;
}
#col .close {
	background-image: url(../image/close.gif);
	background-repeat: no-repeat;
	background-position: 10px 16px;
}
