@charset "utf-8";
/* CSS Document */

.content_text_cal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303;
	background-color: #FFC;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #303;
	border-bottom-color: #303;
	border-left-color: #303;
}
