@charset "EUC-JP";

.page_bar{
	height: 60px;
	background: url("./image/page_bar.jpg") no-repeat;
}


/*
==================================================================
売約済み車輌 
==================================================================
*/

.gray_bar{
	margin: 25px 0px 10px 0px;
	height: 43px;
	background: url("./image/gray_bar.jpg") no-repeat;
}

.gray_bar_title{
	padding: 6px 0px 0px 30px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}

.photo_box{
	width:534px;
	margin: 0px 0px 0px 16px;
}

.photo_left_box{
	float: left;
}

.image_box1{
	margin: 0px 12px 20px 0px;
	width: 170px;
	height: 160px;
	text-align: center;
	background: url("./image/baiyaku_bg.jpg") no-repeat;
}

.image_box2{
	margin: 0px 0px 20px 0px;
	width: 170px;
	height: 160px;
	text-align: center;
	background: url("./image/baiyaku_bg.jpg") no-repeat;
}

.photo{
	padding: 16px 7px 0px 7px;
	width: 155px;
	height: 103px;
	text-align: center;
}

.name{
	padding: 3px 7px 0px 7px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: left;
}


/*
==================================================================
スタッフ紹介 
==================================================================
*/

.image_box3{
	margin: 0px 12px 20px 0px;
	width: 170px;
	height: 230px;
	text-align: center;
	background: url("./image/souba_bg.jpg") no-repeat;
}

.image_box4{
	margin: 0px 0px 20px 0px;
	width: 170px;
	height: 230px;
	text-align: center;
	background: url("./image/souba_bg.jpg") no-repeat;
}

.plice{
	padding: 10px 7px 0px 7px;
	line-height: 14px;
	color: #FFFFFF;
	text-align: left;
}

.comment{
	padding: 15px 7px 0px 7px;
	line-height: 14px;
	color: #FFFFFF;
	text-align: left;
}

/* このページのTOPへ戻る */
.top_jump{
	width: 530px;
	margin: 0px 5px 0px 15px;
	font-size: 10px;
	text-align: right;
}

