/* --    KANASA index css  -- */ 

#div0     {
     border:0px solid gold;
     text-align:center;
     margin:auto;
     width:1050px;
     height:650px;
          }
#divindexcomment {
     border:1px solid olive;
     background-color:ivory;
     color:brown;
     font-size:11px;
     width:50px;
     float:right;
     padding:2px;
     margin-top:20px;
         }

#divindex {
     border:1px ridge olive;
     background:url("kabe_04_b.gif");
     background-attachment:fixed;
     background-repeat:repeat;
     background-color:white;
     font-size:12px;
     margin:5px 2px 10px 2px;
     width:200px;
     height:600px;
     float:right;
     overflow:auto;
          }
#ul1 {
     list-style-type:none;
     padding:0px;
     width:180px;
     margin:10px auto 2px auto;   
          }
#li1 {
     padding:2px;
          }
#divtitle {
     border:1px ridge olive;
     background:url("backyoha.jpg");
     background-color:aliceblue;
     font-size:13px;
     font-weight:bolder;
     color:green;
     padding:2px;
     text-align:center;
@   width:180px;
     height:100px;
     }    
#divtitle img {  
     float:left;
     }
#divtitle p {
     border:0px solid red;
     width:180px;
     letter-spacing:2px;
     }
#ul1      {
     text-align:left;
          }
#li1      {
     border:2px outset lavender;
     background:url("bk_lightblueline.gif");
     font-size:12px;
     color:black;
     margin:10px 2px 10px 2px;
     }
#divmain  {
     border:0px solid olive;
     float:left;
     margin-top:5px;
          }
#iframe1  {
     frameborder:0;
     border:0px solid red;
     width:730px;
     height:650px;
     }
a    {
     display:block;
     } 

a:link    {
     text-decoration:none;
     color:black;
     background-color:white;
          }
a:visited {
     text-decoration:none;
     color:purple;
          }
a:hover   {
     background-color:aliceblue;
     text-decoration:none;
     color:green;
          }
a:active  {
     background-color:white;
     text-decoration:none;
     color:black;
          }