@charset "UTF-8";

/* /// NOTES - area.css //////////////////////////// 
	- モジュールストラクチャ（イベントカレンダー）
		- ポップアップ時
 ////////////////////////////////////////////// */

/* ----------------------------------------------------- */
/* モジュールストラクチャ（イベントカレンダー）    */
/* ----------------------------------------------------- */
#main .module_calendar h2 {
	float: left;
	width: auto;
	border-top-style: none;
	padding-top: 10px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 110%;
}

#main .module_calendar div.submit {
	/*background-image: url(/common/img/bg_slash.gif);*/
	background:#dbe1ea;
	border-style: none;
	width: 683px;
	padding: 3px 3px 3px 7px;
	margin: 20px 0 10px;
	font-size: 110%;
	zoom: 100%;
}

#main .module_calendar div.submit:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#main .module_calendar div.submit h2 {
	padding-top: 3px;
}

#main .module_calendar div.submit p {
	float: left;
	padding-top: 3px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 80%;
}

.module_calendar div.submit div.print,
.module_calendar div.submit div.calendar_print {
	float: right;
}

.module_calendar div.submit div.print img,
.module_calendar div.submit div.calendar_print img,
.module_calendar div.close img {
	border-style: none;
}

.module_calendar table.calendar {
	width: 692px;
	clear: both;
	border-collapse: collapse;
	border-spacing: 0;
	border: #D2D2D2 1px solid;
}

.module_calendar table.calendar th {
	width: 98px;
	padding: 6px 0;
	border: #D2D2D2 1px solid;
	color: #FFFFFF;
	background-color: #a3c7ec;
}

.module_calendar table.calendar th.holiday {
	width: 97px;
	background-color: #7fabd7;
}

.module_calendar table.calendar td {
	border: #D2D2D2 1px solid;
	padding: 0 0 0 3px;
	height: 97px;
	vertical-align: top;
}

.module_calendar table.calendar td.holiday {
	background-color: #ffffdf;
}

.module_calendar table.calendar td span.day {
	color: #999999;
	font-weight: bold;
	display: block;
	margin: 2px 0;
	font-size: 90%;
	line-height: 1.3;
}

.module_calendar table.calendar td ul {
	margin: 8px 0 0;
	font-size: 75%;
}

/* IE7 Hack  */
*:first-child+html .module_calendar table.calendar td ul {
	font-size: 70%;
}

/* lte IE6 Hack  */
* html .module_calendar table.calendar td ul {
	font-size: 70%;
}

.module_calendar table.calendar td ul li {
	margin: 0 0 2px;
	background-position: 0 1px;
}

.module_calendar table.calendar td img.closed {
	display : block;
	margin: 0 auto;
}

.module_calendar .caption {
	float: right;
	margin: 0;
	padding: 5px 0 0;
	color: #AAAAAA;
	font-size: 75%;
}

/* IE7 Hack  */
*:first-child+html .module_calendar .caption {
	font-size: 70%;
}

/* lte IE6 Hack  */
* html .module_calendar .caption {
	font-size: 70%;
}

.module_calendar .caption img {
	vertical-align: middle;
	margin-left: 10px;
}

.module_calendar table.table_c th {
	width: 288px;
}

.module_calendar table.table_c th div.link {
	font-weight: bold;
	line-height: 1.4;
}

.module_calendar table.table_c th div.link * {
	vertical-align: middle;
}

.module_calendar table.table_c th div.text_date {
	margin: 3px 0 0 11px;
	font-size: 80%;
	line-height: 1;
}

/* IE7 Hack  */
*:first-child+html .module_calendar table.table_c th div.text_date {
	font-size: 75%;
}

/* lte IE6 Hack  */
* html .module_calendar table.table_c th div.text_date {
	font-size: 75%;
}

.module_calendar table.table_c th div.text_date img {
	vertical-align: middle;
}

/* ----------------------------------------------------- */
/* ポップアップ時    */
/* ----------------------------------------------------- */
body.popup .module_calendar div.table_c div.link,
body.popup .module_calendar div.table_c td.summary {
	font-size: 80%;
}

body.popup .module_calendar div.table_c {
	margin-top: 10px;
}

body.popup .module_calendar table.table_c {
	background-image: none;
}

/* IE7 Hack  */
*:first-child+html body.popup .module_calendar div.table_c div.link {
	font-size: 75%;
}

*:first-child+html body.popup .module_calendar div.table_c td.summary {
	font-size: 70%;
}

/* lte IE6 Hack  */
* html body.popup .module_calendar div.table_c div.link {
	font-size: 75%;
}

* html body.popup .module_calendar div.table_c td.summary {
	font-size: 70%;
}

body.popup .module_calendar div.table_c th,
body.popup .module_calendar div.table_c td {
	padding: 3px 5px;
}




