﻿@charset "utf-8";


#history {

}

#history th {
	width       : 60px ;
	padding     : 10px ;
	color       : #fff  ;
	font-size   : 1.2em ;
	font-weight : bold  ;
	vertical-align:top;
	border-bottom: 1px solid #e6e3da ;
	background  : url(../img/bg_history.png) repeat-y ;
}

#history td {
	padding        : 10px  ;
	font-size      : 1.2em ;
	vertical-align : top   ;
	line-height    : 160%  ;
	border-bottom  : 1px solid #e6e3da ;
}