@charset "utf-8";

table {
	border-color : #9e9e9e;
	border-width : 1px;
	border-style : solid;
}
td, th {
	padding : 2px 6px;
	line-height : 1.5;
	border : none;
	border-bottom : solid 1px #ced3d6;
	border-top : solid 2px white;
	letter-spacing : 0;
	white-space : nowrap;
	background-color : white;
}
tr.tablehead th {
	font-size: 95%;
	font-weight: normal;
	background : url(../../img/style1/table-cell1.gif) repeat-x left bottom #d1d7dc;
	border-bottom : solid 2px #ced3d6;
	border-left: 1px solid #e0e5e9;
	border-right : 1px solid #c4c9cc;
	padding: 5px 0;
	font-weight: normal;
}
td input {
	border-width : 1px;
}
