@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: 5px;
	font-weight: bold;
	}
table#calendar-table {
	width: 581px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size: 92%;
	color: #666666;
	}
table#calendar-table th,
table#calendar-table td {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	width: 83px;
	}
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;
	}
table#calendar-table td span {
	padding: 2px 2px 2px 8px;
	}
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;
	color: #666666;
	}
table#calendar-table td a.calendar-EVENT,
table#calendar-table td a.calendar-EVENT-days {
	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#today span {
	background-image: url(/images/shortshorts/today-icon.gif);
	background-position: 3px center;
	background-repeat: no-repeat;
	}

div#calendar-caution p#calendar-caution-text {
	padding-left: 45px;
	margin: 10px 0 10px;
	color: #990000;
	background: url(/images/shortshorts/calendar-icon-event.png) left 7px no-repeat;
	}


/*    --　エントリー --   */

#EVENT div.event-box h4 {
	font-size: 112%;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1;
	margin: 10px 0 10px 0;
	padding: 8px;
	text-align: center;
	border: none;
	background-color: #990000;
	}
#EVENT div.event-box h4 a:link,
#EVENT div.event-box h4 a:visited,
#EVENT div.event-box h4 a:hover,
#EVENT div.event-box h4 a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
#EVENT div.event-box p.event-lead {
	font-size: 92%;
	line-height: 1.5;
	margin-bottom: 20px;
	}
#EVENT div.entry-body,
#EVENT div.entry-more {
	padding-bottom: 10px;
	}
#EVENT div.event-date {
	font-size: 92%;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;
	border-top: 1px dotted #999999;
	padding-top: 10px;
	}
#EVENT div.more-info {
	font-size: 100%;
	padding: 10px 0 40px;
	border-top: 1px solid #999999;
	font-weight: bold;
	text-align: right;
	}
#EVENT div.event-detail {
	padding-bottom: 30px;
	}

#EVENT div.archive-navi {
	padding-top: 10px;
	border-top: 4px solid #990000;
	}
#EVENT div.archive-navi span {
	display: block;
	padding-left: 18px;
	background: url(/images/common/yajirusi.gif) left center no-repeat ;
	}

/*    --　アーカイブ --   */
#EVENT div.event-archive-box div.event-box h4 {
	font-size: 112%;
	font-weight: 600;
	color: #990000;
	line-height: 1;
	margin: 0 0 10px 0;
	padding: 15px 0 0 0 ;
	border-top: 4px solid #990000;
	background-color: #FFFFFF;
	text-align: left;
	}
#EVENT div.event-archive-box div.event-box h4 a:link,
#EVENT div.event-archive-box div.event-box h4 a:visited,
#EVENT div.event-archive-box div.event-box h4 a:hover,
#EVENT div.event-archive-box div.event-box h4 a:active {
	color: #990000;
	text-decoration: none;
	}