#page_top{
  width: 200px;
  height: 100px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f98;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 200px;
  height:100px;
  text-decoration: none;
}
#page_top a::before{
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'レジに戻る';
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
table {
	margin-left:2em;
	font-family:monospace;
	font-size:90%;
}

td {
	text-align:center;
}

.Holiday {
	background-color:#ffe6e6;
	color:#FF0000;
}

.Sun {
	background-color:#ffe6e6;
	color:#FF0000;
}

.Sat {
	background-color:#e6e6ff;
	color:#0000FF;
}

.Heijitsu {
	color:#000000;
}

.Today {
	background-color:#ffff00;
}

.moji {
	font-size:250%;
	font-weight:bold;
}
a:link {
 color: #000000;
 text-decoration: none;
}

a:visited {
 color: #000000;
 text-decoration: none;
}

a:hover {}

a:active {
 color: #000000;
 text-decoration: none;
}