@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-image: url("http://hxxk.jp/files/materials/grid.gif");
}

/* h2レベルの見出しを含むセクション */
div.section {
	margin-left: 50;
	padding: 15px;
	border: 5px solid #222;
	width: 500px;
}

/* h3レベルの見出しを含むセクション */
div.section div.section {
	margin-right: auto;
	margin-left: auto;
	padding: 5%;
	border: 5px solid #666;
	background-color: #ccc;
	width: 300px;
}

div.section div.section p {
	padding: 10px;
	line-height: 1.5;
}