
/*=====================================================

名　称：layout.css

概　要：レイアウト用、センター揃え（トップページ）

制作日：2007.07.09
修正日：2007.07.09

構　成：TOP 全体調整用（#indication）
　  　　　 　├ヘッダー（#header）
　　  　 　　├フラッシュ（#flash）
　　  　　 　├内容部分背景表示用（#background）
　　  　  　　　├メイン（#main）
　　　　  　　　└ナビゲーション（#navigation）
　　  　　 　└フッター（#foote）

=====================================================*/ 


/*全体調整用（センター揃え）
--------------------------------------------------*/
body{
  background:#DCD7D4 top center;
  text-align:center;
}

#back{
  background:#DCD7D4 top center;
  text-align:center;
}

#containe{
  width:800px;
  background:#ffffff top center;
  text-align:left;
  margin:0 auto;
  padding:0 5px;
}


/*ヘッダー
--------------------------------------------------*/
#header{
  width:800px;
  height:170px;
}


/*フラッシュ
--------------------------------------------------*/
#flash{
  width:570px;
  height:280px;
}

/*内容部分背景表示用
--------------------------------------------------*/
#background{
  width:800px;
}

/*メイン
--------------------------------------------------*/
#main{
  width:570px;
  float:left;
}

#index-main{
  width:820px;
}
/*サイド
--------------------------------------------------*/
#side{
  width:210px;
  float:left;
}


/*フッター
--------------------------------------------------*/
#footer{
  width:800px;
  height:60px;
}

