/*
* { padding: 0; margin: 0; }
*/

* { font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Pゴシック","MS PGothic",Osaka,sans-self,Verdana,Arial,Helvetica; }
table.rates {
	width: 600px;
    border-top: 3px #B8860B solid;
	border-right: 3px #B8860B solid;
	border-bottom: 3px #B8860B solid;
    border-left: 3px #B8860B solid;
	border-collapse: collapse;	/* collapse で枠線が重なって表示される */
}
td.rates1 {
	width: 300px;
	border: 1px #B8860B solid;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}
td.rates2 {
	width: 300px;
	border: 1px #B8860B solid;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	background-color: #EEE8AA;
}
td.rates3 {
	font-size: 12px;
	font-weight: bold;
}

th.rough-estimate {
	background-color: #99cc00;
}
.migiyose {
	text-align: right;
}
body,td,th {
	font-size: 13px;
	color: #555555;
	line-height: 140%;
}
table.waku {
    border-top: 1px solid #663300;
	border-right: 1px solid #663300;
	border-bottom: 1px solid #663300;
    border-left: 1px solid #663300;
    background-color: #ffffff;
}
.notice {
	font-size: 12px;
	color: #FF0000;
}
.header {
	font-weight: bold;
	font-size: 20px;
}
.footer {
	font-size: 12px;
	color: #555555;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 50px;
	font-family: 'Courier';
}
.left-column {
	font-size: 16px;
	font-weight: bold;
}
#wrapper { 
	margin: 0 auto;
	width: 922px;
}
#header {
	color: #333;
	width: 900px;
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	height: 180px;
	margin: 10px 0px 5px 0px;
	background: #FFDCDE;
}
#leftcolumn { 
	color: #333;
	border: 1px solid #ccc;
	/*background: #E7DBD5;*/
	background: #FFDCDE;
	margin: 0px 5px 5px 0px;
	padding: 10px;
	height: 1200px;
	width: 195px;
	float: left;
}
#rightcolumn { 
	float: right;
	color: #333;
	border: 1px solid #ccc;
	background: #F2F2E6;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	height: 1200px;
	width: 678px;
	display: inline;
}
#rightcolumn2 { 
	float: right;
	color: #333;
	border: 1px solid #ccc;
	background: #FFFFFF;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	height: 1200px;
	width: 678px;
	display: inline;
}
#footer { 
	width: 900px;
	clear: both;
	color: #333;
	border: 1px solid #ccc;
	background: #BD9C8C;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}