@charset "utf-8";


/*  -- カレンダー　*/
#calendar-header {
	background: url(/images/shortshorts/calendar-bg-top.png) left top no-repeat;
	height: 15px;
	width: 612px;
	}
#calender-inner {
 width: 612px;
 background: url(/images/shortshorts/calendar-bg-middle.png) left top repeat-y;
 padding: 2px 15px 3px 15px;
 }
#calendar-footer {
	background: url(/images/shortshorts/calendar-bg-bottom.png) left top no-repeat;
	height: 15px;
	width: 612px;
	}
#schedule-calendar h3 {
	font-size: 112%;
	color: #990000;
	margin-bottom: 0;
	font-weight: bold;
	}
#schedule-calendar caption.calendarhead {
	margin-bottom: 5px;
	font-size: 100%;
	color: #990000;
	}
#schedule-calendar caption.calendarhead-index {
	margin-bottom: 5px;
	font-size: 100%;
	text-align: right;
	}
table#calendar-table {
	width: 581px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	color: #CCCCCC;
	}
table#calendar-table th,
table#calendar-table td {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	width: 83px;
	font-size: 92%;
	}
table#calendar-table th {
	background-color: #660000;
	height: 18px;
	text-indent: -9999px;
	}
table#calendar-table th#sun {
	background:url(/images/shortshorts/calendar-sun.gif) center center no-repeat #660000;
	}
table#calendar-table th#mon {
	background:url(/images/shortshorts/calendar-mon.gif) center center no-repeat #660000;
	}
table#calendar-table th#tue {
	background:url(/images/shortshorts/calendar-tue.gif) center center no-repeat #660000;
	}
table#calendar-table th#wed {
	background:url(/images/shortshorts/calendar-wed.gif) center center no-repeat #660000;
	}
table#calendar-table th#thu {
	background:url(/images/shortshorts/calendar-thu.gif) center center no-repeat #660000;
	}
table#calendar-table th#fri {
	background:url(/images/shortshorts/calendar-fri.gif) center center no-repeat #660000;
	}
table#calendar-table th#sat {
	background:url(/images/shortshorts/calendar-sat.gif) center center no-repeat #660000;
	}
	
table#calendar-table td {
	vertical-align: middle;
	text-align: left;
	height: 25px;
	background-color: #F0F0F0;
	}
table#calendar-table td span {
	padding: 2px 2px 2px 8px;
	}
table#calendar-table td a {
	display: block;
	background-color: #FFFFFF;
	text-decoration: none;
	height: 23px;
	padding-top: 2px;
	font-weight: bold;
	color: #990000;
	}
table#calendar-table td a.calendar-CLOSED {
	display: block;
	background-color: #E1E1E1;
	background-image: url(/images/shortshorts/calendar-icon-close.png);
	background-position: 36px center;
	background-repeat: no-repeat;
	text-decoration: none;
	height: 23px;
	padding-top: 2px;
	font-weight: normal;
	color: #666666;
	}
table#calendar-table td a.calendar-EVENT {
	display: block;
	background-color: #FFFFFF;
	background-image: url(/images/shortshorts/calendar-icon-event.png);
	background-position: 36px center;
	background-repeat: no-repeat;
	text-decoration: none;
	height: 23px;
	padding-top: 2px;
	}
table#calendar-table td a.calendar-NEW {
	display: block;
	background-color: #FFFFFF;
	background-image: url(/images/shortshorts/calendar-icon-new.png);
	background-position: 36px center;
	background-repeat: no-repeat;
	text-decoration: none;
	height: 23px;
	padding-top: 2px;
	}
table#calendar-table td a.calendar-CS {
	display: block;
	background-color: #FFFFFF;
	background-image: url(/images/shortshorts/calendar-icon-cs.png);
	background-position: 36px center;
	background-repeat: no-repeat;
	text-decoration: none;
	height: 23px;
	padding-top: 2px;
	}
table#calendar-table td#today span {
	background-image: url(/images/shortshorts/today-icon.gif);
	background-position: 3px center;
	background-repeat: no-repeat;
	}

div#calender-note {
	margin-top: 5px;
	}

div#calendar-caution p#calendar-caution-text {
	text-align: center;
	font-size: 112%;
	font-weight: bold;
	color: #990000;
	margin: 20px 0 20px;
	}
div#calendar-caution p#calendar-caution-text0 {
	border-top: 1px solid #999999;
	margin: 0;
	padding: 5px 0 5px 45px;
	color: #990000;
	background: url(/images/shortshorts/calendar-icon-new.png) left center no-repeat;
	}
div#calendar-caution p#calendar-caution-text-cs {
	margin: 0;
	padding: 0 0 5px 45px;
	color: #990000;
	background: url(/images/shortshorts/calendar-icon-cs.png) left 1px no-repeat;
	}
div#calendar-caution p#calendar-caution-text1 {
	border-bottom: 1px dotted #999999;
	padding: 0 0 5px 45px;
	margin: 0 0 10px;
	color: #990000;
	background: url(/images/shortshorts/calendar-icon-event.png) left 1px no-repeat;
	}
div#calendar-caution p#calendar-caution-text2 {
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
	margin-bottom: 20px;
	}



/*  -- スケジュール記事　*/
div.scheduleBox h2.schedule-title {
	padding: 2px;
	text-align: center;
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 123%;
	margin-bottom: 20px;
	}
div.event-text {
	margin-bottom: 20px;
	}
div.event-more-text {
	padding-bottom: 20px;
	margin-top: 20px;
	}
table.time-table {
	width: 605px;
	line-height: 1.5;
	margin: 0 0 20px 0;
	clear: both;
	}

table.time-table tr.time-table01 th,
table.time-table tr.time-table01 td {
	border-top: 1px solid #999999;
	}

table.time-table th,
table.time-table td {
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}
table.time-table th {
	color: #333333;
	padding: 5px;
	background-color: #F0F0DC;
	text-align: center;
	vertical-align: middle;
	width: 90px;
	font-weight: normal;
	font-size: 92%;
	}
table.time-table td {
	color: #666666;
	padding: 10px 5px 0 10px;
	text-align: left;
	vertical-align: middle;
	}
table.time-table td.link-td {
	border-left: none;
	border-right: 1px solid #999999;
	width: 79px;
	}
table.time-table td span.program-link {
	padding: 5px 5px 5px 10px;
	text-align: right;
	vertical-align: middle;
	background: url(/images/common/yajirusi.gif) 8px center no-repeat;
	display: block;
	}
div.scheduleBox h3.program-name {
	font-weight: bold;
	font-size: 108%;
	margin-bottom: 5px;
	}



/*  -- チケットボタン　*/
div.ticket-link-btn {
	text-align: center;
	padding: 20px;
	}