@charset "UTF-8";
/* CSS Document */

/* ▼文字▼ */
h1{
	color: #404a4e;
	font-weight:normal;
	font-size:12px;
	line-height:1.6em;
	margin:18px 0 10px 0;
}

h2{
	color: #404a4e;
	font-size:13px;
	line-height:1.6em;
	margin:40px 0 10px 0;
}

.example{
	color:#666;
	text-indent:1em;
	font-size:smaller;
}

.attention{
	color:#690;
}

.copyright{
	padding:25px 0;
	font-size:10px;
}
/* ▲文字▲ */