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

body {
	background-color:#e7ebf3;
}

div.container {
	position: absolute;
	left:120px;
	right:120px;
	top:5px;
	border: 1px solid #000;
	padding-bottom: 15px;
	background-color: #bac4e0;
}

a:link {
	color:#000;
}

div.content {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}

div.header {
	text-align:center;
	font-size:50px;
	background-color:#c9d9f5;
	padding-top:10px;
	padding-bottom:10px;
}

div.navi {
	text-align:center;
	padding-bottom: 25px;
	padding-top: 5px;
}
