#cal0 {
	margin-right: 6px;
}
div.cal_wrapper {
    background-color: #FFFFFF;
    width:157px;
    border-collapse: collapse;
}

div.cal_wrapper table.cal{
  width:157px;
	border: solid 1px #EEE;
	height:148px;
}



div.cal_wrapper table.cal tr th p {
    text-align: center;
    padding: 0px 0px 3px 0px;
}
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 1px #CCC;
	background-color: #FFF;
	font-size: 10px;
	margin: 0px 1px;
	padding: 1px 5px;
}

div.cal_wrapper table.cal tr td {
	font-size: 10px;
	text-align: center;
	border-top: solid 1px #EEE;
	padding:1px;
}
div.cal_wrapper table.cal tr.headline td {
}
div.cal_wrapper table.cal tr.headline {
	background-color: #EEE;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	font-size: 10px;
	text-align: center;
	background-color: #FFF;
}
div.cal_wrapper table.cal tr td div span {
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
	display: none;
	border: solid 1px #EEE;
	background-color: #FFF;
	text-align: left;
	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 {
	background-color:#ffc6c6;
	color:#0000FF;
}
div.cal_wrapper table.cal tr td div.Sun {
	background-color:#ffc6c6;
	color:#FF0000;
}
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:#ffc6c6;
}


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;
}


		

/*====================================
             カレンダー
=====================================*/

th.caltitle_rakuten       {
    font-size: 85%;
    padding: 10px 0px 0px 0px;
    }
	
table.cal_wrapper    {
    border-collapse: collapse;
    margin: 10px 10px 0px 10px;
    table-layout: fixed;
    width: 169px;
    }
table.cal_wrapper th {
    text-align: center;
    padding: 0px 0px 3px 0px;
    }
table.cal_wrapper td {
    border:1px solid #FFFFFF;
    background-color: #FFFFFF;
    width:23px;
    height:23px;
    text-align: center;
    }
tr.weektitle_rakuten td   {
    background-color: #EEEEEE;
    }
td.event1day_rakuten      {
    background-color: #FFC6C6 !important;
    }
font.event1day_rakuten    {
    color: #FFC6C6;
    }
td.event2day_rakuten      {
    background-color: #B5DAFF !important;
    }
font.event2day_rakuten    {
    color: #B5DAFF;
    }
td.event3day_rakuten      {
    background-color: #FEDE93 !important;
    }
font.event3day_rakuten    {
    color: #FEDE93;
    }
table.event_rakuten       {
    text-align: left;
    word-break: break-all;
    margin: 7px 10px 7px 10px;
    border-collapse: collapse;
    line-height:120%;
    table-layout: fixed;
    width: 169px;
    }
table.event_rakuten td   {
    padding: 0px 0px 0px 0px;
    }
table.text_rakuten       {
    text-align: left;
    word-break: break-all;
    margin: 0px 10px 10px 10px;
    border-collapse: collapse;
    line-height:120%;
    table-layout: fixed;
    width: 169px;
    }


