div.cal_wrapper {
	padding: 5px 0 0 4px;
}
div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 5px;
	margin: 0px;
	color: #666;
	font-size: 12px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #CCC;
	background-color: #FFF;
	font-size: 12px;
	margin: 0px 1px;
	padding: 1px 5px;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td {
}
div.cal_wrapper table.cal tr td {
	font-size: 10px;
	text-align: center;
	padding: 1px
}
div.cal_wrapper table.cal tr.headline td {
	padding: 2px 16px;
	color: #666;
}
div.cal_wrapper table.cal tr.headline {
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 3px 7px;
	font-size: 10px;
	text-align: center;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div span {
	display: block;
	position: absolute;
	top: -28px;
	left: -153px;
	display: none;
	width: 180px;
	border: solid 1px #EEE;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
	font-size: 11px;
}

/* 以下、クラス指定するときのアレ */

/*
div.cal_wrapper table.cal tr td div.Sat {
	color: #00F;
	background-color: #FEE;
}
div.cal_wrapper table.cal tr td div.Sun {
	color: #F00;
	background-color: #FEE;
}
*/
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
	background-color: #FFE57E;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.Holyday { /* 休日 */
	font-weight: bolder;
	color: #F00;
	background-color: #FEE;
}
div.cal_wrapper table.cal tr td div.Event { /* イベント */
	font-weight: bolder;
	color: #00B8FF;
	background-color: #FBFF93;
}
div.cal_wrapper table.cal tr td div.Event2 { /* イベント2 */
	font-weight: bolder;
	color: #fff;
	background: #ef443b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ef443b 0%, #ff42f2 16%, #3e34ef 33%, #59f6ff 49%, #40ef49 66%, #f5ff3d 85%, #ef4940 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef443b), color-stop(16%,#ff42f2), color-stop(33%,#3e34ef), color-stop(49%,#59f6ff), color-stop(66%,#40ef49), color-stop(85%,#f5ff3d), color-stop(100%,#ef4940)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ef443b 0%,#ff42f2 16%,#3e34ef 33%,#59f6ff 49%,#40ef49 66%,#f5ff3d 85%,#ef4940 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ef443b 0%,#ff42f2 16%,#3e34ef 33%,#59f6ff 49%,#40ef49 66%,#f5ff3d 85%,#ef4940 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ef443b 0%,#ff42f2 16%,#3e34ef 33%,#59f6ff 49%,#40ef49 66%,#f5ff3d 85%,#ef4940 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ef443b 0%,#ff42f2 16%,#3e34ef 33%,#59f6ff 49%,#40ef49 66%,#f5ff3d 85%,#ef4940 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef443b', endColorstr='#ef4940',GradientType=0 ); /* IE6-9 */
}
div.cal_wrapper table.cal tr td div.Birthday {
	font-weight: bolder;
	background-color: #EEF;
	color: #090;
	border-radius: 3px;
}

div.cal_wrapper table.cal tr td div.backward {
	color: #CCC;
	font-weight: normal;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}