@charset "utf-8";
/* CSS Document */

/*========================================
*
* 本文
*
========================================*/

#main-content {
	background: #ffffff url(images/calendar-bg.png) no-repeat;
}

.main-content2 {
	padding-left: 80px;
	padding-top: 35px;
	padding-bottom: 90px;
}

.month {
	float: left;
	width: 169px;
	height: 78px;
}

#month7  { background: url(images/month7.png) no-repeat; text-indent: -9999px; }
#month8  { background: url(images/month8.png) no-repeat; text-indent: -9999px; }
#month9  { background: url(images/month9.png) no-repeat; text-indent: -9999px; }
#month10 { background: url(images/month10.png) no-repeat; text-indent: -9999px; }
#month11 { background: url(images/month11.png) no-repeat; text-indent: -9999px; }
#month12 { background: url(images/month12.png) no-repeat; text-indent: -9999px; }
#month1  { background: url(images/month1.png) no-repeat; text-indent: -9999px; }
#month2  { background: url(images/month2.png) no-repeat; text-indent: -9999px; }
#month3  { background: url(images/month3.png) no-repeat; text-indent: -9999px; }
#month4  { background: url(images/month4.png) no-repeat; text-indent: -9999px; }
#month5  { background: url(images/month5.png) no-repeat; text-indent: -9999px; }
#month6  { background: url(images/month6.png) no-repeat; text-indent: -9999px; }

.comment {
	font-size: 12px;
	line-height:16px;
	margin-bottom:10px;
}

.columns {
	margin-left: 152px;
	font-size: 12px;
}

.column1-1 {
	float: left;
	width: 147px;
	height: 20px;
	padding-left: 10px;
	padding-top: 6px;
	background: url(images/column1.png) no-repeat;
}

.column1-2 {
	float: left;
	width: 148px;
	height: 20px;
	padding-left: 10px;
	padding-top: 6px;
	background: url(images/column1.png) no-repeat;
}

.column2-1 {
	float: left;
	width: 147px;
	height: 20px;
	padding-left: 10px;
	padding-top: 6px;
	background: url(images/column2.png) no-repeat;
}

.column2-2 {
	float: left;
	width: 148px;
	height: 20px;
	padding-left: 10px;
	padding-top: 6px;
	background: url(images/column2.png) no-repeat;
}

/*========================================
*
* ポップアップ関連
*
========================================*/

.glossary {
	display: none;
}

.title {
	font-size: 21px;
	font-weight: bold;
	margin-top: 10px;
}
