@charset "utf-8";
/**************************************************************************************************

STRUCTURE

**************************************************************************************************/
body{
text-align:center;
background:#1E1B16 url(../alternate_img/bg_body.jpg) repeat-x;
}

/*-フルスクリーン-------------------------*/
/* CSS Document */

/* hide from ie on mac \*/
html {
height: 100%;
}

#flashcontent {
height: 730px;
}
/* end hide */

body {
margin: 0;
padding: 0;
height: 100%;
}


