﻿div#isp-calendar-frame {
padding: 0px 0px 0px 15px;	width: 100%;
	}

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

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

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

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

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

/* ヘッダ */
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 {
	float: left;
	background: transparent url('./images/mark_holiday.gif') left center no-repeat;
	margin: 5px 0px;
	padding: 0px 0px 0px 18px;
	}

/* 当月に戻るリンク */
p.return_now {
	float: right;
	margin: 5px 0px;
	padding: 0px 10px 0px 0px;
	font-size: 0.8em;
	}
