@charset "utf-8";
h2{
	margin-bottom:15px;
}
h3{
	margin-top:25px;
}
#mainImg {
	display:block;
	background-image: url(/welfare/seniorcar/img/mainImg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 350px;
}
#menuPurchase {
	margin-top: 0px;
}

#seniorCar ul {
	list-style-type: none;
	margin-top: 15px;
}
#seniorCar li {
	float: left;
	width: 228px;
	margin-right: 12px;
	height: 173px;
	padding-bottom: 10px;
}
#seniorCar a {
	display: block;
	border: 1px double #CCCCCC;
	width: 228px;
	height: 173px;
}
#seniorCar a:hover {
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
#rentalImg{
	width:710px;
	position:relative;
	clear:both;
	margin-bottom:15px;
}
#rentalBtn{
	position:absolute;
	top:145px;
	left:10px;
}
.boxtext ul{
	list-style-type:none;
	padding-left:-1em;
	margin-top:15px;
}
#boxtext li{
	text-indent:1em;
}

