

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-family: "メイリオ","ヒラギノ角ゴシック","MS ゴシック","serif";
      background: #ffffff;
      width: 100%;
}
div {
	text-align:center;
}

.main img{
      width: 100%;
}

.shuzai{
      width: 90%;
      margin: 60px auto 20px auto;
}

.shuzai a{
      text-decoration: none;
}

.shuzai h2{
      font-size: 40px;
      color: black;
      background-color: #F0F0F0;
      border: 4px solid black;
      padding-top: 5px;
      margin-top: 20px;
}

.shuzai h2:hover{
      background-color: #DCDCDC;
}

.text3 {
      color: #bcb4ba;
      font-size: 14px;
      line-height:52px;
      text-align: left;
}

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

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

