#toc_container{
  width: 122px;
  background-color:#fff;
　margin-left:10px;

}

/*submenu表示位置*/
#toc_container ul,#toc_container li{
  list-style:none;
  margin:0px;
  padding:0px;
}

/*box標準の設定*/
  #root_toc li,
  #root_toc li a
  {
    width:122px;

  }

/*box枠線の設定*/  
  #root_toc li{
	border-right: solid 1px #000066;
	border-left: solid 1px #000066;
	border-bottom: solid 1px #000066;
  }

  #root_toc li.plist ul{
    display:none;
    position:absolute;
  }

/*boxフォーカス取得時の設定*/
  #root_toc li.plist:hover  > a
  {
    background-color:#ff6666;
  }

  #root_toc li.plist:hover ul{
    display: block;

  }
    #root_toc li.plist li{
      float:none;
      display:list-item;
    }

/*boxの設定*/
  #root_toc li a{
    display: block;
    /*boxの扱いの差が出るのでpaddingは使わない*/
    text-indent:0em;
    line-height:1.6em;
    color:#666666;
　　font-size:12px;
    text-align:center;
    background-color: #d1e8ff;
    text-decoration:none;
  }

/*submenuフォーカス取得時の設定*/
  #root_toc li a:hover
  {
    color:#000;
    background-color:#ff6666;
  }