

body {
      width: 900px;
      margin: 0 auto;
      text-align: center;
      font-family: "メイリオ","ヒラギノ角ゴシック","MS ゴシック","serif";
      background: #fffff;
}
div {
  margin: 0 auto;
  text-align: center;
}
.text1 {
      color: #000000;
      font-size: 14px;
      line-height:25px;
      text-align: left;
}
.text2 {
      color: #000000;
      font-size: 11px;
      line-height:15px;
      text-align: left;
}
.text3 {
      color: #000000;
      font-size: 14px;
      line-height:52px;
      text-align: left;
}
.text4 {
      color: #000000;
      font-size: 14px;
      line-height:52px;
      text-align: left;
}

a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

img {
max-width: 100%;
height: auto;
line-height: 0;
}


footer {
  width: 100%;
  height: 90px; 
  text-align: center;
  padding: 20px 0;
  background-color: #fffff;
}

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