body {
	margin: 0px 0px 0px 0px;
background-color:#FFF;
font-size:70%;
color:#666;
font-family: "Verdana","ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
         width:100%;
	text-align: center;
  	line-height: 170%;
        
	}

table{
width:90%;
	margin: 0px 5px 10px 10px;
}

td {
         background-color: #FFF;
         border: 1px solid E0E0E0;
         text-decolation: none
}

td,th {
	text-align: center;
	padding: 0px;
	}

th.weekday {
	font-weight: bold;
	text-align: center;
	}

/*日曜日の曜日表示*/
th.sunday {
	font-weight: bold;
	color: #CC3300;
}

/*土曜日の曜日表示*/
th.saturday {
	font-weight: bold;
	color: #3399CC;
}
td a{
	display: block;
         width: 100%;
         background-color: #DEDEDE;
          color: #EB2E02;
         text-decolation: none
}
a {
	text-decoration: none;

	
	}

a:link {
	color: #F24002;
	}

a:visited {
	color: #F24002;
	}

a:active {
	color: #F24002;
	}

a:hover {
	color: #F24002;
	text-decoration: underline;
	}


