@charset "UTF-8";
/* -- ///////////////////////////////////////////
copyright 2010 FIELD co,ltd.
All Rights Reserved.
 
created: 2010.08.20 FIELD
////////////////////////////////////////// -- */

/* EVENT CALENDER
----------------------------------------------------- */

div#ajaxContent{ display: none; }

div#calender{ padding: 0px 10px 10px; }

div#calender #calenderContent{
	/*height: 252px;*/
	width: 225px;
	border-bottom: 1px solid #d8d3ba;
	margin: 0 0 10px;
	padding: 0 0 15px;
}

div#calender #legend{}

div#calender #legend ul{ list-style: none: }

div#calender #legend ul li.iHouseEvent{
	font-size: 85%;
	background: url(/images/common/icon_iHouseEvent.gif) no-repeat left center;
	line-height: 13px;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 2px 5px;
}

div#calender #legend ul li.othersEvent{
	line-height: 13px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 12px;
	background: url(/images/common/icon_othersEvent.gif) no-repeat left center;
	font-size: 85%;
}

div#calenderContent h3{
	text-align: center;
	position: relative;
	margin: 0px 0px 15px;
}

div#calenderContent h3 #navPrev{
	height: 11px;
	width: 19px;
	display: block;
	background: url(/images/ex/calndar_nav.gif) no-repeat 0px 0px;
	line-height: 1;
	text-indent: -9999px;
	position: absolute;
	left: 0px;
	top: 10px;
}

div#calenderContent h3 #navNext{
	height: 11px;
	width: 19px;
	display: block;
	background: url(/images/ex/calndar_nav.gif) no-repeat -19px 0px;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	right: 0px;
}

div#calenderContent h3 #year{
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2em 0px 0px;
	line-height: 0;
}

div#calenderContent h3 #month{ font: 197%/1 Georgia, "Times New Roman", Times, serif; }

div#calenderContent #calendarTable{ padding: 0; }

div#calenderContent #calendarTable table{
	width: 225px;
	border-collapse: separate;
	border-spacing: 2px;
}

div#calenderContent #calendarTable table th{
	background: #EDEDED;
	height: 23px;
	width: 31px;
	text-align: center;
	font-weight: normal;
	line-height: 21px;
	padding: 2px 0px 0px;
}

div#calenderContent #calendarTable table th.sunday{ color: #b40000; }

div#calenderContent #calendarTable table th.saturday{ color: #0b81cc; border: none; }

div#calenderContent #calendarTable table td{
	padding: 0px;
	height: 35px;
	width: 31px;
	text-align: left;
	font-size: 77%;
	vertical-align: top;
}

div#calenderContent #calendarTable table td.today{ border: 1px solid #dadada; }

div#calenderContent #calendarTable table td span{
	height: 35px;
}

div#calenderContent #calendarTable table td a.eventIHouse{
	background: url(/images/ex/eventDate.gif) no-repeat 0px -35px;
	height: 35px;
	display: block;
}

div#calenderContent #calendarTable table td a.eventOther{
	background: url(/images/ex/eventDate.gif) no-repeat 0px -70px;
	height: 35px;
	display: block;
}

div#calenderContent #calendarTable table td a.eventBoth{
	background: url(/images/ex/eventDate.gif) no-repeat 0px 0px;
	height: 35px;
	display: block;
}

div#calenderContent #calendarTable table td a:hover{ text-decoration: none; }