@charset "utf-8";


/* CSS Import Style
---------------------------------------------------- */
@import "01styles_main.css";
@import "02styles_layout.css";


/* estimate common Style
---------------------------------------------------- */
#estimate h3 {
	margin-bottom: 20px;
}

#estimate h4 {
	margin: 20px 0;
}

#estimate h5 {
	margin: 15px 0;
	border-bottom: 1px dotted #c2c7cb;
	padding: 0 0 5px 20px;
	background: url(/images/icon_circle_other.gif) no-repeat left 2px;
	font-weight: bold;
}

#estimate h5.v2 {
	margin-top: 40px;
}

#estimate .colorEstimate {
	color: #154d77;
}

#estimate caption {
	color: #154d77;
	font-weight: bold;
	font-size: 93%;
}

#estimate .estimateStress {
	color: #154d77;
	font-weight: bold;
}

/* Win IE7 */
*:first-child+html .mark {
	font-size: 160%;
}

#estimate table {
	width: 99%;
}

#estimate table th,
#estimate table td {
	padding: 2px 5px;
	border: 1px solid #999999;
}

#estimate table th {
	background-color: #164c78;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

#estimate table td {
	background-color: #ffffff;
}

#estimate table td.color1 {
	background-color: #e4e4e4;
}

#estimate table th.price,
#estimate table td.price {
	text-align: right;
}

#estimate .estimateList li {
	background: url(/images/icon_list_other.gif) no-repeat left 6px;
	padding-left: 1em;
}

#estimate .estimateContentsBox {
	width: 685px;
	background: url(/estimate/images/bg_contentsWide_M.gif) repeat-y left top;
	margin: 19px 0;
}

#estimate .estimateContentsBox dl {
	background: url(/estimate/images/bg_contentsWide_B.gif) no-repeat left bottom;
	padding-bottom: 20px;
}

#estimate .estimateContentsBox dl dt {
	background: url(/estimate/images/bg_contentsWide_T.gif) no-repeat left top;
	padding: 5px 9px;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
}

#estimate .estimateContentsBox dl dd {
	padding: 10px 14px 0;
	width: 657px;
}


#estimate .estimateContentsBox dl dd ul.listMenu li {
	margin-bottom: 6px;
}

#estimate .inner {
	margin-left: 22px;
	width: 685px;
}

#estimate .estimateInfo {
	background-color: #f9fafb;
	padding: 10px;
	border:1px solid #154d77;
}
