/*ÀüÃ¼ ·¹ÀÌ¾Æ¿ô*/
#calendarObj{
	margin : 0px auto 10px auto;
	width:145px;

}
/*ÀüÃ¼ ·¹ÀÌ¾Æ¿ô³¡*/
#calendar{
	font-size: 100%;
	text-align:center;
	padding : 0px;margin:0px;
	clear:both;
}
#moveMonth{

	text-align:center
	color : #f4400b;
	font-size: 0.9em;
	font-weight: bold;
	height:35px
	width : 160px;
	display:inline;
}

#moveMonth div{
	display:inline;
	float : left;
}
#moveMonth #cal_title{
	width : 60px;
	text-align:center;
}

#moveMonth #yearText{font-size:0.8em}
#moveMonth #monthText{font-size:1.7em;font-weight:bold;color:#f52b00}
#moveMonth #preMonth, #moveMonth #nextMonth{
	width : 13px;height:20px;
	text-indent:-1000px;
	height:35px;
	cursor:pointer;

}
#moveMonth #preMonth{
	margin-left: 30px;
	background : url("/images/renewal/pre_arrow.png") 0px 60% no-repeat;
}

#moveMonth #nextMonth{
	background : url("/images/renewal/next_arrow.png") 0px 60% no-repeat;
}


#calendar tr{
	font-size:0.9em;
}

#calendar th, #calendar td{
	font-weight: normal;
}
/*ÁÖ°£ Ç¥½Ã ½ºÅ¸ÀÏ*/
#calendar thead th{
	width : 19px; height:14px;
}

#calendar thead th#day_0{
	color:#f52b00;
}

#calendar thead th#day_6{
	color : blue;
}


#calendar tbody td{
text-align:center;
	padding :0px;
	width:19px;height:12px;
	line-height:12px;
	font-size : 0.8em;
}
.saturday{
	color : blue;
}
.sunday{
	color : red;
}
#plan{font-size:0.9em;margin:auto auto;padding-left:10px;text-align:left}
#plan div{font-size:11px}
#diary{text-align:center}
