@charset "utf-8";
@import url("style.css");

/*印刷用のスタイルシート*/

#container {
	border-top: 20px solid #00AEEB; }

#header {
	height: 80px;
	border-bottom: 10px solid #00AEEB;
	margin-bottom: 15px;
}

.copyright {	border-top: 10px solid #00AEEB; }

