/* pan_list：サークルリストサブメニュー部分 */
#pan_list{text-align:center;}
#pan_list li{
	  text-align:right;
	  padding:0 0 0 5px;
	  display:inline;
	  list-style:none;
	  border-left:solid 1px #000000;
       }
#list  {
      width:90%;
	  border:none;
      margin:0 auto; padding:0;
      line-height:125%;
	      }
#list table{
	  border:none;
	  margin:0; padding:5px;
	  text-align:center;
	  width:250px;
	  font-size:13px;
		}
#list td{

	  text-align:left;
	  margin:0 0 0 3px;
	  padding:3px 10px;
	  border-bottom:dashed 1px #960;
        }
tr .head{
	  /*background:#ffcccc;*/
	  background:url(../image/h3.gif);
	  color:#630;
	  height:25px;
	  font-weight:bold;
	  text-indent:5px;
        }
.left{width:200px;}

/* link */
a:link { color: #900; } 
a:visited { color: #900; } 
