@charset "UTF-8";
/* CSS Document */
h1{color: #FFFFFF}

h2{background-color: #FFFFFF}

h2{border-image-slice: }

h2{color: #17172F}


p{color: #FFFFFF}
text
section {
	background-image: url("./images/back2.PNG");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 50%;
}  


header#sample {
　position:fixed;
}

body {
   background-image:urlurl()
}


nav {
    text-align: center;
}
 
nav ul {
    margin: 0 ;
    padding: 0 ;
}
 
nav ul li{
    list-style: none;
    display: inline-block;
    width: 10%; /* ここで項目の幅を指定します */
}
 
nav ul li a {
    text-decoration: none;
    color: #333;
}