@charset "utf-8";

/*表４列のファイル*/ 

/* 外周枠*/


table.guidepage_esute_menu_tb{
	table-layout: fixed;
    margin-left:90px;
    width: 750px;　　 
    padding:0px;
       
	border-width : 0px;
       border-style: solid;
	border-color : #400000;
  border-collapse : collapse;


 
}

/* セルの行区切り線　*/
td.guidepage_esute_menu_td01{
	table-layout: fixed;
    width="500px": 　
      padding:0px;	
    border-width : 1px;
  border-color : #400000;
       border-style: solid;
     } 
     
     td.guidepage_esute_menu_td02{
	table-layout: fixed;　
     width="240px"　
      padding:0px;	
    border-width : 1px;
  border-color : #400000;
       border-style: solid;
     } 
     
     
     
     




