@charset "UTF-8";

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


/* -------- rental ---------*/
.rentalBox {
	background-image: url(../../images/rental/bg_rental.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

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


.rentalCont .profBox {
	width: 370px;
	float: left;
}
.rentalCont .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;
}
