/*************************
  HTML LAYOUT 
*************************/

body {
  text-align: center;
  padding: 0px;
  margin: 0px;
  background: url("images/body-w780.gif") center top repeat-y;
  background-color: #e8e8e8;
}

/*************************
  MAIN LAYOUT 
*************************/

/* ページ全体 */
#container{
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  background-color: white;
}

/* ページ先頭部分 */
#header{
  width: 720px;
  margin-left: 28px;
  margin-right: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray;
  text-align: center;
}
 
/* ページ中央部分 */
#wrapper{
  width: 720px;
  margin-left: 28px;
  margin-right: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
}

/* ページ最終部分 */
#footer{
  width: 720px;
  margin-left: 28px;
  margin-right: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px dotted gray;
  clear: both;
}
 
/* メインコンテンツ */
#content{
  /* 予約 */
}

/* ナビゲーション */
#navigation{
  margin-top: 10px;
}

/* グローバルナビゲーション */
#globalnav{
  /* 予約 */
}
