
/*
  Container ///////////////////////////////////////////////
  */

div#Wrapper
{
    width: 940px;
    margin: 10px auto 0 auto;
    text-align: center;
    background: #fff url(../../images/Basic/ContainerBG.gif) 0 0 repeat-y;
}

/*
  Header //////////////////////////////////////////////////
  */

div#Header
{
    width: 940px;
    height: 90px;
    margin: 0 auto;
    line-height: 1.0;
    background-image: url(../../images/Basic/HeaderBG.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}

/* Logo */
div#Logo
{
    /*width: 235px;*/
    width: 185px;
    height: 70px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    /*background: transparent url(../../images/Logo_40th.gif) no-repeat scroll 0 0;*/
    background: transparent url(../../images/Logo_New.gif) no-repeat scroll 0 0;
}
/* IE6 */
* html div#Logo { margin-left: 10px; }

div#Logo a span,
div#Logo span /* トップページのロゴはリンクなし */
{
    display: none;
}

div#Logo a
{
    display: block;
    height: 70px;
}

div#Logo a:hover
{
    /*background: transparent url(../../images/Logo_40th.gif) no-repeat 0 -70px;*/
    background: transparent url(../../images/Logo_New.gif) no-repeat 0 -70px;
}

/* ~Logo */

div#HeaderRight
{
    width: 300px;
    /*width: 220px;*/
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}
/* IE6 */
* html div#HeaderRight { margin-right: 10px; }

/* Login Sites */
div#LoginSites
{
    width: 300px;
    /*width: 220px;*/
    height: 70px;
    background: #fff url(../../images/LoginBG2.gif) 0 0 no-repeat;
    white-space: nowrap;
    text-align: left;
    font-size: 0;
    line-height: 0;
}

div#LoginSites div.LeftPane
{
    width: 90px;
    float: left;
    margin-left: 15px;
    padding-top: 35px;
}
/* IE6 */
* html div#LoginSites div.LeftPane { margin-left: 7px; }
/* IE7 */
*+html div#LoginSites div.LeftPane { margin-left: 15px; }

div#LoginSites div.RightPane
{
    width: 90px;
    float: right;
    margin-right: 15px;
    padding-top: 15px;
}
/* IE6 */
* html div#LoginSites div.RightPane { margin-right: 7px; }
/* IE7 */
*+html div#LoginSites div.RightPane { margin-right: 15px; }

/* ~Login Sites */



/*
  Footer //////////////////////////////////////////////////
  */

div#Footer
{
    width: 940px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    font-size: .7em;
    background: transparent url(../../images/Basic/FooterBG.gif) 0 0 no-repeat;
    color: #fff;
}
p#FooterNavigation
{
    padding: 7px 0;
}
p#UnivSignature
{
    margin-top: 10px;
    padding-bottom: 30px;
}



/*
  ContentContainer ////////////////////////////////////////
  */

div#Container
{
    width: 900px;
    margin-left: 20px;
    padding: 0;
    font-size: .8em;
    text-align: left;
    /*background: #fff url(../../images/ContentContainerBG.gif) 0 0 repeat-x;*/
}

/* IE6 */
* html div#Container { margin-left: 0; }
/* IE7 */
*+html div#Container { margin-left: 0; }
