@charset "UTF-8";

body {
	text-align: left;
	font-size: 62.5%;
	font-family: "Lucida Grande" "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color: #333; line-height: 1.62;
}
#center,
#footer {
	position: relative;
	margin: 0 auto;
	text-align: left;
}
#center { width: 610px; }
#header { height: 30px; }
h1,h2 {
	position: absolute;
}
h1 {
	top: 5px; left: 0;
	font-size: 1.1em;
	color: #999;
}
h2 {
	top: 30px; left: 0;
	width: 132px; height: 61px;
	background: url(img/h2.gif) no-repeat;
	text-indent: -9999px;
}
h2 a {
	display: block;
	height: 100%;
}
.step {
	float: left;
	width: 600px;
	padding: 5px; margin-bottom: 10px;
	line-height: 32px;
	background: #7cd100;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
}
.step img {
	float: left;
}
.step h3 {
	margin-left: 103px;
}
.memo {
	margin-bottom: 25px;
}
#content {
	position: relative;
	padding-bottom: 25px;
}
#content p {
	font-size: 1.2em;
}
.type {
	position: relative;
	margin-bottom: 25px;
	height: 170px;
	
}
.type h4 {
	width: 610px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.5em;
	color: #7cd100;
	border-top: solid 1px #7cd100;
	border-bottom: solid 1px #7cd100;
}
.type h4 span {
	font-size: 0.9em;
	color: #333;
	font-weight: normal;
}
.type dl {
	position: absolute;
	left: 0; bottom: 0;
	float: left;
	padding: 5px;
	background: #e5e5e5;
}
.type dl dt,
.type dl dd {
	float: left;
	margin-right: 10px;
	font-size: 1.2em;
}

.type .btn {
	position: absolute;
	bottom: 0; right: 0;
	width: 160px; height: 40px;
}
.other {
	width: 610px; height: 200px;
	margin-bottom: 35px;
	background: url(img/howmuch.jpg) no-repeat right bottom;
}
.other h3 {
	position: relative;
	width: 600px;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 1.5em;
	color: #fff;
	font-weight: bold;
	background: #7cd100;
}
.other p {
	margin-bottom: 20px;
}
.other img {
	position: absolute;
	right: 0; bottom: 0;
}

#footer {
	position: relative;
	height: 50px;
	border-top: solid 1px #777;
	color: #333;
}
#footer .copy {
	position: absolute;
	top: 15px; right: 30px;
	font-size: 1.2em;
}
#footer .copy span {
	font-weight: bold;
}