@charset "utf-8";
@import "base/common.css";

#calendar {
	position: relative;
	width: 550px;
	background: url(../files-sub/www/calendar/calendar_bg.gif);
	margin-bottom: 15px;
}

#calendar .calendar_head {
	width: 550px;
	height: 37px;
	font-size: 1em;
	text-indent: -9999px;
	background: url(../files-sub/www/calendar/calendar_head.gif) no-repeat;
}

#calendar .calendar_body {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 29px;
	padding-bottom: 15px;
}

#calendar .calendar_foot {
	width: 550px;
	height: 13px;
	font-size: 1em;
	text-indent: -9999px;
	background: url(../files-sub/www/calendar/calendar_foot.gif) no-repeat;
}

#calendar .monthly {
	width: 107px;
	height: 107px;
}

#calendar #m1 { background-image: url(../files-sub/www/calendar/month/1.gif); }
#calendar #m2 { background-image: url(../files-sub/www/calendar/month/2.gif); }
#calendar #m3 { background-image: url(../files-sub/www/calendar/month/3.gif); }
#calendar #m4 { background-image: url(../files-sub/www/calendar/month/4.gif); }
#calendar #m5 { background-image: url(../files-sub/www/calendar/month/5.gif); }
#calendar #m6 { background-image: url(../files-sub/www/calendar/month/6.gif); }
#calendar #m7 { background-image: url(../files-sub/www/calendar/month/7.gif); }
#calendar #m8 { background-image: url(../files-sub/www/calendar/month/8.gif); }
#calendar #m9 { background-image: url(../files-sub/www/calendar/month/9.gif); }
#calendar #m10 { background-image: url(../files-sub/www/calendar/month/10.gif); }
#calendar #m11 { background-image: url(../files-sub/www/calendar/month/11.gif); }
#calendar #m12 { background-image: url(../files-sub/www/calendar/month/12.gif); }

#calendar .monthly .btn {
	width: 107px;
	height: 78px;
}

#calendar .monthly .btn a {
	display: block;
	overflow: hidden;
	font-size: 1em;
	text-indent: -9999px;
	width: 29px;
	height: 29px;
	background-position: top left;
	background-repeat: no-repeat;
}

#calendar .monthly .btn a:hover {
	background-position: bottom left;
}

#calendar .monthly .btn a.prev {
	float: left;
	background-image: url(../files-sub/www/calendar/prev.gif);
}

#calendar .monthly .btn a.next {
	float: right;
	background-image: url(../files-sub/www/calendar/next.gif);
}

#calendar .monthly p {
	clear: both;
	height: 19px;
	line-height: 19px;
	font-weight: bold;
	color: #66aa00;
	background: #fff;
	text-align: center;
}

#calendar #sqz {
	position: absolute;
	top: 40px;
	left: 140px;
	background: #fff;
	padding: 2px;
}

#calendar #sqz .guide_box {
	width: 379px;
}

#calendar #sqz .guide_box .label {
	overflow: hidden;
	height: 20px;
	padding-right: 10px;
	background-position: top right !important;
}

#calendar #sqz .guide_box .body {
	overflow: hidden;
	height: 77px;
}

#calendar #sqz .guide_box .body h4{
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
}

#calendar #sqz .guide_box .body h4 p{
	clear: both;
	line-height: 1.1em;
	padding-left: 5px;
	padding-bottom: 3px;
	border-left: solid 5px #ffbd59;
	border-bottom: solid 1px #ffbd59;
}

#calendar #sqz .guide_box .body label {
	display: block;
	float: left;
	width: 116px;
	line-height: 20px;
	cursor: pointer;
}

#calendar #sqz .guide_box .body label.column2 {
	width: 173px !important;
}

#calendar table {
	border: 0px;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
}

#calendar table .sun { border-left: none !important; }

#calendar table th{
	width: 69px;
	color: #fff;
	text-align: center;
	background: #b2d47f;
	border: 0px;
	border-left: solid 3px #fff;
	margin: 0px;
	padding: 0px;
}

#calendar table td {
	width: 59px;
	height: 65px;
	background: #fff9aa;
	border: 0px;
	border-top: solid 2px #fff;
	border-left: solid 3px #fff;
	margin: 0px;
	padding: 2px 5px;
	vertical-align: top;
	cursor: pointer;
	font-size: 10px;
	line-height: 1.2em;
}

#calendar table th.sun { background: #ff8888; }
#calendar table th.sat { background: #99ccff; }

#calendar table td.sun, #calendar table td.holiday { background: #ffdddd; }
#calendar table td.sat{ background: #ddeeff; }
#calendar table td.none{ background: none !important; }

#calendar table td strong{ color: #ff0000; font-size: 9px; font-weight: normal; }

#calendar table td p.day{
	font-size: 14px;
	font-weight: bold;
	color: #448800;
	line-height: 1.5em;
}

#calendar table td p.count{
	display: block;
	width: 59px;
	height: 17px;
	line-height: 17px;
	color: #996600;
	font-size: 11px;
	background: url(../files-sub/www/calendar/count.png) top left no-repeat;
	text-align: center;
	margin-bottom: 5px;
}

