@charset "UTF-8";
/* CSS Document */

/*テーブルの設定*/
table.time_table {
	border: 3px solid #ABAFB2;
	font-size: 8pt;
	line-height: 12pt;
}
table.time_table th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ABAFB2;
	border-bottom-color: #ABAFB2;
	font-size: 11px;
}
table.time_table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ABAFB2;
	border-bottom-color: #ABAFB2;
}
.time_table a {
	color: #467EAF;
	text-decoration: none;
	font-weight: bold;
}
.time_table a:hover,.time_table a:active {
	color: #FF6600;
	text-decoration: none;
}

/*前日翌日ボタンの設定*/
#container {
	width: 570px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 24px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
#container .front {
	float: left;
	height: 28px;
	width: 200px;
	text-align: left;
}
#container .middle {
	height: 24px;
	width: 150px;
	text-align: center;
	float: left;
	font-size: 12pt;
	color: #467EAF;
}
#container .back {
	float: right;
	height: 28px;
	width: 200px;
	text-align: right;
}
#container .front a {
	color: #666;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	vertical-align: middle;
	margin: 0px;
	height: 24px;
}
#container .back a {
	color: #666;
	text-decoration: none;
	text-align: right;
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: middle;
	margin: 0px;
	height: 24px;
}

#container .front a:hover,#container .front a:active  {
	color: #467EAF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left;
}
#container .back a:hover,#container .back a:active  {
	color: #467EAF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right;
}

a.event:link, a.event:visited {
	color: #fff;
}
a.event:active, a.event:hover {
	color: #FF6600;
	text-decoration: none;
}