/* @charset "EUC-JP" */

div#title {
  position: relative;
  top: 0px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  background-image: url(/etrade_test/images/title.gif);
  background-repeat: no-repeat;
}

div#title h1 {
  text-indent: 25px;
  color: rgb(107, 132, 197);
  font-size: medium;
  font-weight: bold;
}

div#main {
  position: relative;
  width: 100%;
}

/*div#main table {
  width: 100%;
  border-collapse: collapse;
}

div#main th, div#main td {
  padding: 3px;
}

div#main th, div#main td, div#main th a, div#main td a {
  font-size: small;
}

div#main tr.list_header th {
  background-color: rgb(107, 132, 197);
}

div#main tr.list_row_even td {
  background-color: rgb(236, 241, 255);
}

div#main tr.list_row_odd td {
  background-color: white;
}

div#main th.contents_title, div#main td.contents_title {
  text-align: left;
  color: white;
}*/

div#copyright {
  text-align: center;
  font-weight: bold;
  font-size: small;
  font-style: italic;
}

div#copyright hr {
  margin-top: 10px;
  margin-bottom: 5px;
}
