body {
 font-family:"Avenir Next"
}

li {
 list-style: none;
}

.header{
 background-color: #f7f2b4;
 height: 90px;
}

.main {
 background-color: #bdf7f1;
 height: 600px;
}

.fooder {
 background-color: #ceccf3;
 height: 270px;
}
h1{
 width: 500px;
 height: 80px;
 background-color: #9de8ea;
 font-family: "Yu Mincho";
}

h2{
 width: 300px;
 height: 50px;
 background-color: #ff7f50;
}

p{
font-family: "MS UI Gothic";
}

.selected {
color: red;
}

img{
 width: 300px;
 height: 200px;
}