body {
        background-image: url("back_mhp_i.png");
        padding-bottom: 60px; /* フッターの高さ */
        padding-top: 130px;    /* ヘッダーの高さ */
        white-space: nowrap;
        margin: 0px;
        min-width:1000px;
}
#yohaku{
        margin:0px 300px;/*左右の余白*/
}

#header {
        background-image: url("back_mhp_h.png");
        height: 130px; /* ヘッダーの高さ */
        top: 0;
        min-width: 100%;
        max-width: 200%;
        position: absolute;
}
#footer {
        background-image: url("back_mhp_f.png");
        min-height: 60px; /* フッターの高さ */
        max-height:100px;
        min-width: 1518px;
        width:100%;
        max-width: 200%;
        position: absolute;
        bottom 0;
        text-align: center;
}
#inner{
        height: 770px;
        margin:5px 0px;
}
.button {
        display: inline-block;
        width: 105px;
        height: 25px;
        text-align: center;
        text-decoration: none;
        line-height: 25px;
        outline: none;
        background-color: #FFC0CB;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
}
.button::before,
.button::after {
        position: absolute;
        z-index: -1;
        display: block;
        content: '';
}
.button,
.button::before,
.button::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
}
.button:hover {
          background-color: #FF909B;
}
.gbutton {
	display: inline-block;
	width: 200px;
	height: 52px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	background-color: #fff;
	border: 2px solid #fff;
	color: #fff;
}
.gbutton::before,
.gbutton::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.gbutton,
.gbutton::before,
.gbutton::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.gbutton:hover {
	background-color: #ff8294;
}