@charset "UTF-8";
.offday {
		background: url(../images/offday.gif) no-repeat center center;
}
.exhibits{
		background: url(../images/exib.gif) no-repeat center center;
}

.exhibits2{
	background-image: url(../images/exib2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.exhibits3{
	background-image: url(../images/exib3.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


.month .mTitle {
		font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
		font-size: 1em;
		color: #FFF;
		background: #393;
		text-align: center;
}
.month {
	width: 262px;
	border: 1px dotted #666;
	text-align: center;
}
.day {
		text-align: center;
		width: 40px;
		border: 1px dotted #CCC;
}


