@charset "UTF-8";

* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}

#schedule .calendar table {
	border-collapse: separate;
	font-size: 14px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #b0a87b;
}
#schedule .calendar td, th {
	height: 32px;
	text-align: center;
	vertical-align: middle;
	background: url(../images/agp/block_6th/cells.gif);
	color: #3f4044;
	width: 32px;
	font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
}
#schedule .calendar th {
	height: 17px;
	font-weight: bold;
	line-height: normal;
	font-size: 11px;
	padding-top: 1px;
}
#schedule .calendar td:hover {
	background-position: 0 0;
	color: #3f4044;
	
}
#schedule .calendar td.date_has_event {
	background-position: 64px 0;
	color: #ffffff;
	cursor: pointer;
}
#schedule .calendar td.date_has_event:hover, #schedule .calendar td.date_has_event.hover {
	background-position: 32px -32px;
}
#schedule .calendar td.padding {
	background: url(../images/agp/block_6th/calpad.gif);
}
#schedule .calendar td.today {
	background-position: 32px 0;
	color: #ffffff;
}
#schedule .calendar td.today:hover {
	background-position: 32px -32px;
}
#schedule .calendar .events {
	position: relative;
	opacity: 0.95;
}
#schedule .calendar .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	background: #E7ECF2 url(../images/agp/block_6th/popup.jpg) no-repeat;
	color: #313234;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	-webkit-box-shadow: 0px 8px 8px #333333;
	padding: 7px 9px;
	zoom: 1;
}
#schedule .calendar .events li {
	padding-bottom: 0px;
}
#schedule .calendar .events li span {
	display: block;
	color: #343537;
	font: 13px/150% "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", Arial, sans-serif;
}
#schedule .calendar .events li span.title {
	font-weight: bold;
	color: #2e2f31;
	font-size: 15px;
}