@charset "utf-8";
#header {
	min-height: 347px;
	background-image: url(../images/layout/header-start.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}

#text {
	float: left;
	background-color: transparent;
	text-align: left;
	width: 71%;
	font-size: 1.0rem;
	margin-right: 4%;
	}
#info {
	float: left;
	background-color: transparent;
	text-align: left;
	width: 25%;
	}
