/*****  基本設定  *****/

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "メイリオ",Meiryo,sans-serif;
}

p {
	margin: 0 0 1em 0;
}

/*****  ナビゲーション  *****/

nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0;
  opacity: 0.8;
  background: #000;
}

nav ul {
  position: relative;
  float: left;
  left: 50%;
  margin: 0;
}

nav li {
  position: relative;
  float: left;
  left: -50%;
  list-style: none;
  margin: 0;
  padding: 0 20px;
}

nav li a {
  color: #FFF;
  text-decoration: underline;
}

nav li a:hover {
  color: #0FF;
  text-decoration: underline;
}

/*****  ヘッダー  *****/

header {
  width: 780px;
  margin:0 auto;
}

/*****  コンテンツ  *****/

#contents {
  width: 780px;
  margin: 0 auto;
}

/*****  フッター  *****/

footer {
  margin-top: 50px;
  text-align: center
}



