#weekly_set tbody td {
cursor: pointer;

}
#weekly_set td.normal {
background: #fff url('./images/two.gif') center center no-repeat;
}
#weekly_set td.busy {
background: #fff url('./images/three.gif') center center no-repeat;
}
#weekly_set td.holiday {
background: #fff url('./images/holiday.gif') center center no-repeat;
}

div#isp-calendar-frame {
width: 100%;
}

table#isp-calendar-inner{
width: 100%;
}

table#isp-calendar-inner td{
text-align:right;
}

table#isp-calendar-inner div.move_button {
width:72px;
height:19px;
}

table#isp-calendar-inner div.prv {
float:left;
background: transparent url('./images/bt_prev.gif') left center no-repeat;
cursor: pointer;
}

table#isp-calendar-inner div.prv_off {
float:left;
/*background: transparent url('./images/bt_prev_off.gif') left center no-repeat;*/
}

table#isp-calendar-inner div.nxt {
float:right;
background: transparent url('./images/bt_next.gif') right center no-repeat;
cursor: pointer;
}

table#isp-calendar-inner div.nxt_off {
float:right;
background: transparent url('./images/bt_nextt_off.gif') right center no-repeat;
}

/* 年月タイトル */
table#isp-calendar-inner td.calendar-date-title {
font-weight: bold;
text-align: center;
margin: 0px;
padding: 0px;
font-size:140%;
}

/* 線の色 */
table#isp-business-calendar {
background-color: #ffffff;
width: 100%;
}

/* カレンダー全般 */
table#isp-business-calendar td {
padding: 3px;
text-align: center;
}

/* ヘッダ */
table#isp-business-calendar thead th {
background-color: #eee;
font-weight: bold;
padding: 3px 0px;
text-align: center;
}

/* 平日 */
table#isp-business-calendar td.business {
background:url('./images/icon_zoo_gray.gif') no-repeat center;
}

/* 本日 */
table#isp-business-calendar .today {
border:2px solid #ddd;
}

/* 休園日 */
table#isp-business-calendar .holiday {
background:url('./images/icon_zoo_red1.gif') no-repeat center;
color:#fff;
}

/* GW・夏休み */
table#isp-business-calendar .sp {
background:url('./images/icon_zoo_blue.gif') no-repeat center;
}

/* 誕生日 */
table#isp-business-calendar .busy{
background:url('./images/icon_birthday.gif') no-repeat center;
}

/* 夏休み特別 */
table#isp-business-calendar .normal{
background:url('./images/icon_zoo_green.gif') no-repeat center;
}

/* イベント */
table#isp-business-calendar .spe{
background:url('./images/icon_zoo_yellow.gif') no-repeat center;
}

/* 他月 */
table#isp-business-calendar .space {
background-color: #fff;
}

p.calendar-information {
text-align:left;
padding-left:25px;
font-size: 0.8em;
}

p.elephant_text {
	float: left;
	margin-top: 10px;
}
p.elephant_text_green {
	float: left;
	margin-top: 0px;
}
p.elephant_picture {
	float: right;
	margin-top: -35px;
	margin-left: 5px;
}
p.elephant_water_picture {
	float: left;
	margin-top: 10px;
	margin-left: 24px;
}

p.muji {
background: transparent url('./images/mark_muji.gif') left top  no-repeat;
margin-top: 5px;
}
p.holiday_gray {
background: transparent url('./images/mark_gray.gif') left top  no-repeat;
margin-top: 5px;
}
p.holiday_all {
background: transparent url('./images/mark_holiday.gif') left top  no-repeat;
margin-top: 5px;
clear: both;
}
p.holiday_natsu1 {
background: transparent url('./images/mark_blue.gif') left top  no-repeat;
margin-top: 5px;
}

p.holiday_spe {
background: transparent url('./images/mark_pm.gif') left top  no-repeat;
margin-top: 5px;
}

p.holiday_birth {
background: transparent url('./images/mark_birth.gif') left top  no-repeat;
margin-top: 5px;
}

p.holiday_natsu2 {
background: transparent url('./images/mark_green.gif') left top  no-repeat;
margin-top: 5px;
}


/* 当月に戻るリンク */
p.return_now {
clear: both;
float: right;
margin: 5px 0px;
padding: 0px;
font-size: 0.8em;
}
