@charset "utf-8";

/*============================================
 リセット
============================================*/
body { margin: 0; height: 0; font-size: 13px; line-height: 1.6; letter-spacing: 1px; }

a:link,a:visited { color: #555; text-decoration: none; }
a:hover { color: #777; }

#wrapper {
	width: 800px;
	margin: 20px;
}
h1 {
	margin-bottom: 5px;
	padding: 12px 15px 10px;
	background: #555;
	font-size: 13px;
	line-height: 1.0;
	color: #fff;
}
h2 {
	margin-bottom: 20px;
	text-align: right;
	font-size: 11px;
}
h3 {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.0;
}
h4 {
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 1.0;
}
p {
	margin: 0 0 1em;
}
figure {
	margin: 0;
}
.box {
	margin-bottom: 30px;
}
em {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
small {
	font-size: 11px;
	color: #999;
}


section {
	margin-bottom: 40px;
}
.note {
	padding-bottom: 20px;
	font-size: 11px;
}