div#isp-calendar-frame {
	width: 100%;
	}

table#isp-calendar-inner {
	width: 100%;
	}

table#isp-calendar-inner div.pointer {
	width: 23px;
	height: 15px;
	cursor: pointer;
	}
table#isp-calendar-inner div.prv {
	background: transparent url('./btn_prv.gif') left center no-repeat;
	}
table#isp-calendar-inner div.nxt {
	background: transparent url('./btn_nxt.gif') left center no-repeat;
	text-align: right;
	}

/* 年月タイトル */
table#isp-calendar-inner td.calendar-date-title {
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

/* 線の色 */
table#isp-business-calendar {
	background-color: #909090;
	width: 100%;
	}

/* カレンダー全般 */
table#isp-business-calendar td {
	padding: 3px;
	text-align: center;
	}

/* ヘッダ */
table#isp-business-calendar thead th {
	background-color: #c0c0c0;
	font-weight: bold;
	padding: 3px 0px;
	text-align: center;
	}

/* 営業日 */
table#isp-business-calendar .business {
	background-color: #ffffff;
	}

/* 休日 */
table#isp-business-calendar .holiday {
	background-color: #ffdddd;
	}

/* 他月 */
table#isp-business-calendar .space {
	background-color: #eeeeee;
	}

p.calendar-information {
	text-align: right;
	margin: 5px 0px;
	padding: 0px;
	}
/* color, background-color は 休日の色と揃えます */
p.calendar-information .isp-holiday {
	color: #ffdddd;
	background-color: #ffdddd;
	border: 1px solid #606060;
	}

