@charset "UTF-8";

@import url("common.css");

#monthCont {
	width: 560px;
	margin-top: 15px;
	margin-left: 15px;
	padding: 5px;
	border: 4px solid #b8b9bf;
	text-align: left;
}

#monthTitle {
	display: block;
	margin: 0;
	width: 112px;
	height: 18px;
	background-image: url(../img/calen_ttl_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-size: 95%;
	line-height: 18px;
	font-weight: bold;
}

#monthList {
	margin-top: 5px;
	padding: 7px 10px;
	background-color: #eeeeee;
	font-size: 95%;
}