*{
  margin: 0 auto;
  padding: 0;
}
html, body {
   height: 100%;
   width:100%;
}
body{
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
  font-size: 62.5%;
}

/*リンクの設定*/
a {
  text-decoration: none;
}
a:link {
  color: #ffffff;
}
a:visited {
   color: #ffffff;
 }
a:hover {
  color: #ffffff;
  background-color: #191970;
 }
a:active {
   color: #ffffff;

}

/*Headerナビゲーションの設定*/
.header{
  background-color: #000000;
	width:100%;
  height: 6vw;
	position: absolute;
	top: 0;
  padding: 1% 0 0;
}
.middle{
  display: table;
  margin: 0 auto;
  line-height: 2vw;
}
.title{
  display: table-cell;
  vertical-align: middle;
  width: 50vw;
  text-align: center;
  background-color: #000000;
  font-family: serif;
  font-size: 2rem;
  color: #ffffff;
}
.menu{
  overflow: hidden;
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  width: 40vw;
  background-color: #000000;
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
}
.menu li{
  float: left;
  width: 10vw;
  }
.menu li a{
  display: block;
}
/*メインの設定*/
.bar{
  background: #eee;
  border: 1px solid #eee;
  color: #e0505c;
  font-size: 1.3rem;
  font-weight: bold;
  width: 70vw;
  text-align: center;
  padding: 1%;
  margin-bottom: 5%;
}
.bold{
  font-weight: bold;
  color: #e0505c;
  font-size: 1.3rem;
}

.table{
  width: 70vw;
  margin: 10% auto;
}
.row{
  font-size: 1rem;
}

/*footerの設定*/
.footer{
  background-color: #000000;
	width: 100%;
	height: 5vw;
	position: relative;
	bottom: 0;
	padding: 1% 0;
}
.footer p{
 width: 100%;
 text-align: center;
 font-size: 0.9rem;
 color: #ffffff;
 padding-bottom: 0.5%;
}
.tablef{
  display: table;
  table-layout: fixed;
  background-color: #000000;
  border-top: 1px solid #ffffff;
  width: 100%;
}
.barr{
  display: table-cell;
  width: 50%;
  padding: 0.5%;
  text-align: left;
  font-size: 0.9rem;
  color: #ffffff;
}
.barl{
  display: table-cell;
  width: 50%;
  padding: 0.5%;
  text-align: right;
  font-size: 0.9rem;
  color: #ffffff;
}
