@charset "utf-8";
/* CSS Document */

.monthArea .monthName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: large;
	color: #900;
	text-align: center;
}
.monthArea .monthDays ul{
	margin: 0 0 0 20px;
	padding: 5px 10px 5px 25px;
	list-style-image: url(../images/page/arrow-blue-10.gif);
	font-size: 80%;
	line-height: normal;
	list-style-position: inside;
	text-indent: 0px;
	list-style-type: disc;
}
.monthArea .monthDays li{
	margin: 0px;
	padding: 5px 5px 5px 10px;
	list-style-position: outside;
}
