@charset "utf-8";

/* -----------------------------------------------------------
  top page
  Layout Style Sheet
  Last Update 2010-01-29
------------------------------------------------------------ */
/* -----------------------------------------------------------
   BODY
------------------------------------------------------------ */
html {
height:100%;
}
#home {
height:100%;
background-color:#ffffff;
background-image:none;
}

/* -----------------------------------------------------------
   FLASH CONTENT
------------------------------------------------------------ */
#home div#flashcontent {
width:100%;
height:100%;
margin:0 auto;
}
#home div#flashcontentInner {
position:relative;
width:1100px;
margin:0 auto;
}

/* -----------------------------------------------------------
    FOOTER AREA
------------------------------------------------------------ */

#home div#footer {
position:absolute;
top:611px;
left:100px;
width:900px;
margin:0;
padding:0;
text-align:center;
}

