@charset "shift_jis";

div#contents div.contentsBox {
	background:					url(../img/history/history_bg.jpg) no-repeat right bottom;
}

div.contentsBox .arrowPos {
	margin:						10px 0 10px 25px;
}

#historyTable {
	margin-left:				10px;
}

#historyTable {
	border:						1px solid #ccc;
	border-collapse:			collapse;
}

#historyTable th {
	border:						1px solid #ccc;
	border-collapse:			collapse;
	background-color:			#ECDBC6;
}

#historyTable td {
	border:						1px solid #ccc;
	border-collapse:			collapse;
	padding-left:				5px;
}


