@charset "UTF-8";

@import url("../common/common.css");


/* -------- care ---------*/
.careBox {
	background-image: url(../../images/care/bg_care.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.careCont {
	width: 670px;
	margin: 0 0 0 5px;
}


.careCont .profBox {
	width: 370px;
	float: left;
}
.careCont .mapBox {
	width: 293px;
	float: right;
}



dl.profile {
}
dl.profile dt {
	width: 5em;
	float: left;
	clear: left;
}
dl.profile dd {
	margin: 0 0 0 5em;
}



table.history {
	width: 100%;
	border-top: dotted 1px #A08776;
}
table.history td {
	padding: 5px;
	vertical-align: top;
	border-bottom: dotted 1px #A08776;
}
table.history td.ym {
	text-align: right;
}
