div.cal_wrapper {
	padding: 20px;
	background-color: white;
	border-radius: 5px;
}
div.schedule_wrapper {
	padding: 10px 0px;
	width: 100%;
	border: solid 1px #CCC;
	border-radius: 5px;
}
div.schedule_wrapper h3 {
	padding: 0px 10px;
	font-weight: normal;
	margin: 0px;
	font-size: 16px;
	color: #666;
}
div.schedule_wrapper div.schedule_list {
	margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
	padding: 0px;
	margin: 5px auto;
	border-top: solid 1px #CCC;
}
div.schedule_wrapper div.schedule_list ol li {
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 0px 30px;
	font-size: 16px;
	line-height: 1.5em;
}
div.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: underline;
}
div.cal_wrapper table.cal{
    width: 100%;
}
div.cal_wrapper table.cal tr th p {
	padding: 5px;
	margin: 0px;
	font-size: 16px !important;
    text-align: center;
    font-weight: 500 !important;
    background-color: #666;
    color: white;
}
div.cal_wrapper table.cal tr th{
    position: relative;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	width: 100%;
    position: absolute;
    left: 0;
    bottom: 8px;
    display: none;
}
div.cal_wrapper table.cal tr th div.cal_ui .cal_left{
    float: left;
}
div.cal_wrapper table.cal tr th div.cal_ui .cal_right{
    float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	font-size: 16px;
	margin: 0px 1px;
	padding: 1px 5px;
    text-align: center;
    width: auto;
}
div.cal_wrapper table.cal tr td {
	border-top: solid 1px #CCC;
}
div.cal_wrapper table.cal tr td {
	font-size: 14px;
	text-align: center;
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
	color: #666;
    border: none;
}
div.cal_wrapper table.cal tr.headline {
	background-color: #EEE;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 5px 0;
	font-size: 14px;
	text-align: center;
	background-color: #FFF;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}
div.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	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;
}

/* �ȉ��A�N���X�w�肷��Ƃ��̃A�� */

div.cal_wrapper table.cal tr td div.Sat {
	color: rgb(42, 42, 192);
    background-color: #FEE;
}
div.cal_wrapper table.cal tr td div.Tue,
div.cal_wrapper table.cal tr td div.Thu{
    background-color: #FEE;
}
div.cal_wrapper table.cal tr td div.Sun {
	color: crimson;
    background-color: #FEE;
}
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
    background-color: #e6e6e6;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.Holyday,
div.cal_wrapper table.cal tr td div.Off{
    color: crimson;
	background-color: #FEE;
}
div.cal_wrapper table.cal tr td div.Birthday {
	font-weight: bolder;
	background-color: #EEF;
	color: #090;
}
div.cal_wrapper table.cal tr td div.None{
    background: none;
}

div.cal_wrapper table.cal tr td div.backward {
	color: #CCC;
	font-weight: normal;
	background-color: #FFF;
}
div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}