@charset "UTF-8";
.offday {
		background: url(../images/offday.gif) no-repeat center center;
}
.exhibits{
		background: url(../images/exib.gif) no-repeat 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;
}


