/*    共通設定部   　*/

@ charset "Shift_JIS";

body,
body * {
   margin: 0; padding: 0;
  }

body {
   height:100%;
   background-color:white;  
   font-family: "ＭＳ Ｐゴシック","Osaka", sans-serif;
   font-size: 13px;
   line-height: 1.4;
   color: #666;
   margin: 0 1px 0 1px; padding: 0; 
  }
  
table#schedule {
   background-color: #F7F7F7;
   border-collapse: collapse;
   border: 1px solid #999;
   }

table#schedule th,td {
   vertical-align: top;
　 border: 1px solid #999;
   padding: 4px 6px;    
　}

table#schedule th {
   background-color: #757BF2;
   height: 33px;
   color: white;
   font-size: 13px;
   /*\*/
   letter-spacing: 0.3em;
   /**/
 vertical-align: middle;  
   } 




