* {
  font-family: Tahoma , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Osaka , sans-serif;
  font-family: "Courier New", Courier;
}

html {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 80%;
  font-weight: normal;
  line-height: 150%;
  color: #000;
  background-color: #FFF;
}

img {
  border: 0px;
}

a {
  color: #1A82C1;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #2A2A2A;
}

a img {
  border: 0px;
}

h1 {
  font-size: 140%;
  font-weight: bold;
}

h2 {
  font-size: 120%;
  font-weight: bold;
}

h3 {
  font-size: 100%;
  font-weight: bold;
}

h4 {
  font-size: 100%;
  font-weight: normal;
}

h5 {
  font-size: 100%;
  font-weight: normal;
}

p {
  margin: 0px;
  padding: 1px;
}

table {
  border-collapse: collapse;
}

.clear {
  clear: both;
}

.top {
  margin: 50px 10px 10px;
  text-align: center;
}

.top #container {
  margin: 0px auto;
  width: 950px;
}

.top #logo{
  float: left;
  padding-top: 50px;
  width: 500px;
  text-align: right;
}

.top #webcase {
  float: left;
  padding-left: 30px;
  width: 300px;
  text-align: left;
}

.top #footer {
  margin: 10px;
}

