@charset "utf-8";
/* CSS Document */

#cal {

	width:615px; margin:auto;
}

#cal table {
	width:615px;
	font-size: 12px;
	border-collapse:collapse;
	margin: 0px;
	padding: 0px;
}
#cal th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
#cal tr {
	margin: 0px;
	padding: 0px;
}
#cal td {
	vertical-align: top;

}

#cal table,th,td {
	border:1px solid #000;
}

.cap{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #F3C;
	height: 16px;
	width: 615px;
	margin:10px 0px;
	padding:5px 0;
	border-radius:15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 行見出し　*/
.v {
	background-color: #CFF;
	width:10px;
}

/* 列見出し　*/

/* 123月　*/
.th1 {
	background-color: #F6C;
	width: 200px;
	color: #FFF;
}
/* 456月　*/
.th2 {
	background-color: #6C6;
	width: 200px;
	color: #FFF;
}
/* 789月　*/
.th3 {
	background-color: #6CF;
	width: 200px;
	color: #FFF;
}
/* 101112月　*/
.th4 {
	background-color: #99F;
	width: 200px;
	color: #FFF;
}



/* 実店舗　*/
.str {
	background-color: #FCF;
	text-align: center;
}

/* 不動産　*/
.rea {
	background-color: #CFF;
	text-align: center;
}
/* 学校　*/
.edu {
	background-color: #CFC;
	text-align: center;
}
/* 旅行　*/
.trv {
	background-color: #FFC;
	text-align: center;
}
/* 官公庁　*/
.pub {
	background-color: #CCF;
	text-align: center;
}
/* 美容　*/
.bt {
	background-color: #FC9;
	text-align: center;
}
/* イベント名　*/
.evt {
	color: #FFF;
	background-color: #039;
	text-align: center;
}

/* 具体例のセル高　*/
.h100 {
	height: 150px;
}