@charset "UTF-8";

span.Today {
	font-weight: bolder;
	color: #FF0000;
	display: block;
	background-color: #FFFFFF;
}
.deli {
	background-color: #009900;
	color: #FFFFFF;
}

li.undefined {
	/* cursor: pointer; */
}

/*ui*/
div.cal_wrapper {
	background-color: #fff;
	position: relative;
	padding: 6px;
}
ul.cal_ui {
	padding: 0px;
	margin: 0px;
	width: 60px;
	float: right;
}
ul.cal_ui li {
	float: left;
	width: 20px;
	height: 15px;
	font-size: 10px;
	list-style: none;
	background-repeat: no-repeat;
	cursor: pointer;
}
.cal_prev {
	width: 11px;
	height: 11px;
	background: url(../images/calendar/prev.gif) no-repeat;
	position: absolute;
	top: 14px;
	left: 33px;
	cursor: pointer;
}

.cal_next {
	width: 11px;
	height: 11px;
	background: url(../images/calendar/next.gif) no-repeat;
	position: absolute;
	top: 14px;
	right: 33px;
	cursor: pointer;
}

div.cal_base p {
	font-size: 12px;
	padding: 5px;
	margin: 0px;
	text-align: center;
}

ul.cal_main {
	padding: 0px;
	margin: 0px;
}
ul.cal_main li {
	/*padding: 3px 0px 3px 0px;*/
	width: 24px;
	text-align: center;
	list-style: none;
	font-size: 11px;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
ul.cal_main li span {
	padding: 3px;
	display: block;
}

li.cal_headline {
	background: #eee;
}

div.cal_base .holiday {
	background-color: #fff7df;
}

div.cal_base .shuku {
	color: #FF0000;
}

div.cal_base .sun {
	color: #FF0000;
}

div.cal_base .sat {
	color: #0000FF;
}

.cal_holiday {
	padding: 0 6px;
	text-align: right;
}

.cal_holiday span {
	color: #fff7df;
	font-size: 20px;
	vertical-align: middle;
}