@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.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_simulation.gif) no-repeat;
	}
h2 {
	margin: 0 0 0 20px;
	padding: 5px 0;
}
ul{
	list-style-type: disc;
}
ul ,
ol {
	margin: 0 0 0 30px;
}
ul li,
ol li {
	padding: 3px 20px 3px 0;
}
.caution {
	font-weight: bold;
}
p {
	width: 90%;
}
#body .flag h1 span {
	margin: 0 ;
}

