@charset "utf-8";
/*---------------------------------- CSS Information
タイトル：estimate.css
作成者  ：Yoshihiro Oishi
概　要  ：見積もりのCSS
製作日  ：2008年12月20日
変更日  ：
------------------------------------------------ */



table {
	height: auto;
	width: 460px;
	margin-left: 100px;
	padding: 10px 0px;
}
h2 {
	font-size: 116%;
	font-weight: bold;
}

h3 {
	height: auto;
	padding-bottom: 3px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 20px;
}
h4 {
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
}


th {
	padding-left: 50px;
	font-weight: normal;
	width: 200px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: #FFFFFF;
}
.reset_button {
	text-align: center;
	padding-top: 10px;
}
.container {
	border-bottom: 1px dotted #999999;
}
.title {
	height: auto;
	width: 575px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #999999;
}

ul {

}
.square {
	background-image: url(../../img/square10.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 1.3em;
	background-position: 0px 4px;
	line-height: 150%;
}
.square12 {
	background-image: url(../../img/square12.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
}
#main_body_form_number {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.etc {
	padding: 20px 20px 10px 100px;
}
#float_left #katashiki_caption {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: auto;
	width: 28em;
	padding-top: 20px;
}
#float_left #submit {
	text-align: center;
}
