/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    HeaderDivision                                */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
#HeaderDivision {
 float: left;
 width: 355px;
}

    #HeaderDivision .Lead{
     margin-bottom: 40px;
     font-size: 83%;
     color: #444;
    }
    #HeaderDivision .LinkArea .Heading{
     border-bottom: 1px dotted #ccc;
     margin-bottom: 5px;
    }

/* HeaderArea
--------------------------------------------------- */
#HeaderDivision .HeaderArea .PageTitle{
 background: url(../img/dogcat.jpg) no-repeat 100% 100%;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    ContentsDivision                              */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
#ContentsDivision{
 padding: 3px 0;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    MainContentsArea                              */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
#MainContentsArea{
 float: right;
 width: 288px;
}


#MainMenuImg a{
 display: block;
 margin-left: 2px;
 float: left;
 width: 55px;
 height: 390px;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
}
    #MainMenuImg a.Menu01   { background: url(../img/top1_black.gif) no-repeat; }
    #MainMenuImg a.Menu01:hover  { background: url(../img/top_1.gif) no-repeat; }

    #MainMenuImg a.Menu02   { background: url(../img/top2_black.gif) no-repeat; }
    #MainMenuImg a.Menu02:hover  { background: url(../img/top2.gif) no-repeat; }

    #MainMenuImg a.Menu03   { background: url(../img/top3_black.gif) no-repeat; }
    #MainMenuImg a.Menu03:hover  { background: url(../img/top3.gif) no-repeat; }

    #MainMenuImg a.Menu04   { background: url(../img/top4_black.gif) no-repeat; }
    #MainMenuImg a.Menu04:hover  { background: url(../img/top4.gif) no-repeat; }

    #MainMenuImg a.Menu05   { background: url(../img/top5_black.gif) no-repeat; }
    #MainMenuImg a.Menu05:hover  { background: url(../img/top5.gif) no-repeat; }



/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* IE nav */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

@media all and (-ms-high-contrast:none){
  #HeaderDivision{
   width: 355px;
  }
}


