@charset "utf-8";

/*------------------------------------------------------------------------------
Pommefood Group - CSS Modules Import
URL: http://
Date: 2007-11-05
Copyright (C) Pommefood Group.co.ltd. All Rights Reserved.
------------------------------------------------------------------------------*/

/* ----------------------------------------

総合トップ用　共通設定

---------------------------------------- */

body{
text-align:center;
}

div#container{
width:800px;
margin:0 auto;
text-align:center;
background:url(../../images/bg_top.jpg) no-repeat 0 0;
}



/* ----------------------------------------

div#header

---------------------------------------- */

div#header{
width:720px;
position:absolute;
top:-20px;
left: 40px;
text-align: left;
}

* html div#header {
top: 0;
}
*:first-child+html div#header { top: 0;}

div#header h2 {
height: 34px;
width: 205px;
margin-left: 10px;
line-height: 1.0;
float: left;
text-indent: -9999em;
}

html div#flashNav {
margin-top: 20px;
}



/* ----------------------------------------

Redefine - footer

---------------------------------------- */
div#footer {
margin-top:0px;
margin-left:40px;
}

* html div#footer { margin-left:0;}

