@charset "UTF-8";
/*
* css /estimate.html
*/
*
div#container {
	margin: 28px auto 0 ;
	line-height: 1.5;
}
div#contents_top {
	margin-top: 10px;
}
h1.howto {
	position: relative;
	overflow: hidden;
	width: 800px;
	height: 110px;
}
	h1.howto span{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(/img/h1_title_howto.gif) no-repeat;
	}
h2 {
	margin: 0 0 0 20px;
	padding: 5px 0;
}
ol {
	margin: 0 0 0 30px;
}