/**********
鼠径部
**********/

@import url("global.css");
@import url("staff.css");


div#dates{
	clear: both;
	margin: 0;
	padding: 0;
	}
div#dates ol{
	margin: 0;
	padding: 0 5px;
	background: red;
	}
div#dates ol li{
	float: left;
	background: #cccccc;
	margin: 2px;
	padding: 0px;
	width: 230px;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
	border: 1px #ff4444 solid;
	}
div#dates ol li a{
	display: block;
	text-decoration: none;
	font-weight: normal;
	background: yellow;
	color: #000000;
	margin: 0;
	}
div#dates ol li a:hover{
	background: #ffcc00;
	}

