body{
margin:0;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
}
#header {
  position: fixed;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
}
#header nav {
  max-width: 900px;
  margin: 0 auto;
}
#header a {
  color: white;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
}
#header a:hover, #header a.active {
  background-color: rgba(0, 0, 0, 0.7);
}
#footer {
 text-align:right;
}
#copy {
  text-align:center;
}
hr.foot {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}
.info {
   border: 0px;
   margin: 0px;
   overflow: hidden;
   width:100%;
   height:100px;
   padding: 0px 20px 0px 20px;
}
#position-block {
  position: fixed;
  z-index: 1000;
  color: white;
}
h1 {
  color: #888888;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
h2 {
 color: #666666;
 font-style: normal;
 font-weight: normal;
 font-size: 10px;
 line-height: 120%;
 text-decoration: none;
 margin-top: 2px;
}
p {
 font-size: 1.2em;
}
.white {
  color: #ffffff;
  font-size: 1.5em;
  line-height: 1.5;
  margin-top: 0px;
  text-align: left;
}
article {
  position: relative;
  -moz-box-shadow: black 0px 0px 15px;
  -webkit-box-shadow: black 0px 0px 15px;
  box-shadow: black 0px 0px 15px;
}
article header {
  padding-top: 140px;
  max-width: 900px; /* ő啝 */
  min-width: 240px; /* ŏ */
}
article header img {
width: 100%;
}
article .content {
   padding: 30px 20px 30px 20px;
}
article .container {
  max-width: 900px;
  margin: 0 auto;
}
.panel {
  position: relative;
  width: 100%;
}
.panel.one article {
  background-color: #ff9900;
}
.panel.two article {
  background-color: #ffffff;
}
.panel.three article {
  background-color: #cccccc;
}
table,td  {
 border-collapse: collapse;
 border: 1px solid #000000;
 background-color: #ffffff;
 text-size-adjust: none;
 -webkit-text-size-adjust: none;
 -moz-text-size-adjust: none;
 -ms-text-size-adjust: none;
}