@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  padding-left: 40px;
}
#wrapper {
  width: 780px;
  height: 680px;
   padding-left: 0px;
}

/* リンク
---------------------------------------------------- */
a:link {
  color: #3366ff;
  background: transparent;
}
a:visited {
  color: #800080;
  background: transparent;
}
a:hover, a:active {
  color: #ff9933;
  background: transparent;
}

/* ヘッダ
---------------------------------------------------- */
#header {
  padding-top: 20px;
  padding-bottom: 0px;
}

/* ページ本体
---------------------------------------------------- */
#pagebody {
  width: 750px;
  height: 450px;
}


/* コンテンツ
---------------------------------------------------- */
#content {
  float: right;
  width: 600px;
  height: 450px;
  padding-left: 0px;
}


/* ナビゲーション
---------------------------------------------------- */
#navigation {
  float: left;
  width: 150px;
  height: 450px;
}

/* フッタ
---------------------------------------------------- */
#footer {
  clear: both;
}

