* {
  margin : 0;
  padding : 0;

  text-align : justify;
  text-justify : inter-ideograph;
}

body {
  line-height : 150%;
  background-color : #ffffff;

  font-family : MS UI Gothic;
  color: #3d3e55;

  scrollbar-3dlight-color : #ffffff;
  scrollbar-darkshadow-color : #c0c0c0;
  scrollbar-arrow-color : #ffffff;
  scrollbar-face-color : #a3d131;
  scrollbar-highlight-color : #ffffff;
  scrollbar-shadow-color : #c0c0c0;
  scrollbar-track-color : #ffffff;
}

a:link { color : #1c5a1a; text-decoration : none; }
a:active { color : #1c5a1a; text-decoration : none; }
a:visited { color : #1c5a1a; text-decoration : none; }
a:hover { color : #c0c0c0; text-decoration : none; }

#header {
  width : 760px;
  height : 228px;
  margin-left : 200px;
  border-style : solid;
  border-width : 0px 1px 1px 1px;
  border-color : #525931; 
}

.l-photo {
  float : left;
}

.r-photo {
  float : right;
}

.r-photo-2 {
  float : right;
  margin-right : 5px;
}

.main {
  width : 760px;
  margin-left : 200px;
  border-style : solid;
  border-width : 0px 1px 0px 1px;
  border-color : #525931;
}

.main-txt {
  font-size : 10pt;
  color : #2d2f27;
  line-height : 130%;
  margin-left : 5px;
  margin-right : 5px;
}

.main-txt-2 {
  font-size : 11pt;
  color : #2d2f27;
  line-height : 130%;
  margin-left : 5px;
  margin-right : 5px;
}

.main-txt-3 {
  font-size : 11pt;
  color : #339c2e;
  line-height : 130%;
}

.right-txt {
  align : right;
  font-size : 11pt;
  color : #2d2f27;
  line-height : 130%;
  margin-right : 100px;
  margin-left : 400px;
}

.right-txt-2 {
  align : right;
  font-size : 11pt;
  color : #2d2f27;
  line-height : 130%;
  margin-left : 400px;
}

.bold {
  font-weight : bold;
}

h2 {
  font-size : 12pt;
  font-weight : bold;
}

h3 {
  font-size : 12pt;
  font-weight : bold;
  color : #339c2e;
}

.red {
  color : #ff0000;
  font-weight : bold;
}

.new {
  border-style : solid;
  border-width : 1px;
  border-color : #525931;
}


#footer {
  width : 760px;
  height : 50px;
  margin-top : 3px;
  background-color : #ffffff;
  text-align : center;
  font-size : 9pt;
  border-style : solid;
  border-width : 1px 0px 0px 0px;
  border-color : #525931;
  padding-top : 5px;
}
