body{
    margin: 0px; padding: 0;
    background-position: center top;
    text-align: center;
    background-color: #fafafa;
}

 .contener{	
	margin-left: auto; margin-right: auto;  margin-top: 0;
    margin-bottom: 30px;
	background-position:center top;
	width:100%; max-width:1200px; min-width:560px;
	height:90%;
	background-color: transparent;
	overflow: hidden; /* heightを戻す */
}

.main{
    height: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #e7e7e7;
    height: auto;
}

.photoblock{
    margin-left: auto; margin-right:auto;
    margin-top: 20px; margin-bottom: 20px;
    width: 80%;
    height: auto;
    padding: 15px;
    border: 1px solid #dfdfdf;
    background-color: #f5e2bb;
    letter-spacing: 1px;
    line-height: 1.4;
}

.photoblock img{
    margin-left: 5px; margin-right: 5px;
    width:26%; border: 2px solid #fff;
}

h1{
    height:30px;
    padding-top: 20px;
    font-size: 16px; font-family: meiryo;
    background-color: #222;
    font-weight: normal; 
    color: #fff;
}

h2{ 
    margin-bottom: 0px;
    font-size: 20px; font-family: meiryo;
    font-weight: normal; color: #252525;
}

h3{ 
    font-size: 18px; font-family: meiryo;
    font-weight: 700; color: #252525;
    margin-bottom: 10px;
}

span{
    color: #252525;
    font-family: meiryo;
    font-size: 15px; font-weight: normal;
    text-decoration: underline;
    letter-spacing: 1px;
    line-height: 2em;
}

p{
    color: #f82801;
    font-family: meiryo;
    font-size: 15px; font-weight: bold;
    text-decoration: underline;
    letter-spacing: 1px;
    line-height: 2.2em;
}

.footer{
    height: 60px;
    width:100%;
    padding-top: 5px;
    font-size: 14px; font-family: meiryo;
    background-color: #222;
    font-weight: normal; 
    color: #fff;
    margin-left: auto; margin-right: auto; 
    position: relative;
    bottom: 0;
}