/* CSS Document */

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal;
}
address, em {
  font-style: normal;
}
hr {
  display: none;
}
img {
  border: 0;
}
em img {
  border: 1px solid black;
}


.clear {
  clear: both;
}
.non {
  display: none;
}
.nowrap {
  white-space: nowrap;
}


body {
  text-align: center;
  font-family: sans-serif;
  background: #dedede url(/images/torex_common/torex_bg.gif) repeat-x;
}
#container {
  text-align: left;
  margin: 0 auto;
  width: 790px;
  background: #fff url(/images/torex_common/torex_body_bg.gif) repeat-y;
}
#container_in {
  padding: 0 5px 5px;
  background: url(/images/torex_common/footer_bg.gif) no-repeat left bottom;
  height: 100%;
}


#head_description {
  padding: 0 2em;
  height: 1.6em;
  line-height: 1.6em;
  text-align: left;
  font-size: 7.5pt;
  color: #ea6b00;
  background-color: #222;
  white-space: nowrap;
  overflow: hidden;
}


#header {
  height: 70px;
  background: #e56400 url(/images/torex_common/head_bg.gif) repeat-x;
}
#logo {
  float: left;
  padding: 19px 0 16px 30px;
}
#links {
  float: right;
  padding-top: 28px;
}
#links li {
  list-style-type: none;
  font-size: 9pt;
  display: inline;
  margin-right: 20px;
}
#links li a {  
  color: #fff;
  padding-left: 10px;
  background: url(/images/torex_common/head_point.gif) no-repeat left center;
  text-decoration: none;
}
#links li a:hover {  
  text-decoration: underline;
}


ul#gnavi {
  height: 35px;
}
#gnavi li {
  float: left;
  list-style-type: none;
  background-color: #7887a0;
  height: 100%;
}
#gnavi li a {
  display: block;
  height: 100%;
  background-position: 0 0;
}
#gnavi li a:hover {
  background-position: 0 35px;
}
#gnavi li.home a {
  background-image: url(/images/torex_common/gnavi_home.gif);
  width: 88px;
}
#gnavi li.features a {
  background-image: url(/images/torex_common/gnavi_features.gif);
  width: 143px;
}
#gnavi li.plan a {
  background-image: url(/images/torex_common/gnavi_plan.gif);
  width: 124px;
}
#gnavi li.faq a {
  background-image: url(/images/torex_common/gnavi_faq.gif);
  width: 144px;
}
#gnavi li.access a {
  background-image: url(/images/torex_common/gnavi_access.gif);
  width: 147px;
}
#gnavi li.contact a {
  background-image: url(/images/torex_common/gnavi_contact.gif);
  width: 134px;
}


#foot_navi {
  line-height: 300%;
  font-size: 9pt;
  text-align: center;
  color: #fff;
  background: #76859e url(/images/torex_common/foot_navi.gif) repeat-x;
}
#foot_navi a {
  color: #fff;
  text-decoration: none;
}
#foot_navi a:hover {
  text-decoration: underline;
}


#footer {
  font-size: 8pt;
  line-height: 160%;
  color: #888;
  background-color: #222;
  padding: 0 20px;
}
#footer .address {
  float: left;
}
#footer .address a {
  color: #888;
  text-decoration: none;
}
#footer .copy {
  float: right;
}




