/**********************************************
	メイン
**********************************************/
#access {
	padding:8px 0;
	margin:0 auto;
	width:780px;
}

/**********************************************
	ナビ
**********************************************/
#navigation {
	font-size:0.9em;
}

/**********************************************
	年ナビ
**********************************************/
/* 年ナビのベース */
.yearNavi {
}

/* 年ナビのリスト */
.yearNavi li {
	float:left;
	margin-right:2px;
	list-style-type:none;
}

/* 年ナビの項目 */
.yearNavi .yearOn {
	display:block;
	padding:2px 0;
	width:152px;
	height:14px;
	line-height:14px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	color:#666;
	border-top:4px solid #f69;
	border-right:1px solid #aaa;
	border-left:1px solid #aaa;
	background-color:#fff;
}

/* 年ナビのアンカー */
.yearNavi .yearOff {
	display:block;
	padding:2px 0;
	width:152px;
	height:14px;
	line-height:14px;
	text-align:center;
	text-decoration:none;
	color:#666;
	border-top:4px solid #aaa;
	border-right:1px solid #aaa;
	border-left:1px solid #aaa;
	background-color:#fff;
}

/* 年ナビのホバー */
.yearNavi a:hover {
	color:#333;
	border-top:4px solid #666;
	background-color:#fff;
}

/**********************************************
	月ナビ
**********************************************/
/* 月ナビのベース */
.monthNavi {
	clear:both;
}

/* 月ナビのリスト */
.monthNavi li {
	float:left;
	margin-right:2px;
	list-style-type:none;
}

/* 月ナビの項目 */
.monthNavi .monOn {
	display:block;
	padding:2px 0;
	width:61px;
	height:14px;
	line-height:14px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	color:#666;
	border-top:4px solid #9c6;
	border-right:1px solid #aaa;
	border-left:1px solid #aaa;
	background-color:#fff;
}

/* 月ナビのアンカー */
.monthNavi .monOff {
	display:block;
	padding:2px 0;
	width:61px;
	height:14px;
	line-height:14px;
	text-align:center;
	text-decoration:none;
	color:#666;
	border-top:4px solid #aaa;
	border-right:1px solid #aaa;
	border-left:1px solid #aaa;
	background-color:#fff;
}

/* 月ナビのホバー */
.monthNavi a:hover {
	color:#333;
	border-top:4px solid #666;
	background-color:#fff;
}

/**********************************************
	一覧表示画面
**********************************************/
#rankTable {
	clear:both;
	margin-bottom:10px;
}

.hdDateTitle {
	width:54px;
	text-align:center;
	font-size:0.8em;
	border:1px solid #999;
}

.hdHourDetail {
	width:27px;
	text-align:center;
	font-size:0.9em;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

.hdAccessQty {
	width:72px;
	text-align:center;
	font-size:0.8em;
	border:1px solid #999;
}

.dateTitle {
	width:54px;
	text-align:center;
	border:1px solid #999;
	background-color:#fc0;
}

.accessOfTime {
	width:27px;
	height:52px;
	vertical-align:bottom;
	text-align:center;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

.accessOfTime img {
	vertical-align:bottom;
}

.accessQty {
	width:72px;
	text-align:center;
	border:1px solid #999;
}
