@charset "utf-8";

#calendar {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 109px;
}

#calendar table {
	font-size: 10px;
	height: 96px;
	width: 152px;
	text-align: center;
}

#calendar th {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	font-size: 10px;
	line-height: 10px;
}
#calendar td {
	font-size: 10px;
	line-height: 10px;
}

#calendar td a {
	color: #FF9900;
}
#calendar /* CSS Document */


  td  a span {
	position: absolute;
	left: 152px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	text-align: left;
	visibility: hidden;
	width: 152px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
}
#calendar td a:visited {
	color: #FFCC66;
}


#calendar  td a:hover span  {
	visibility: visible;
}
#calendar  ul {
	text-align: left;
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	float: left;
	height: 36px;
	width: 152px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

iframe  {
	height: 160px;
	width: 152px;
	clear: left;
	float: left;
}
#calendar .left {
	left: 0px;
	position: absolute;
	height: 13px;
}
#calendar .right {
	position: absolute;
	right: 0px;
}
#calendar caption {
	font-size: 12px;
}
#calendar caption a {
	color: #666666;
}
