html,body {
	margin	: 0px;
	padding	: 0px;
	height	: 100%;
	font-family	: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

#roots {
	margin	: 50px auto;
	padding	: 20px auto;
	width	: 100%;
}

.text-center {
	text-align	: center;
}

.text-right {
	text-align	: right;
}

.contents {
	margin	: 10px auto;
	width	: 560px;
	line-height: 2em;
}

.note {
	margin	: 10px auto;
	width	: 560px;
	line-height	: 1.2em;
	text-align	: right;
	font-size	: 12px;
}

h1 {
	margin	: 150px auto 50px;
	width	: 100%;
	text-align	: center;
	font-size	: 20px;
	
}

h2 {
	margin	: 120px auto;
	width	: 100%;
	text-align	: center;
	font-size	: 30px;
	
}

h3 {
	margin	: 10px auto;
	width	: 100%;
	text-align	: center;
	font-size	: 24px;
	color	: #856d0b;
}

h4 {
	margin	: 20px auto;
	padding	: 20px 0;
	width	: 560px;
	text-align	: left;
	font-size	: 20px;
	color	: #856d0b;
	border-bottom: 1px solid #6d6d6d;
	
}
