/* 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;
}


.clear {
  clear: both;
}
.non {
  display: none;
}


body {
  text-align: center;
  font-family: sans-serif;
  background: #d4d3d9 url(/images/common/bg.gif) repeat-x;
}
#container {
  text-align: left;
  margin: 0 auto;
  width: 790px;
  background: #fff url(/images/common/body_bg.gif) repeat-y;
}
#container_in {
  padding: 0 5px 5px;
  background: url(/images/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: #15357c url(/images/common/head_bg.gif) repeat-x;
}
#logo {
  float: left;
  padding: 16px 0 11px 22px;
}


#links {
  float: right;
  padding-top: 28px;
  padding-right: 21px;
}
#links li {
  list-style-type: none;
  font-size: 9pt;
  display: inline;
}
#links li a {  
  color: #fff;
  margin-left: 20px;
  padding-left: 10px;
  background: url(/images/common/head_point.gif) no-repeat left center;
  text-decoration: none;
}
#links li a:hover {  
  text-decoration: underline;
}


ul#gnavi {
  height: 35px;
}
ul#gnavi li {
  float: left;
  list-style-type: none;
  background-color: #6575ad;
  height: 100%;
}
ul#gnavi li a {
  display: block;
  height: 100%;
  background-position: 0 0;
}
ul#gnavi li a:hover {
  background-position: 0 35px;
}
ul#gnavi li.home a {
  background-image: url(/images/common/gnavi_home.gif);
  width: 118px;
}
ul#gnavi li.service a {
  background-image: url(/images/common/gnavi_service.gif);
  width: 131px;
}
ul#gnavi li.torex a {
  background-image: url(/images/common/gnavi_torex.gif);
  width: 213px;
}
ul#gnavi li.company a {
  background-image: url(/images/common/gnavi_company.gif);
  width: 155px;
}
ul#gnavi li.contact a {
  background-image: url(/images/common/gnavi_contact.gif);
  width: 163px;
}


#foot_navi {
  line-height: 300%;
  font-size: 9pt;
  text-align: center;
  color: #fff;
  background: #5368a1 url(/images/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;
}


