h1 {
	margin: 0 0 12px 0;
	padding: 6px 4px;
	font-size: 16px;
	background: #eee;
	border-top: 2px solid #888;
	border-bottom: 2px solid #888;
}

table {
	margin: 0 0 1em 0;
	border: 1px solid #888;
}

table.account {
	width: 100%;
}

table.company {
	width: ;
}

tr.clr {
	background: #eee;
}

th {
	border: 1px solid #888;
	border-bottom: 3px double #888;
	background: #ddd;
	text-align: center;
}

td {
	border: 1px solid #888;
}

.cell_l {
	width: 20%;
}

.cell_c {
	width: 70%;
}

.cell_r {
	width: 10%;
}

.cell_1 {
	width: 20%;
	background: #eee;
}

.cell_2 {
	width: 80%;
}


/* レイアウト */

.col_l {
	width: 500px;
	float: left;
}

.col_r {
	width: 160px;
	float: right;
}
