/******************************************
File: base.css for Cadaster Cloud
Function: Style sheet of base design
Date: 2020-06-06
Author: Koki Asari
*******************************************/
body {
	background: #eeeeee;
	width: 960px; 
	padding 5px;
	margin: 0 auto;
	font-family: Calibri;
}

li {
	list-style-type: none;
}

ul {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}

/*************************************
  Header
**************************************/
header {
	width: 960px;
	height: 60px;
}

header div#t1 {
	position: absolute;
	margin: auto;
	top: 10px;
	font-size: 40px;
	font-weight: bold;
}

/*************************************
  Navigation Menu
**************************************/
nav {
	background: #000000;
	width: 960px;
	height: 30px;
	padding: 0 0 0 0;
	border: 0;
	margin: 0;
}

nav li {
	display: inline;
	float: left;
}

nav li a {
	display: block;
	color: #eeeeee;
	width: 240px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
}

nav ul li a:hover {
	background: #708090;
}

/*************************************
  Footer
**************************************/
footer {
	clear: both;
	background: #eeeeee;
	width: 940px;
	text-align: center;
	padding: 10px 0 0 0;
}

footer hr {
	width: 960px;
	margin: 5px 0 5px 0;
}

footer p {
	padding: 0;
	border: 0;
	margin: 0;
}

/*********(c) 2020 Koki Asari********/
