@charset "utf-8";

body{
  margin: 10;
  padding: 10;
  font-size: 16px;
  line-height: 2;
}

header{
  width: 960px;
  height: 50px;
  margin: 0 auto;
}

.title{
  margin-top: 50px;
  margin-bottom: 0px;
  font-size: 30px;
  border-bottom: 5px solid #f1ea1e;
}

main{
  width: 960px;
  height: 600px;
  margin: 100 auto;
}

.strong{
  font-size: 20px;
  font-weight: bold;
}

ul{
  list-style: none;
}

footer{
  width: 960px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
}