* {
  margin : 0;
  padding : 0;
}

body{
  line-height : 150%;
  background-image : url("image/back.gif");
  width : 900px;

  font-family : MS UI Gothic;
  color: #00040f;

  scrollbar-3dlight-color : #aad177;
  scrollbar-darkshadow-color : #aad177;
  scrollbar-arrow-color : #ffffff;
  scrollbar-face-color : #aad177;
  scrollbar-highlight-color : #aad177;
  scrollbar-shadow-color : #aad177;
  scrollbar-track-color : #ffffff;
}
a:link { color : #00040f; font-weight : bold; text-decoration : none; }
a:active { color : #00040f; font-weight : bold; text-decoration : none; }
a:visited { color : #00040f; font-weight : bold; text-decoration : none; }
a:hover { color : #c0c0c0; font-weight : bold; text-decoration : none;}

.main-txt {
  font-size : 11pt;
  margin : 10px;
  line-height : 150%;
}

.menu {
  width : 800px;
  font-size : 11pt;
  text-align : right;
}

.txt-2 {
  width : 800px;
  font-size : 11pt;
  text-align : center;
}

.txt-3 {
  font-size : 11pt;
  margin : 10px;
  border-style : solid;
  border-color : #aad177;
  border-weight : 1px;
  width : 800px;
}

.txt-4 {
  font-size : 12pt;
  margin : 10px;
  font-weight : bold;
}

.txt-5 {
  font-size : 11pt;
  margin : 10px;
  font-weight : bold;
}

.privacy {
  width : 600px;
  background-color : #ffffff;
  color : #393939;
  margin-left : 80px;
  margin-top : 20px;
  padding :1em;
  border-style : double;
  border-color : #36335b;
}

.kakidasi {
  font-size : 12pt;
}

.red {
  font-size : 10pt;
  color : #CC0001;
  margin-top : 2em;
  text-align : left;
}

.blue {
  font-size : 10pt;
  color : #003366;
  margin-top : 1em;
  text-align : left;
}

td.back {
  background-color : #e0f0d0;
}

td.center {
  text-align : center;
}

td.right {
  text-align : right;
}

.r-photo {
  float : right;
  margin-right : 10px;
  margin-left : 10px;
}

.l-photo {
  float : left;
  margin-right : 10px;
  margin-left : 10px;
}

.main {
  width : 800px;
}

.back {
  background-color : #e0f0d0;
}

table {
  margin-left : 50px;
  font-size : 11pt;
  margin : 10px;
}

#footer {
  width : 800px;
  background-color : #ffffff;
  font-size : 9pt;
  color : #00040f;
  text-align : center;
  padding-top : 5px;
}