/* @override http://localhost:8888/css/rentalcar.css */

@import "reset.css";
@import "basic.css";
@import "module.css";
@import "layout.css";

h2#titleRentalcar {
	background-image: url(../images/rentalcar/h2RentelCar.png);
}

#mainImg {
	background-image: url(../images/rentalcar/mainImg.jpg);
}

#rentalCar01 h3 {
	background: url(../images/rentalcar/h3CarShare.png) no-repeat;
	text-indent: -9999px;
	height: 16px;
	width: 911px;
}

div.rentalCar {
	margin-top: 12px;
}

div.tableBox {
	width: 450px;
}

#rentalCar01 th {
	width: 200px;
}

/* @group urgency */

#rentalCar02 h3 {
	background: url(../images/rentalcar/h3Urgency.png) no-repeat;
	text-indent: -9999px;
}

#urgency {
	margin: 0 10px;
}

#urgency div.box {
	width: 420px;
	margin-bottom: 0;
}

#urgency h4 {
	padding-left: 6px;
	margin-bottom: 4px;
	font-size: 110%;
	background: url(../images/common/bar01.png) no-repeat 0 center;
}

#urgency div.box ul {
	padding-top: 0;
	text-indent: -19px;
	margin: 0 0 18px 28px;
}

#urgency div.box dl dt {
	padding-left: 8px;
	background: url(../images/common/point02.png) no-repeat 0 center;
	float: left;
	display: inline;
	font-weight: bold;
}

#urgency div.box dl dd {
	margin-left: 40px;
}

#trouble {
	float: left;
	display:inline;
}

#drawn {
	float: right;
	display: inline;
}

div.pdf {
	margin-left: 4px;
}

#bodyContents #drawn p,
#bodyContents #urgency p {
	margin-left: 11px;
}

/* @end */

/* @group rentalCar */

#advantage {
	float: left;
	display: inline;
	font-weight:bold;
	
}

#rentalCar01 div.fieldtTable h4 {
	margin-left: 0;
}

/* @end */

/* @group carCharg */

#rentalCar03 h3 {
	background: url(../images/rentalcar/h3CarCharg.png) no-repeat;
	text-indent: -9999px;
}

div.chargBox {
	width: 450px;
}


#rentalCar03 div.chargBox tbody tr th {
	width: 130px;
}

#rentalCar03 div.chargBox h4 {
	margin-left: 0;
}

div.carCharg {
	margin-bottom: 12px;
}

#rentalCar03 div.chargBox table {
	margin-bottom: 8px;
}







/* @end */


















