@charset "utf-8";

.pagebody{
	width: 550px;
}

h2{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "ＭＳ Ｐゴシック", メイリオ;
  background-color : #66ff99;
  line-height : 120%;
  text-indent : 2em;
  font-weight : normal;
}

h1{
  color : white;
  background-color : #000099;
  font-size : x-large;
  font-weight : normal;
  text-indent : 1em;
  line-height : 150%;
}

.month ul li{
 display:inline-block;
}

.month ul li{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-left-radius: 3px 3px;
	border-top-right-radius: 3px 3px;
	border-bottom-right-radius: 3px 3px;
	border-bottom-left-radius: 3px 3px;
	box-shadow: 1px 1px #003399;
	background-color: #00ffff;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.month ul li:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #33cccc;
}

.month ul li a{
	color: black;
	text-decoration: none;
	background-position: center center;
	text-align: center;
	font-size: 200%;
}

address{
	text-decoration: none;
	text-align: center;
	font-style: normal;
	font-size: 30%;
	margin-top: 20px;
}