/*
  見出し画像 //////////////////////////////////////////////
 */

img#Heading
{
    margin-top: 20px;
}

img#GoToButton
{
    float: left;
    margin-left: 20px;
    margin-top: 40px;
}

p#HeadingSummary
{
    float: right;
    width: 540px;
    margin-right: 20px;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    /*background: transparent url("./Point_HeadingBelow.gif") 0 0 no-repeat;*/
    border-left: 1px solid #ffbf80;
    border-bottom: 1px solid #ffbf80;
}


/*
  左ペイン ////////////////////////////////////////////////
 */

div#LeftPane
{
    width: 195px;
    float: left;
    margin-top: 20px;
    margin-left: 50px;
}
/* IE6 */
* html div#LeftPane { margin-left: 25px; }

div#Menu
{

}

div#Menu img
{
    margin-bottom: 5px;
}

/*
  右ペイン ////////////////////////////////////////////////
 */

div#RightPane
{
    width: 550px;
    float: left;
    margin-left: 50px;
    padding-top: 20px;
    padding-right: 50px;
    text-align: left;
    /*background: transparent url('./PointVBorder.gif') right bottom no-repeat;*/
}
/* IE6 */
* html div#RightPane { margin-left: 25px; }
/* IE7 */
*+html div#RightPane { width: 500px; }
/* Oepra9.5 */
html[lang*=""]>/**/body div#RightPane { width: 500px; }

div.PointSummary
{
    margin-bottom: 20px;
    background-position: 0 25px;
    background-repeat: no-repeat;
}

div.PointSummary p
{
    margin-top: 60px;
    margin-left: 30px;
    font-size: 12px;
    line-height: 16px;
    color: #727272;
}


