@charset "utf-8";
/* グローバルメニューが常に画面最上部に表示する設定 */
.headerArea
{
position: fixed !important;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
z-index: 1000;
}
.footerArea
{
position: fixed !important;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}

