@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}
img {
    vertical-align: bottom;
}
h1,ul{
    font-size: 100%;
}f
#wrap {
    margin: 0 auto;
    width: 1400px;
    position:relative;
}
header{
    background-image:url(../img/top_img.png);
    background-repeat:no-repeat;
	background-position:center top;
	background-size:1280px;
	width:100%;
	height:800px;
	background-color:#ecebd9;
}
header p{
    margin:0 auto;
    width:auto;
}
header p img{
    width:100%;
}
nav ul {
    list-style: none;
    display: flex;
    justify-content:center;
    padding-top:10px;
    height:50px;
}
nav ul li{
    width:155px;
}
nav ul li img{
    width:100%;
}
h1{
    text-align:center;
    margin:0 auto;
    width:340px;
}
h1 img{
    width:100%;
}
footer p{
    text-align:right;
    padding-bottom:7px;
}
footer img{
    width:250px;
}