@charset "utf-8";
/* CSS Document */
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
	background-image: url(../../images/long03.png);
	background-color: #52bad5;
	border-bottom: 1px solid #2C9AB7;
}