/**
 * カレンダーの定義
 **/
.calendarNoData {
	padding:5px 5px 5px 20px;
}
/* 前年、前月、次年、次月 */
.calendarPrevYear,.calendarPrevMonth,.calendarNextYear,.calendarNextMonth {
	width:49%;
	vertical-align: middle;
}
/* 前年、前月 */
.calendarPrevYear,.calendarPrevMonth {
	text-align:right;
}
/* 当年、当月 */
.calendarThisYear,.calendarThisMonth {
	padding:0px 10px;
	text-align:center;
	vertical-align: middle;
}
/* 次年、次月 */
.calendarNextYear,.calendarNextMonth {
	text-align:left;
}
/* 施設予約 */
a.calendarReservationLink,a.calendarReservationLink:link,a.calendarReservationLink:hover {
	font-size:100%;
}
.calendarReservation {
	vertical-align:middle;
	white-space:nowrap;
	padding-right:30px;
}
td.calendarEditPlan {
	width:1%;
	white-space:nowrap;
}
/* 予定サンプル、拡大 */
.calendarPlanHelp,.calendarExpansion {
	padding: 10px 0px 5px 5px;
	white-space:nowrap;
	text-align:right;
	width:1%;
}
/* 予定サンプル */
div.calendarSample {
	white-space:nowrap;
}
span.calendarSample {
	margin:0px 7px;
}
div.calendarSample img,span.calendarSample img, img.calendarPlanImg{
	height:16px;
	width:4px;
	margin:1px 3px 1px 0px;
	vertical-align:top;
}
/* 日にち(祝日) */
.calendarHoliday {
	color:#df0000;
}
.calendarHolidayName {
	font-size:x-small;
	font-weight:normal;
	margin:0px 5px;
	color:#df0000;
}
/* 日にち(日曜日) */
.calendarSunday {
	color:#df0000;
}
/* 日にち(土曜日) */
.calendarSatday {
	color: #0000df;
}
/* 日にち(平日) */
.calendarWeekday {
	color:#444444;
}
/* 日にち(当月以外) */
.calendarDiffMonth {
	color:#ffffff;
}
/* 予定(トップページ) */
.calendarPlanToppage {
	color:#04419A;
}
/* 予定(マイルーム) */
.calendarPlanMyroom {
	color:#D9A201;
}
/* 予定(グループルーム) */
.calendarPlanGrouproom {
	color:#5da302;
}
/* 予定(会員全員) */
.calendarPlanMemberAll {
	color:#D90101;
}
/* 予定の枠 */
.calendarPlanFrame {
	margin-top:5px;
	margin-bottom:5px;
}
/* 予定時間 */
.calendarPlanTime {
	font-size:x-small;
	font-weight:normal;
	white-space:nowrap;
	color:#04419A;
}
/* 日付 */
.calendarDateNum {
	font-weight:bold;
}
.calendarAddPlanImg {
	margin-right: 3px;
	vertical-align:top;
}
/* 予定色 */
table td.calendarPlan {
	background-color:#ebf6e9;
}
/* 当日色 */
table td.calendarToday {
	background-color: #fff7de;
}

/*******************************/
/* カレンダー(小)              */
/*******************************/
/* 月 */
table.calendarMiniHead td.calendarThisMonth,table.calendarMiniHead td.calendarPrevMonth,table.calendarMiniHead td.calendarNextMonth {
	font-size:200%;
}
table.calendarMini,table.calendarMiniHead,table.calendarMiniFoot {
	width: 189px;
}
table.calendarMini,table.calendarMiniHead {
	text-align:center;
}
table.calendarMini th{
	padding:2px 0px;
}
table.calendarMini td{
	text-align:center;
	height:28px;
	width:26px;
	vertical-align:middle;
	padding:0px;
}
.calendarMini img {
	height:4px;
	width:4px;
	margin-right:1px;
}

