/* CSS Document */
body
{
	margin: 0px;
	padding: 0px;
}
#calender
{
	width: 100%;
	color: #674a00;
}
#calender .cal_head
{
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #674a00;
	margin-bottom: 6px;
}
#calender .cal_head table
{
	width: 100%;
}
#calender .cal_head th
{
	font-size: 24px;
	text-align: center;
}
#calender .cal_head td
{
	width: 10%;
	font-weight: bolder;
	padding-right: 4px;
	padding-left: 4px;
}
#calender .cal_head td a
{
	color: #674a00;
	text-decoration: none;
}
#calender .cal_head td a:hover
{
	color: #BB8800;
}


#calender .text_right
{
	text-align: right;
}


#calender .cal_body table
{
}
#calender .cal_body caption
{

}
#calender .cal_body th
{
	font-weight: normal;
	width: 40px;
}
#calender .cal_body td
{
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

#calender .th_sun
{
	color: #F00;
}
#calender .th_sat
{
}


#calender .red,#calender .today
{
	width: 20px;
	height: 20px;
	-webkit-border-radius: 10px;/* width,height‚Ì”¼•ª */
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #F00;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#calender .today
{
	border: 1px solid #66CC33;
	background-color: #66CC33;
	color: #FFF;
}