/* pointer_help.css :ポインタヘルプのスタイルシート particular Menu の両方で使用 */

#caption  { color:green; position:absolute; left:40px; top:40px; z-index:1;
            font:20pt "Times New Roman"; }
.section  { color:yellow; width:110px; height:60px; position:absolute;
            text-align:center; cursor:pointer; }
#section0 { left:40px;  top:160px; background-color:#3333CC; }
#section1 { left:150px; top:100px; background-color:#3366CC; }
#section2 { left:260px; top:40px;  background-color:#3399FF; }
#section3 { left:150px; top:220px; background-color:#669933; }
#box      { color:black; position:absolute; left:10px; top:10px; z-index:1;
            background-color:#FFFF99; border:2px solid gray; padding:2px; }

 
 .mojidiv    { font:20pt Elephant, "Arial Black", "Times New Roman";
            width:330px; height:35px; cursor:default; }
    #div0 { position:absolute; left:275px;  top:110px;  color:#006600;
            overflow:hidden; }
    #div1 { position:absolute; left:390px; top:55px;  color:black; }
    #div2 { position:absolute; left:165px; top:175px; color:#993300;
            text-align:center; }
    #div3 { position:absolute; left:275px; top:236px; color:#cc3333;
            text-align:center; }
    #div4 { position:absolute; left:165px; top:320px;  color:#006600; font-size:smaller; }

