@charset "utf-8";

html,
#content {
	background-color: #fcc;
	color: #333;
}

section {
	padding-bottom: 20px;
	border-bottom: 2px solid #f99;
	margin-bottom: 20px;
}

section:last-of-type {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

header h1 img {
	vertical-align: top;
}

.button,
a.button {
	padding: 5% 0;
	border-radius: 8px;
	background: #f33;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f33), color-stop(100%,#900));
	background: -webkit-linear-gradient(top, #f33 0%,#900 100%);
	background: linear-gradient(to bottom, #f33 0%,#900 100%);
	color: #fff;
}

.note {
	padding: 10px;
	margin: 10px;
	border: 2px solid #f00;
	background-color: #fff;
	color: #f00;
}

.description_image {
	text-align: center;
}
.description_image img {
	width: 50%;
}
.description_image img.arrow {
	width: 15%;
}
footer ul#copy li.copy {
	font-size: 80%;
}