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

名　称：layout.css

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

制作日：2007.07.09
修正日：2007.07.09

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

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


/*全体調整用
--------------------------------------------------*/
body{
  background-image:url(images/back.jpg);
  background-repeat:no-repeat;
  background-color:#826A5E;
  padding:0 0 0 50px;
}


/*ヘッダー
--------------------------------------------------*/
#header{
  width:800px;
  height:50px;
  background:url(images/lillian_logo.gif) left center no-repeat;
  padding:10px 0 10px 60px;
}


/*メイン
--------------------------------------------------*/
#main,#index-main{
  width:800px;
  height:600px;
}


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

