﻿@charset "utf-8";

#BaseTable{
background: transparent url("/Images/bg_header.gif") no-repeat right top;
}

#HeaderPane
{margin-bottom: 20px;
position: relative;

background: transparent url("/Images/bg_gnavi.gif") repeat-x left bottom;
}

#header{
margin: 0 auto;
position: relative;
width: 960px;
}

/* == MAIN(中央)ペイン == */
#header .BrowserModuleSet_Div .SetContentPane
{
  float:left;
}

/* == 右ペイン == */
#header .BrowserModuleSet_Div .SetRightPane
{
  float:left;
}


