.images {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.banner {
  color: #ffffff;
}
.leftborder {
  font-family: Arial;
  font-size: 12pt;
  position: absolute;
  left: 0;
  width: 260px;
  height: 2600px;
  background-position: center 20px;
  color: #ffffff;
  font-weight: bold;
  background-color: #006699;
  top: 100px;
}
.rightborder {
  font-family: Arial;
  font-size: 12pt;
  position: absolute;
  left: 850px;
  top: 92px;
  width: 150px;
  height: 1000px;
  background-color: #006699;
  background-position: center 20px;
  color: #ffffff;
  font-weight: bold;
}
.mainbody {
  font-family: Times New Roman;
  font-size: 12pt;
  color: #ffffff;
  position: absolute;
  left: 240px;
  width: 700px;
  height: 1000px;
  background-color: #006699;
  top: 100px;

  text-align: left;
}
.footer {
  font-family: Arial;
  font-size: 12pt;
  color: #000000;
  position: relative;
  left: 145px;
  top: 0;
  width: 500px;
}
.maintext {
  font-family: Times New Roman;
  font-size: 12pt;
  color: #ffffff;
  position: relative;
  left: 50;

  right: 350;
  top: 0;

  width: 450;
}
.bordertext {
  font-family: Arial;
  font-size: 12pt;
  color: #ffffff;
  position: relative;
  left: 0;
  top: 0;
}
.background {
  font-family: Arial;
  font-size: 12pt;
  position: absolute;
  left: 0;
  height: 2000px;
}
.leftmenu {
  font-family: Times New Roman;
  font-size: 10pt;
  position: absolute;
  left: 5px;
  top: 0;
  width: 260px;
  background-position: center 20px;
  color: #ffffff;
  background-color: #006699;
}
a.subnavi {
  font-weight: normal;
  font-size: 12pt;
  font-family: Times New Roman;
  color: #ffffff;
  text-decoration: none;
}
a.subnavi:hover {
  font-weight: bold;
  font-size: 12pt;
  font-family: Times New Roman;
  color: #ffffff;
  text-decoration: none;
}body         {
	font-family: Times New Roman;
	font-size: 12pt;
	margin-top:0;
	margin-left:0;
	background-color: #006699;
}
p            {
	font-size: 12pt;
	font-family: Times New Roman;
}
td           {
	font-size: 12pt;
	font-family: Times New Roman;
}
a:visited    { color: #00BFFF }
