body {
  padding: 0;
  margin: 0;
  background-color: #FFFFFF; 
  font-family: Arial, Helvetica, sans-serif;
}
img {
 border: none;
}
#wrapper {
  margin: 0 auto;
  width: 775px;
  background: url(/img/body.gif) repeat-y top left;
}
#inner  {
  margin: 0  auto;
  width: 739px;
}
/* -------------------- header part ----------------------------- */
#header  {
   background: url(/img/logo_h.jpg) no-repeat top left;
   width: 739px;
   height: 74px;
   text-align: center;
}
#headerNew  {
   background: url(/img/logo_h.jpg) no-repeat top left;
   width: 739px;
   height: 74px;
   text-align: center;
   position: relative;
}
#header_photo  {
   width: 739px;
   height: 168px;
}
div#header201002 {
   background: url(/img/201002/header_red.jpg) no-repeat top left;
   width: 739px;
   height: 74px;
   text-align: center;
   position: relative;
}

/* -------------------------- content part ------------------------------ */
#content {
  margin-top: 0.5em;
}
#content h1.title {
  /* margin: [top] [right] [bottom] [left] */
  margin: 1.5em 1em 0 2em;
  border-bottom: thin black solid;
  font-weight: bold;
  padding-left: 0.5em;
  font-size: large;
}
#content h1.title a {
  color: black;
  text-decoration: none;
}
#content h1.title a:hover {
  background-color: yellow;
}
#content h1.title a:visited {
  color: black;
  text-decoration: none;
}
#content div.title_position {
  margin: 1.5em 1em 0 2em;
}
#content div.description {
  /* margin: [top] [right] [bottom] [left] */
  margin: 1em 2em 1em 4em;
}
#content div.description td{
  vertical-align: top;
}
#content div.description td.arrow{
  vertical-align: bottom;
}
#content sup.red{
  color: Red;
}
#content span.red{
  color: Red;
}
#content p.tabletitle{
  font-style: italic;
  text-decoration: underline;
}
#content div.message{
  font-size: small;
}
#content div.slide {
  text-align: center;
  margin-bottom: 1em;
}
/* -------------------------- footer part ------------------------------- */
#footer {
  background: url(/img/201002/footer_red.jpg) no-repeat top left;
  width:739px;
  height: 50px;
  margin-top: 20px;
}
#footer p {
  padding-top: 0.5em;
  font-size: x-small;
  text-align: center;
  color: white;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a:hover{
  color: yellow;
  text-decoration: underline;
}