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

#car{
	width:660px;
	float:right;
}
h3{
	background-image: url(../images/h3_title01.gif);
}
h4 {
	margin:25px 0 16px;
	padding:0 0 10px;
	background:url(../../shared/images/bg_tit01.gif) repeat-x 0 bottom;
}
.main{
	width:640px;
	margin:0 auto;
}
.box{
	height:100%;
}
.b_left{
	width:238px;
	float:left;
}
.box div{
	width:382px;
	float:right;
}
.box ul{
	margin:0 0 10px;
	padding:0;
}
.box ul li{
	list-style:none;
	margin:0;
	padding:0 0 3px;
}
.btn{
	margin:10px 0 0;
}
.btn a{
	width:135px;
	height:25px;
	display:block;
	text-indent:-9999px;
	background-image: url(../images/car_btn.gif);
	background-repeat: no-repeat;
	background-position:0 0;
}
.btn a:hover{
	background-position:0 -25px;
}
