﻿* {
  font-family: "arial", "helvetica", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "osaka", sans-serif;
  margin: 0px auto;
  padding: 0px;
}

html,
body {
  height: 100%;
  overflow: hidden;
}
body {
  background: #000000;
  text-align: center;
}

img {
  vertical-align: bottom;
  border: 0;
}

table {
  border-collapse: collapse;
}

a:link,
a:visited {
  color: #505050;
  text-decoration: none;
}
a:active,
a:hover {
  color: #d90000;
  text-decoration: underline;
}


#dummy {
  height: 50%;
}

#container {
  background: url('../image/14awm/back.jpg') no-repeat;
  width: 840px;
  height: 588px;
  color: #505050;
  font-size: 12px;
  line-height: 18px;
  margin-top: -294px;
}


#header {
  height: 87px;
  padding: 27px 0px 0px;
}


#nav {
  height: 412px;
  text-align: right;
  padding: 22px 54px 0px 43px;
}
#nav a.left {
  margin-top: 5px;
}




#footer {
  clear: both;
  text-align: left;
  padding: 0px 0px 0px 44px;
}



.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}

.alpha:active img,
.alpha:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

.block {
  display: block;
  background-repeat: no-repeat;
  background-position: bottom;
}
.block:link,
.block:visited {
  background-position: top;
}
.block:active,
.block:hover {
  background-position: bottom;
}
.block img {
  width: 100%;
  height: 100%;
}

