@charset "UTF-8";
/*
* css /estimate.html
*/

body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: -1px;
}

div#container {
	margin: 28px auto 0 ;
	line-height: 1.5;
}
div#contents_top {
	margin-top: 10px;
}

h1.estimate {
	position: relative;
	overflow: hidden;
	width: 800px;
	height: 110px;
}
	h1.estimate span{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(/img/h1_title_estimate.gif) no-repeat;
	}
h2 {
	margin: 0 0 0 20px;
	padding: 5px 0;
}

ul li {
	padding: 0 20px 0 0;
	list-style: none;
}
ul li p {
	margin-left: 10pt;
}
p {
	width: 90%;
}
#body .flag h1 span {
	margin: 0 ;
}
#body .flag div#contents p {
	padding-left: 1em;
	padding-bottom: 10px;
}
#body .flag ol,
#body .flag ul {
	padding-left: 0;
}

#body .flag div#contents p.answer {
	margin-top: 20px;
	padding: 0;
	border-bottom: dashed 1px #ccc;
	color: #900000;
}
#body .flag div#contents p.discription {
	background: #f1f1f1;
}

