@charset "utf-8";
/* CSS Document */

h2 span{
	display: none; 
	visibility: hidden;
}
h3 span{
	display: none; 
	visibility: hidden;
}
h2 {
	background: url(img/h2.jpg) no-repeat;
	width: 580px;
	height: 70px;
	display: block
	}
h3 {
	background: url(img/h3_01.jpg) no-repeat;
	width: 280px;
	height: 15px;
	display: block;
	}

.box dt{
	display: block;
	width: 100px;
	height: 79px;
	margin-right: 15px;
	float: left;
	}
.box dt span{
	display: none; 
	visibility: hidden;
}
.box dt.month02 { background: url(img/month02.jpg) no-repeat; }
.box dt.month03 { background: url(img/month03.jpg) no-repeat; }
.box dt.month04 { background: url(img/month04.jpg) no-repeat; }
.box dt.month05 { background: url(img/month05.jpg) no-repeat; }
.box dt.month06 { background: url(img/month06.jpg) no-repeat; }
.box dt.month07 { background: url(img/month07.jpg) no-repeat; }
.box dt.month08 { background: url(img/month08.jpg) no-repeat; }
.box dt.month09 { background: url(img/month09.jpg) no-repeat; }
.box dt.month10 { background: url(img/month10.jpg) no-repeat; }
.box dt.monthAfter { background: url(img/month_after.jpg) no-repeat; }
.box dd{
	float: left;
	color: #000;
	width: 380px;
	}
.box dd.comment{
	background: #F5F5F5;
	padding: 7px;
	width: 368px;
	margin-top: 5px;
	margin-bottom: 10px;
}

