﻿html {
    min-height:100%;
    background: url(mate/back.png) no-repeat center center fixed;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
body {
    font-family:"Meiryo","Hiragino Maru Gothic Pro";
    color: #191970;
    font-size:16px;
    line-height:1.4;
}
body,td,th {
	margin: 0px;
	padding: 0px;
}
#content {
	height: auto;
	width: 700px;
	position: absolute;
	left: 8%;
	top: 45%;
}
#content h1 {
    font-size:22px;
    font-family:Trebuchet MS;
    letter-spacing:5px;
    padding-top:20px;
    padding-bottom:10px;
}
#content h2{
    font-size:18px;
    font-family:Trebuchet MS;
    letter-spacing:3px;
}
#content p {
	line-height: 24px;
	margin: 0 auto;
	letter-spacing:3px;
}
A{
  color:#191970;
  text-decoration:none;
  padding-right: 2%;
}
A:hover{
  color:#666;
}
.day{
    color: #b0e0e6;
    font-size: x-small;
	letter-spacing:1px;

}
