/* CSS Document */
header {
	border-bottom: 1px solid #999;
}
header {
	padding: 15px 0;
	width: 800px;
	margin: auto;
}
a#a_headerLogo {
	padding: 5px 0 5px 30px;
	color: #333;
	font-size: 1.25em;
	text-decoration: none;
	background-image: url(../common/logo.svg);
	background-position: 0px 4px;
	background-size: 24px auto;
	background-repeat: no-repeat;
}

