@charset "UTF-8";

/*
@prefix : <http://purl.org/net/ns/doas#>
<> a :CSSstylesheet;
  :title "レイアウト定義用スタイルシート";
  :description "レイアウトに関する項目を記述します。";
  :note "
    1 ページ全体
    2 ヘッダ
    3 コンテンツ
    4 ナビゲーション
    5 フッタ
  "
*/


/* 1 ページ全体
=================================================================== */

#header,
#content {
    margin: 0 auto;
    width: 920px;
}


/* 2 ヘッダ
=================================================================== */

#header {
    position: relative;
    height: 148px;
}


/* 3 コンテンツ
=================================================================== */

#content {
    position: relative;
}
#main {
    padding-top: 43px;
    float: right;
    width: 665px;
    min-height: 552px;
}


/* 4 ナビゲーション
=================================================================== */

#navigation {
    padding-top: 43px;
    float: left;
    width: 225px;
    min-height: 552px;
}


/* 5 フッタ
=================================================================== */

#footer {
    clear: both;
    width: 100%;
}