

.history_bar {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	width: 100%;
	float: left;
}

.history_bar a {
	display: block;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #000033;
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.history_bar a:hover{
	background-color: #225588;
}


.history_bar li {
	float:left;
	width: 40px;
}

/* 左回り込みを解除 */
.history_clear {
	clear: left;
}


.update_day{
	color: #00000;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #145b7d;

}


#history_main p{
	padding: 0px 0px 5px 10px;
}

#history_main {
	background: #ffffff;
	color: #000066;
	float:left;
	width: 74%;

	margin: 0px;
	padding: 0px;
	text-align: left;


}

#history_main a{
	color: #225588;
}

#history_main a:hover{
	color: #c9c9c9;
}

