@import url("/css/list.css");
@import url("/css/menu.css");
@import url("/css/form.css");
@import url("/css/common.css");

div.header, #header
{
  position: relative;
  margin-top : 0;
  margin-right: 15%;
  margin-bottom : 0;
  margin-left : 15%;
  padding-top : 10px;
  padding-right : 0;
  padding-bottom : 0;
  padding-left : 0;

  width: 70%;
  height: 50px;
 
  text-align: center;
}

div.headerSmall, #headerSmall
{
  position: relative;
  margin-top : 0;
  margin-right: 2%;
  margin-bottom : 0;
  margin-left : 2%;
  padding-top : 0px;
  padding-right : 0;
  padding-bottom : 0;
  padding-left : 0;

  width: 95%;
  height: 20px;
 
  text-align: center;
}

div.headerlogo, #headerlogo
{
  float: left;
}

div.headermenu, #headermenu
{
  float: right;
  width: 140px;
  text-align: right;
  color: #888888;
}

div.menu, #menu
{
  position: relative;
  margin-top : 0;
  margin-right: 5%;
  margin-bottom : 0;
  margin-left : 5%;
  padding-top : 10px;
  padding-right : 0;
  padding-bottom : 10px;
  padding-left : 0;

  width: 90%;
  text-align: center;
  color: #888888;
}

div.content, #content
{
  position: relative;
  margin-top : 0;
  margin-right: 8%;
  margin-bottom : 18px;
  margin-left : 8%;

  padding-top : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  padding-left : 5px;

  width: 80%;

  text-align: left;
  background-color : #ffffff;
  opacity: 0.9;
}

div.notice, #notice
{
  position: fixed;

  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;

  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  
  background-color : #ffffff;

  top: auto;
  right: 0px;
  bottom: 16px;
  left: 0px;

  height: 16px;
  float: right;
  width: 100%;
  z-index: 100;
}

div.footer, #footer
{
  position: fixed;

  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;

  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;

  height: 16px;
  float: right;
  width: 100%;
  z-index: 100;
}

div.centerMain
{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

iframe
{
  width: 99%;
  height: 700px;
}
