@charset "UTF-8";
#contents  h3 {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#contents h4 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 0px;
	font-size: 14px;
	color: #FF6600;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#contents h5 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#contents p {
	text-align: center;
	margin-top: 30px;
}
#contents dl {
	padding: 20px;
	width: 860px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #FF9900;
	border-radius: 10px;        /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;
}
#contents dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #F66B11;
	text-align: center;
	line-height: 20px;
}
#contents dl dd {
	color: #F66B11;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents .estimateWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	position: relative;
}
#contents .estimateWrapper ul {
	width: 450px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: decimal;
	margin-top: 0px;
	margin-right: 450px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents .estimateWrapper ul lt {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#contents .estimateWrapper ul li {
	background-color: #EEEEEE;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#contents .estimateWrapper ul li p {
	margin: 0px;
	text-align: justify;
}
#contents .estimateWrapper ul .li table {
	background-color: #FFFFFF;
	margin-top: 10px;
	display: block;
}
#contents .estimateWrapper ul li table td {
	padding: 10px;
	background-color: #FFFFFF;
	margin: 0px;
}
#contents .estimateWrapper ol {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contents .estimateWrapper ol li {
	margin-top: 20px;
	background-image: url(../../images/common/arrow_big.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
