html,
body{
	margin: 0;
	padding: 0;
}

body{
	position: relative;
}

table{
	background: #e596c2;
	border: 5px solid #e596c2;
	margin: 0;
	padding: 0;
}

#calnav{
	position: absolute;
	top: 0;
	left: 0;
}

#calbody{
	position: absolute;
	top: 30px;
	left: 0;
}
table tr td{
	font-size: 18px;
	color: #999;
	width: 40px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	border-top: 3px solid #e596c2;
	border-bottom: 3px solid #e596c2;
	border-left: 2px solid #e596c2;
	border-right: 2px solid #e596c2;
	border-radius: 2px;
	overflow: hidden;
	background: #fff;
	font-family: 'Playfair Display', serif;
}

form{
	margin: 0;
	padding: 0;
}

#calnav{
	width:  300px;
	height:  30px;
	border: none;
}

#calnav p{
	border-radius: 5px;
	overflow: hidden;
}

.date{
	font-size: 12px;
	background: #fee9f7;
}

#calnav td{
	width: 208px;
	font-size: 11px;
	background: #e596c2;
}

#calnav tr td{
	white-space:　nowrap;
}

#calnav　#prev,
#calnav　#next{
	width: 40px !important;
}

#month{
	background: #f3cae1 !important;
	color: #fff !important;
	font-size: 16px !important;
	text-align: right;
}

.case3{
	background: url('http://www.friends-animal.com/skins/friends/images/common/bg_cal_1.png') no-repeat top center;
}
.case2{
	background: url('http://www.friends-animal.com/skins/friends/images/common/bg_cal_2.png') no-repeat top center;
}

.sun,
.sat,
.case2{
	background: #f3cae1;
}

.case3{
	background: #c3e5f9;
}


.case4{
	background: #FFE4BA;
}

.case0,
.case1,
.case2,
.case3,
.case4{

}

#calbody{
	border-collapse:collapse;
}