@charset "utf-8";
/* CSS Document */

/*----header-footer----*/
header{
	background-color: #2d287f;
	text-align: center;

}
header img{
	width: 180px;
	height: auto;
	margin: 15px 0 13px;
}
footer{
	background-color: #222;
}
footer p{
	color: #FFFFFF;
	font-size: 0.6rem;
	line-height: 1.6;
	padding: 20px;
}
