@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------
BOX
-----------------------------------------------------*/

#darkGreenLine {
	width:944px;
	border:#466b07 1px solid !important;
	padding:2px !important;
}

#inner {
	width:908px;
	border:#87a05b 1px solid !important;
	padding:22px 17px !important;
}

/*-----------------------------------------------------
CONTENT
-----------------------------------------------------*/

.column01 {
	width:280px;
	float:left;
}

.column02 {
	width:292px;
	float:left;
}

	.column01 h3,
	.column02 h3 {
		margin-bottom:5px !important;
	}
	
	.column01 .detail,
	.column02 .detail {
		text-align:right;
	}
	
.mailAddress:link,
.mailAddress:visited,
.mailAddress:hover,
.mailAddress:active {
	color:#666666 !important;
}
	
	
/*-----------------------------------------------------
CALENDAR
-----------------------------------------------------*/

.calendar {
	width:278px;
	border:#666666 1px solid;
	border-right:none;
	border-bottom:none;
	border-spacing:0 !important;
	empty-cells:show;
	border-collapse:collapse;
}

	.calendar th,
	.calendar td {
		text-align:center;
		border:#666666 1px solid;
		border-top:none;
		border-left:none;
		line-height:1.8;
	}
	
	.calendar .month {
		background:#466b07;
		color:#FFF;
	}
	
	.calendar .dayOff {
		background:#ffc0c0;
	}
	
	
