div.cal_wrapper {
	padding: 10px 0px;
}
div.schedule_wrapper {
	padding: 10px 0px;
	width: 310px;
	border: solid 0px #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
}
div.schedule_wrapper h3 {
	padding: 0px 10px;
	font-weight: normal;
	margin: 0px;
	font-size: 12px;
	color: #666;
}
div.schedule_wrapper div.schedule_list {
	padding: 0px 10px;
	margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
	padding: 0px;
	margin: 5px auto;
	border-top: solid 0px #CCC;
}
div.schedule_wrapper div.schedule_list ol li {
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 0px 30px;
	font-size: 12px;
	line-height: 1.5em;
}
div.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: underline;
}
div.cal_wrapper table.cal {
	width: 100%;
	max-width: 500px;
}
div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 5px;
	margin: 0px;
	color: #fff;
	font-size: 0.8rem;
}
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 0px #CCC;
	font-size: 12px;
	margin: 0px 1px;
	padding: 5px 10px;
	border-radius: 3px;
	color: #fff;
}
div.cal_wrapper table.cal tr td {
	border-top: solid 1px #EEE;
}
div.cal_wrapper table.cal tr td {
	font-size: 10px;
	text-align: center;
	padding: 5px;
	color:#fff;
}
div.cal_wrapper table.cal tr.headline td {
	padding: 10px 0px;
	color: #fff;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 5px 7px;
	font-size: 10px;
	text-align: center;
}
div.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 180px;
	border: solid 1px #EEE;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
}

/* �ȉ��A�N���X�w�肷���Ƃ��̃A�� */

div.cal_wrapper table.cal tr td div.Sat {
	color: #fff;
	background: #f47a53;
}

div.cal_wrapper table.cal tr td div.Sun {
	color: #fff;
	background: #f47a53;
}

div.cal_wrapper table.cal tr td div.Holyday {
	color: #fff;
	background: #f47a53;
}


div.cal_wrapper table.cal tr td div.Today {
	color: #fff;
	font-weight: bolder;
	background: #c0c0c0;
}

div.cal_wrapper table.cal tr td div.backward {
	color: #CCC;
	font-weight: normal;
	border-radius: 0px;
}

div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