#calendar table td.sun p.count, #calendar table td.holiday p.count { background-position: top right; color: #dd0000; }
#calendar table td.sat p.count { background-position: bottom left; color: #0055bb; }

#calendar table td.sun p.day, #calendar table td.holiday p.day { color: #ff0000; }
#calendar table td.sat p.day { color: #0066ff; }

#calendar table td p.event, #calendar table td p.schedule {
	display: block;
	padding: 1px;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 3px;
}
#calendar table td p.event { background: #ff3366; }
#calendar table td p.schedule { background: #3399ff; }

#calendar table td:hover, #calendar table td.sun:hover, #calendar table td.sat:hover {
	background: #ffee66;
}

#calendar table td:hover p.day { color: #ff6600; }
#calendar table td:hover p.count { background-position: bottom right !important; color: #fff; font-weight: bold; }




#base-layer-1 h3.layers_label p { width: 146px; background-image:url(../files-sub/www/calendar/label1.png); }
#base-layer-2 h3.layers_label p { width: 124px; background-image:url(../files-sub/www/calendar/label2.png); }
#event-detail h3.layers_label { background-image: url(../files-sub/www/common/layer3_chara.png); }
#event-detail h3.layers_label p { width: 154px; background-image:url(../files-sub/www/calendar/label3.png); }

#google_map {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#event-detail .layer_body .wrap {
	width: 100%;
	height: auto;
}

#event-detail .layer_body h3 {
	font-size: 14px;
	color: #336600;
	border-left: solid 5px #b3d580;
	border-bottom: solid 1px #b3d580;
	padding-left: 5px;
}

#event-detail .layer_body dl {
	border: solid 1px #dfb05b;
	margin-top: 10px;
	background: #fff2bf;
}

#event-detail .layer_body dl dt {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #ff9900;
	padding: 4px 4px;
}

#event-detail .layer_body dl dt p{
	border-left: solid 4px #ffcc7f;
	padding-left: 4px;
	line-height: 1.1em;
}

#event-detail .layer_body dl dd {
	padding: 5px 7px;
}

#event-detail .layer_body dl dd a.client {
	font-weight: bold;
}

#event-detail .layer_body .description {
	overflow: auto;
	margin-top: 10px;
}

#event-list { padding-top: 0px; }
/*#event-list h2 { background:i url(../files-sub/www/calendar/label1.png); }*/
#event-list a {
	display: block;
	/*border-left: solid 4px #d5bea6;
	padding-left: 4px;*/
	line-height: 1.1em;
}
#event-list .inner_box { margin-top: 7px; overflow: auto; }
#event-list .inner_box ul { font-size: 11px; }

#event-list .inner_box ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#event-list .inner_box ul li strong{
	color: #884400;
	font-size: 10px;
}




#base-layer-2 .guide_box .label {
	overflow: hidden;
	height: 25px;
	padding-right: 10px;
	background-position: top right !important;
}

#base-layer-2 .guide_box .label .left, #base-layer-2 .guide_box .label .right {
	float: left;
	width: 20px;
	height: 25px;
	line-height: 20px;
	text-align: center;
}

#base-layer-2 .guide_box .label .left {
	padding-left: 41px;
	background: url(../files-sub/www/common/info_label_l.gif) top left no-repeat;
}

#base-layer-2 .guide_box .label .right {
	padding-right: 31px;
	background: url(../files-sub/www/common/info_label_r.gif) top right no-repeat;
}

#base-layer-2 .guide_box .label a {
	font-weight: bold;
	color: #ffff00;
	text-decoration: none;
	cursor: pointer;
}

#base-layer-2 .guide_box .label a:hover {
	color: #993300;
	text-decoration: none;
}

#base-layer-2 .guide_box .label .middle {
	float: left;
	width: 167px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	background: #ff9900;
	text-align: center;
}

.guide_box .label h3 {
	float: left;
	width: auto;
	height: 30px;
	font-size: 12px;
	color: #fff;
	padding-right: 31px;
	background: url(../files-sub/www/common/info_label_r.gif) right no-repeat;
}

.guide_box .label h3 p {
	height: 30px;
	line-height: 20px;
	padding-left: 41px;
	background: url(../files-sub/www/common/info_label_l.gif) no-repeat;
}

#base-layer-2 .guide_box .body {
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
	height: 532px;
}

#base-layer-2 ul li{
	border-top: dotted 1px #996633;
	padding: 5px;
	cursor: pointer;
	background: transparent;
	font-size: 11px;
}
#base-layer-2 ul li.first{ border-top: none; }

#base-layer-2 ul li strong{
	display: block;
	color: #993300;
	font-size: 12px;
}

#base-layer-2 ul li:hover{
	background: #ffdd66;
}

#base-layer-2 ul li:hover strong{
	color: #ff4400;
}

#base-layer-2 ul li:hover a{
	font-weight: bold;
	color: #ff3399;
	text-decoration: underline;
}