/*******************************/
/* カレンダー(大)              */
/*******************************/
.calendarBigHead td.calendarThisMonth,.calendarBigHead td.calendarPrevMonth,.calendarBigHead td.calendarNextMonth {
	font-size:300%;
}
table.calendarBig,table.calendarBigHead,table.calendarBigFoot {
	width: 100%;
}
table.calendarBigHead {
	text-align:center;
}
td.calendarBigContent table{
	height:70px;
	width: 90px;
}
td.calendarBigContent table th{
	padding:2px 0px;
}
td.calendarBigContent table td{
	background-color:transparent;
	border:0px;
	padding:0px 0px 0px 5px;
}
td.calendarBigContent table td.calendarDateNum {
	padding:2px 0px 0px 5px;
	font-size:150%;
}
td.calendarBigContent table td.calendarAddPlan {
	padding:2px 2px 0px 0px;
}

table.calendarBig div.calendarPlanToppage,
table.calendarBig div.calendarPlanMyroom,
table.calendarBig div.calendarPlanGrouproom,
table.calendarBig div.calendarPlanMemberAll {
	width: 90px;
	overflow: hidden;
}

/*******************************/
/* カレンダー(日)              */
/*******************************/
table.calendarDailyHead td.calendarMoveDate span.calendarBigDate{
	font-size:200%;
	font-weight:normal;
	margin-left:5px;
}
table.calendarDailyHead {
	margin-top:3px;
	margin-bottom:3px;
}
table.calendarDaily,table.calendarDailyHead,table.calendarDailyFoot {
	width: 100%;
}
table.calendarDaily td.calendarTitlePlanTime {
	width:1%;
	padding: 2px 10px 2px 5px;
	vertical-align:middle;
}
table.calendarDaily div.calendarPlanTime {
	font-size:small;
	white-space:nowrap;
}
table.calendarDaily td{
	padding:2px;
}
table.calendarDaily .calendarContent {
	padding-bottom:10px;
}
table.calendarDaily td.calendarTitleContent {
	padding: 2px 0px 2px 5px;
	vertical-align:middle;
}
.calendarInputMoveDate {
	text-align:right;
	padding-left:15px;
	padding-bottom:2px;
	vertical-align:bottom;
	white-space:nowrap;
}

.calendarDailyFoot {
	margin-top:15px;
}
table.calendarDailyFoot .calendarAddPlan {
	white-space:nowrap;
}
.calendarMoveDatePrev,.calendarMoveWeekdayPrev,.calendarMoveDate,.calendarMoveWeekday,.calendarMoveDateNext,.calendarMoveWeekdayNext {
	vertical-align: bottom;
	white-space:nowrap;
	width:1%;
}
.calendarMoveDatePrev,.calendarMoveWeekdayPrev,.calendarMoveWeekday,.calendarMoveDateNext,.calendarMoveWeekdayNext {
	padding-bottom:2px;
}
.calendarMoveDate,.calendarMoveWeekday {
	font-weight:bold;
	text-align:center;
}
.calendarMoveDateNext,.calendarMoveWeekdayNext {
	padding-right:5px;
}

/****************/
/* ポップアップ */
/****************/
div.calendarLayer,div.calendarHelpLayer {
	position:absolute;
	visibility:hidden;
	z-index:1;
	background-color:#ffffff;
	border-top: 2px solid silver; 
	border-right: 2px solid #666666; 
	border-bottom: 2px solid #666666; 
	border-left: 2px solid silver; 
	padding:5px; 
	font-size:small;
}
div.calendarLayer {
	width:180px;
}
div.calendarHelpLayer {
	width:120px;
}

/************/
/* 繰り返し */
/************/
.calendarRepeat {
	padding:5px;
	border-top:1px solid silver;
	margin-top: 5px;
}
.calendarRepeatFreq {
	padding:5px;
	border-top:1px solid silver;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left:15px;
}
.calendarRepeatFreq div{
	margin:5px 0px;
}
.calendarTerminator {
	padding:5px;
	border-top:1px solid silver;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left:15px;
}