/* grand banner */
#grand-banner
{
   padding: 0 3px 0 2px;
   height: 36px;
   color: #FFFFFF;
   background: url(/images/grand-banner-bg.gif) repeat-x left top;
}

#grand-banner-l, #grand-banner-r
{
   display: inline; /* ie win bugfix */
   position: relative;
   height: 36px;
}

#grand-banner-l
{
   margin-left: 0;
   width: 236px;
   float: left;
}

#grand-banner-l-inner
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
}

#grand-banner-l-inner #grand-left-button a
{
   width: 236px;
   height: 36px;
   float: left;
   background: url(/images/grand-banner-title.gif) no-repeat top left;
   text-indent: -9999px;
   text-decoration: none;
}

#grand-banner-r
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: none;
   height: 36px;
   width: 486px;
}

#grand-banner-r-inner
{
   display: inline; /* ie win bugfix */
   position: relative;
   margin-top: 13px;
   float: right;
   height: 23px;
   width: 486px;
}

#grand-navi
{
   margin: 0;
}

#grand-navi #gb-guide a ,
#grand-navi #gb-search a ,
#grand-navi #gb-soudankai a ,
#grand-navi #gb-senkou a ,
#grand-navi #gb-problog a 
{
   display: block;
   height: 23px;
   float: left;
   text-indent: -9999px;
   text-decoration: none;
}
#grand-navi #gb-guide a
{
   width: 104px;
   background: url(/images/grand-banner-bt-guide.gif) no-repeat top left;
}
#grand-navi #gb-search a
{
   width: 88px;
   background: url(/images/grand-banner-bt-search.gif) no-repeat top left;
}
#grand-navi #gb-soudankai a
{
   width: 77px;
   background: url(/images/grand-banner-bt-soudankai.gif) no-repeat top left;
}
#grand-navi #gb-senkou a
{
   width: 93px;
   background: url(/images/grand-banner-bt-senkou.gif) no-repeat top left;
}
#grand-navi #gb-problog a
{
   width: 124px;
   background: url(/images/grand-banner-bt-problog.gif) no-repeat top left;
}

