table{
	width:600px;
	border-collapse:collapse;
	margin-left:10px;
}

th{
	width:100px;
/*	border:solid 1px #aaaaaa;	*/
	border:solid 1px #ffffff;
	text-align:center;
/*	background-color:#ffffaa;	*/
	background-color:#ece9d8;
	color:#000000;
}

td{
/*	border:solid 1px #aaaaaa;	*/
	border:solid 1px #ffffff;
	background-color:#f9f8f2;
}

/*	費用一覧用	*/
.p00-01{
	width:150px;
}
.p00-02{
	width:150px;
}
.p00-02-none{
	width:150px;
	color:#ff0000;
	text-decoration: line-through;
}
.p00-03{
	width:200px;
}

/*	見積り例用	*/
.price01 th{
	text-align:center;
}
	/*	明細行	*/
.p01-01{
	width:200px;
}
.p01-02{
	width:150px;
	text-align:right;
}
.p01-03{
	width:150px;
	text-align:right;
}
	/*	明細最終行	*/
.p01-11{
	width:200px;
	border-bottom:solid 3px #aaaaaa;
}
.p01-12{
	width:150px;
	text-align:right;
	border-bottom:solid 3px #aaaaaa;
}
.p01-13{
	width:150px;
	text-align:right;
	border-bottom:solid 3px #aaaaaa;
}

	/*	合計行見出し	*/
.p01-21{
	width:200px;
	text-align:center;
	font-weight:bold;
}
	/*	合計額	*/
.p01-04{
	width:300px;
	text-align:right;
	font-weight:bold;
	background-color:#ffffaa;
}

/*	相続手続き一覧用	*/
.s_i01{
	width:200px;
}
.s_i02{
	width:150px;
	text-align:center;
}
.s_i03{
	width:150px;
	text-align:center;
}

/*	相続手続き一覧用	*/
.s_f01{
	width:200px;
}
.s_f02{
	width:300px;
	text-align:center;
}

/*	代理申請本人申請比較表用	*/
.p02-01{
	width:150px;
	text-align:center;
}
.p02-02{
	width:200px;
	text-align:center;
}
.p02-03{
	width:200px;
	text-align:center;
}

.p02-11{
	width:150px;
	text-align:center;
	border-bottom:solid 3px #aaaaaa;
}
.p02-12{
	width:200px;
	text-align:right;
	text-align:center;
	border-bottom:solid 3px #aaaaaa;
}
.p02-13{
	width:200px;
	text-align:right;
	text-align:center;
	border-bottom:solid 3px #aaaaaa;
}

/*	法務局一覧用	*/
.h00-01{
	width:100px;
}
.h00-02{
	width:200px;
}
.h00-03{
	width:300px;
}


.reserve {
	width:500px;
	border-collapse:collapse;
	cellpadding:0;
	margin-left:10px;
}

.reserve th{
	padding:0;
	border:solid 1px #ffffff;
	text-align:center;
	background-color:#ece9d8;
	color:#000000;
}

.reserve td{
	padding:0;
	border:solid 1px #ffffff;
	text-align:center;
	background-color:#f9f8f2;
}

.reserve .holi{
	color:#b22222;
}

.reserve caption{
	font-weight:bold;
	color:#b22222;
}

