h1 {
    font-size: 16px;
}

div#calender {
	width: 158px;
/*
	border:1px solid #CECECE;
*/
	font-size:11px;
	line-height:15px;
	color:#505050;

}
div.cal_wrapper {
	padding: 10px 0px 0 0;
	width: 176px;
	margin: 0 auto;
}
div.schedule_wrapper {
	padding: 10px 0px;
	width: 156px;
	border: solid 1px #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: #000000;
}
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 1px #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 tr th p {
/*
	float: left;
*/
	padding: 5px;
	margin: 0px;
	color: #000000;
	font-size: 16px;
	/* 中央表示に */
	text-align: center;

}
div.cal_wrapper table.cal tr th div.cal_ui {
/*
	float: right;
*/
	/* 不要の為、非表示  */
	display: none;

}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #CCC;
	background-color: #FFF;
	font-size: 10px;
	margin: 0px 1px;
	padding: 1px 5px;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td {
/*
	border-top: solid 1px #EEE;
*/
}
div.cal_wrapper table.cal tr td {
	font-size: 16px;
	text-align: center;
	padding: 1px;
}
div.cal_wrapper table.cal tr.headline td {
/*
	color: #666;
*/
	width:20px;
	height: 20px;
	padding: 2px;
}
div.cal_wrapper table.cal tr.headline {
/*
	background-color: #EEE;
*/
}
div.cal_wrapper table.cal tr td div {
	position: relative;
/*
	padding: 5px 15px;
*/
	font-size: 16px;
	text-align: center;
	background-color: #eee;
/*
	border-radius: 3px;
	width: 17px;
	height: 14px;
*/
	padding-top: 3px;
}
div.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 156px;
	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;
}

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

div.cal_wrapper table.cal tr td div.Sat {
}
div.cal_wrapper table.cal tr td div.Sun {
	background-color: #F39800;
}
div.cal_wrapper table.cal tr td div.Today {
}
div.cal_wrapper table.cal tr td div.Deli {
}
div.cal_wrapper table.cal tr td div.Holyday {
	background-color: #F39800;
}
div.cal_wrapper table.cal tr td div.Holyday2 {
	background-color: #F39800;
}
div.cal_wrapper table.cal tr td div.Birthday {
	background-color: #F39800;
}

div.cal_wrapper table.cal tr td div.backward {
	color: #000000;
	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;
}