@charset "utf-8";

/*================================
ファイル名：estimate.css
作成者：ND&amp;I 徳田 ( tanaka@n-di.co.jp )
=================================*/

@import url("../../share/default.css");

body {
	font-size: 90%;
}

table {
	border-collapse: collapse;
	border: solid #999 1px;
	border-right: none;
	border-bottom: none;
}

	table th,
	table td {
		padding: .5em 1em !important;
		border: solid #999 1px;
		border-top: none;
		border-left: none;
	}

/* FAX table
=================================*/

h1 {
	display: none;
}

body#faxArea {
	padding-bottom: 15px;
	background: #FFF;
}

div#faxBarea {
	margin: 0 auto;
	width: 750px;
}

table.fax {
	margin-top: 5px;
	width: 740px;
}

	table.fax thead {
		padding: 5px;
		background: #CCC;
	}
	
	table.fax tr {
	}

	table.fax td {
		padding: 5px;
	}
	
table.fax02 {
	margin-top: 15px;
	width: 740px;
}

	table.fax02 thead {
		padding: 5px;
		background: #CCC;
	}
	
	table.fax02 tr {
	}

	table.fax02 th {
		padding: 3px;
		border: 1px solid #999;
	}
	
p.faxTitle {
	margin-top: 15px;
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

h2.faxStitle {
	margin-top:15px;
	font-size: 100%;
}

p#copyright {
	margin-top: 1em;
	text-align: center;
}
