@charset "UTF-8";

#container {
	width: 800px;
	margin: 50px auto;
	position: relative;
	padding: 50px 0 0 0;
	/* [disabled]background: #9C0; */
}
h1 span, h2 span {
	color: #333;
}
h1 {
	margin-bottom: 40px;
	line-height: 46px;
}
h1 em {
	font-size: 0.95em;
	font-style: normal;
	/* [disabled]letter-spacing: -0.05em; */
}
h1 a {
	color: #C06;
}
h1 a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 800px) {

#container {
	width: 400px;
	margin: 0 auto;
}
}
