body {
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	background: url(../images/ES_back.png)top left; 
	background-size: cover;
background-color: rgba(204,205,60,1);
	background-repeat: no-repeat;
	font-family: sans-serif;	
}
a {
text-decoration: none;
}
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition: 1s;
}
/* 曜日　*/
.sat{
	color:rgba(50,70,255,1);
}
.sun{
	color:rgba(255,50,70,1);
}
.weekday{
	color:rgba(0,230,0,1);
}
/* カラー　*/
.blue{
	color:rgba(50,70,255,1);
}
.red{
	color:rgba(255,50,70,1);
}
.green{
	color:rgba(0,230,0,1);
}