/*-------------------------フォントスタイル フォントサイズの指定*/ 
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 90%;
  text-align: center;
  margin: 0;
  padding: 0;
}

/*-------------------------wrapperの指定*/ 
#wrapper {
  text-align: left;
  width: 800px;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #000000;
}

/*-------------------------headerの指定*/ 
#header {
  background-color: #0066ff;
  color: #000000;
}

/*-------------------------containerの指定*/ 
#container {
}

/*-------------------------contentsの指定*/
#contents {
  background-color: #9999ff;
  color: #000000;
}

/*-------------------------sidebarの指定*/
#sidebar {
  background-color: #999999;
  color: #000000;
}

/*-------------------------footerの指定*/
#footer {
  background-color: #0066ff;
  color: #000000;
}
