@charset "UTF-8";

h1 {
	background-image: url(../gallery/img/h1.gif);
	text-indent: -9999px;
	height: 62px;
	width: 820px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.gallery_data {
	background-color: #F5F3EF;
	padding: 5px;
	margin-right: 30px;
	border: 1px solid #666666;
	clear: right;
	float: right;
	width: 220px;
}
#schedule th {
	background-color: #F4F0E0;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
#schedule td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	text-align: center;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
#schedule {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#schedule td.vacant {
	background-color: #FFCC00;
}
.vacant_sample {
	border-left-width: 30px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	padding-left: 5px;
}
