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

div#contents h3 {
	clear: both;
}

div#contents ol {
	margin-left:40px;
	text-indent: -1em;
}

div#contents ol li {
	list-style-type:none;
	clear: both;
}

div#contents ol li img {
	float: left;
	margin-right: 10px;
}

div#contents div.item {
	border: 1px solid #999;
	padding: 10px;
	float: left;
	width: 200px;
	margin: 0 10px 20px 60px;
}

div#contents div.item h4 {
	text-align: center;
	margin-bottom: 10px;
	font-weight: normal;
}

div#contents div.howto {
	width: 220px;
	text-align: center;
	float: left;
}

div#contents p.point {
	clear:both;
	margin: 0;
	text-indent: 0;
}