/* ============================== 全体設定 ============================== */
* { margin:0px; padding:0px; }
html,body { height:100%; }
body { background-image:url(IMG_background.png), url(IMG_background2.gif);
       background-repeat:repeat-x, repeat;
       background-attachment:fixed;
       background-position:top;
       background-color:#000; }

/* =============================== 枠組み =============================== */
div#IndexFrame { width:500px; height:100%; min-height:100%; margin:auto; 
            border-style:solid; border-width:0px 1px 0px; border-color:#000; 
            background-image:url(IMG_mainbg.jpg); background-repeat:no-repeat; background-position:50% bottom;
            background-attachment:fixed; background-color:#000; }
div#Frame { width:500px; margin:auto; 
            border-style:solid; border-width:0px 1px 0px; border-color:#000; background-color:#000;}
div#Header { width:500px; height:130px; background-color:#000; position:relative; }

div#IndexContents { width:500px; }
div#Contents { width:500px;
               background-image:url(IMG_mainbg.jpg); background-repeat:no-repeat; background-position:50% bottom;
               background-attachment:fixed; background-color:#000; }

/* ================================ 画像 ================================ */
img { border:0px; }
img.Menu { float:left; position:absolute; bottom:0; }
img.SS { width:100px; height:75px; }

p { color:#fff; }
p.SS { text-align:center; margin-bottom:50px; }
a { color:#333333; }
