/* initialize and formatting */
* {
  margin: 0;
  padding: 0;
  font-size: 98%;
  list-style-type: none;
}

a, a:link {
  color: #808080;
  background-color: transparent;
  text-decoration: none;
  }
a:active {
  color: #808080;
}
a:visited {
  color: #808080;
}
a:hover {
  color: #c0c0c0;
}
ul {
  margin-bottom: 1em;
  list-style-type: none;
  list-style-position: outside;
}

p {
  margin-bottom: 1em;
  font-size: 98%;
}

img {
  border: 0;
}

/* common styles */
body {
  color: black;
  background-color: #b9d6ed;
  text-align: left;
}

body{
  cursor : crosshair;
}
a {
  cursor : default;
}

div#container {
  position: relative;
  width: 800px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background-color: #ffffff;
}

div#mainNavi {
  position: absolute;
  top: 0px;
  display: block;
  width: 800px;
  height: 79px;
  margin-bottom: 0;
  background-color: #b9d6ed;
}
ul#mainNavi {
  display: block;
  width: auto;
  height: 50px;
  position: absolute;
  top: 33px;
  right: 10px;
}
ul#mainNavi li {
  float: left;
  margin-right: 20px;
  font-size: 30px;
  color: #f0f8ff;
  font-family: "Bookman Old Style",Bookman,Century,serif;
}
ul#mainNavi li a {
  border: none;
  color: #ffffff;
}
ul#mainNavi li a:hover {
  color: #5683a8;
}

div#logo {
  margin: 0px;
  padding: 0px;
  display: block;
  width: 79px;
  height: 79px;
  position: absolute;
  top: 0px;
  left: 20px;
}

div#mainContents {
  width: 800px;
  height: 2300px;
  margin: 0;
  color: black;
  border-style: none;
  background-color: #ffffff;
}

div#footer p.siteFooter {
  color: #5683a8;
  font-size: 15px;
  font-family: "Bookman Old Style",Bookman,serif;
  text-align: center;
  padding: 10px 0 0 0;
  background-color: #b9d6ed;
}