@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff url("/images/bg.jpg") no-repeat center center fixed; /* http://hubblesite.org/newscenter/archive/releases/2006/01/ */
  background-size: cover;
  margin-top: 35px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 175%;
}

#c {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}

#tel {
  padding-left: 100px;
  padding-top: 7px;
  border-top: 3px solid #666;
  border-left: 3px solid #666;
  border-right: 3px solid #666;
  font-weight: bold;
  background-color: transparent; 
  opacity: .4;
  filter:alpha(opacity=40);
  zoom: 1;
}

#email {
  padding-left: 100px;
  font-weight: bold;
  border-bottom: 3px solid #666;
  border-left: 3px solid #666;
  border-right: 3px solid #666;
  background-color: transparent;
  opacity: .4;
  filter:alpha(opacity=40);
  zoom: 1;
}

#tel span, #email span {
  margin-left: 10px;
}

#he {
/*  position: absolute;
  top: -400px;
  left: -400px;
  width: 400px; */
  height: 4em;
  font-size: 9px;
  color: #bbb;
}

h1 {
  color: #fff;
  font-size: 40px;
  margin-left: 100px;
  opacity: .4;
  filter:alpha(opacity=40);
  zoom: 1;
  padding-bottom: 9px;
}

span.hide {
  display: none;
}

a#key {
  text-decoration: none;
  color: #aaa;
  font-size: 70%;
}

a#key:visited {
  color: #0f0fff;
}

a#key:hover {
  text-decoration: underline;
}
