@charset "UTF-8";

/*内部リンク表*/

/*表の外周枠*/
 
table.link-table01{
	
    margin: 25px;
    border-collapse : collapse;
	padding:1px;
       width:900px;
	border : 1px;
       border-style: solid;
	border-color : #400000;
       empty-cells : show;
}

/* セルの横線　縦線設定　*/


td.link-table10{
	width: 200px;
    border-collapse:collapse;
	padding:8px;	
       border:1px;
       border-color:#400000;
       border-style:solid;
    
    text-align:center;
  
  font-size : 15px;
  font-family : "MS P明朝",serif;
  font-weight : bold;
  font-style : normal;
  font-variant : normal;
  text-decoration : none;
  text-transform : none;
  color : #400000;
  letter-spacing:4px;
}

     



