#cal0
{
	width: 95%; 
	margin-left: auto;
	margin-right: auto;
}
#cal1
{
	width: 48%; 
    float: right; 
}
#cal_example		/* カレンダ凡例表示 */
{
	width: 95%; 
    height: 2.5em; 
	margin-left: auto;
	margin-right: auto;
}
#cal_example1		/* 定休日 */
{
    display: inline; 
	width: 45px; 
    height: 2.5em; 
	margin-left: 5px;
	padding:  2px 20px 2px 20px;
    text-align: center;
	line-height: 1.5em;
	font-size: 0.8em;
/*	font-weight: bolder;*/
	color: #F00;
	background-color: #FDD;
}
#cal_example2		/* 祝日 */
{
    display: inline; 
	width: 45px; 
    height: 2.5em; 
	margin-left: 20px;
	padding: 2px 20px 2px 20px;
    text-align: center;
	line-height: 1.5em;
	font-size: 0.8em;
	border: solid 3px #F00;
	border-radius: 3px;
}
#cal_example3		/* 本日 */
{
    display: inline; 
	width: 40px; 
    height: 2.5em; 
	margin-left: 10px;
	padding: 15px 20px 15px 20px;
    text-align: center;
	line-height: 1.5em;
	font-size: 0.8em;
    background-image : url(today_mark.png);
    background-position: center center;
    background-repeat: no-repeat;
}

div.cal_wrapper {
	padding: 10px 0px;
}
#schedule
{
	margin-left: auto;
	margin-right: auto;
}
div #schedule.schedule_wrapper {
	padding: 10px 0px;
	width: 75%; 
	border: solid 2px #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
}
div #schedule.schedule_wrapper h3 {
	padding: 0px 10px;
	font-weight: normal;
	margin: 0px;
	font-size: 12px;
	color: #666;
}
div #schedule.schedule_wrapper div.schedule_list {
	padding: 0px 10px;
	margin: 0px;
}
div #schedule.schedule_wrapper div.schedule_list ol {
	padding: 0px;
	margin: 5px auto;
	border-top: solid 2px #CCC;
}
div #schedule.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.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: underline;
}
div .cal_wrapper table
{
    width: 100%;
    border-width: 2px;
    border-style: solid;
}
div .cal_wrapper table.cal tr th p
{
	float: left;
    line-height: 2.5em; 
	padding: 5px;
	margin: 0px;
	color: #666;
	font-size: 1.2em;
}
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 2px #CCC;
	background-color: #FFF;
	font-size: 1.0em;
	margin: 0px 1px;
	padding: 1px 1.0em;
	border-radius: 3px;
}
div .cal_wrapper table.cal tr td
{
	border-top: solid 2px #EEE;
}
div .cal_wrapper table.cal tr td
{
	width: 5%; 
	font-size: 1.0em;
    line-height: 2.0em; 
	text-align: center;
	padding: 2px
}
div .cal_wrapper table.cal tr.headline td
{
	padding: 5px 0px;
	color: #666;
}
div .cal_wrapper table.cal tr.headline
{
	background-color: #EEE;
}
div .cal_wrapper table.cal tr td div
{
	position: relative;
	padding: 5px 5px;
	font-size: 1.0em;
	text-align: center;
/*	background-color: #FFF; */
	border-radius: 3px;
}
div .cal_wrapper table.cal tr td div span
{
	display: none;
	position: absolute;
	top: -25px;
	left: -25px;
/*	width: 200px;*/
	width: 13em; 
	border: solid 2px #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
{
	color: #00F;
}
div .cal_wrapper table.cal tr td div.Sun
{
	color: #F00;
}
div .cal_wrapper table.cal tr td div.Today
{
/*	border: solid 2px #0F0; */
    background-image : url(today_mark.png);
    background-position: center center;
    background-repeat: no-repeat;
}
div .cal_wrapper table.cal tr td div.Deli
{
	background-color: #EFE;
}
div .cal_wrapper table.cal tr td div.syukujitu
{
	border: solid 3px #F00;
}
div .cal_wrapper table.cal tr td div.Holyday
{
/*	font-weight: bolder;*/
	color: #F00;
	background-color: #FDD;
}
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;
}
