@import url(../basic.css);

div#contents p.sample {
	float: left;
	width: 180px;
	text-indent: 0;
	margin: 0 20px 20px 90px;
}

div#contents p.sample img {
	margin-bottom: 5px;
}

div#contents h3 {
	clear: both;
}

div#contents div.step1 {
	float:left;
	width: 280px;
	margin: 10px 20px 20px 80px;
}

div#contents div.step1 p {
	margin: 0;
	text-indent: 0;
}

div#contents div.step1 img,div#contents div.step2 img {
	margin: 10px 0;
}

div#contents div.step1 h4,div#contents div.step2 h4 {
	margin-left: 80px;
}

div#contents div.step2 {
	margin: 10px 20px 20px 450px;
}

div#contents div.step2:before {
	content: "→";
	position: absolute;
	margin-top: 120px;
	margin-left: -60px;
	font-size: 150%;
}

div.rule {
	border: 1px solid #999;
	padding: 10px;
	margin-bottom:10px;
}

div#contents div.rule dl {
	margin-bottom: 0;
}

div#contents dl.comment {
	float: right;
	width: 268px;
	background: url(img/bg_comment.png) no-repeat left top;
	min-height: 90px;
	padding-top: 5px;
}

div#contents dl.comment dt {
	margin: 0 0 0 25px;
}

div#contents dl.comment dd {
	margin: 0 5px 0 60px;
}