﻿<!--

#boxleft {
  position: relative;
  left:0px;top:0px;
  width: 340px;
  height: 860px;
  margin: 0px;
  padding:0px;
  float:left;
  background-color: #00CC00; 
  }
    
#boxright {
  position: fixed; 
  float:right; 
  top:192px;
  right:60px;
  width:340px;height:100%;
 }
#snavi {
  position: relative;
  top: 140px;
  left: 240px;
  height:160px;
  width:150px;
  font-weight: bold;
  font-size: 12pt;
  color:#0000CC;
  }
 ul {
 font-weight: bold;
  font-size: 18pt;
  color:#0000CC;
 } 
#daimoku {
    position: absolute;
   top: 80;
   left:120px;
}
#boxnaka{
  position: relative; 
  float:right; 
  top:93px;
  left:340px;
  width:340px;height:100%;
   }

  //-->
  