@charset "utf-8";
h2{
	background-image: url(img/b-saijiki.gif);
	background-repeat: no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	height: 90px;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 0px;
	display: inline-block;
	padding: 0px;
}
#contents {
	background-color: #FFE4C4;
}
ul.nav {
	display: table;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
ul.nav li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100px;
	width: 120px;
	border: 1px solid #666;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.jan a,.feb a,.mar a,.apr a,.may a,.jun a,.jul a,.aug a,.sep a,.oct a,.nov a,.dec a {
	height: 85px;
	width: 100px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.jan a {
	background-image: url(img/1.gif);
}
.feb a {
	background-image: url(img/2.gif);
}
.mar a {
	background-image: url(img/3.gif);
}
.apr a {
	background-image: url(img/4.gif);
}
.may a {
	background-image: url(img/5.gif);
}
.jun a {
	background-image: url(img/6.gif);
}
.jul a {
	background-image: url(img/7.gif);
}
.aug a {
	background-image: url(img/8.gif);
}
.sep a {
	background-image: url(img/9.gif);
}
.oct a {
	background-image: url(img/10.gif);
}
.nov a {
	background-image: url(img/11.gif);
}
.dec a {
	background-image: url(img/12.gif);
}

.jan a:hover,.mar a:hover,.may a:hover,.jul a:hover,.sep a:hover,.nov a:hover {
	background-image: url(img/boy.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.feb a:hover,.apr a:hover,.jun a:hover,.aug a:hover,.oct a:hover,.dec a:hover {
	background-image: url(img/girl.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
