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

.intro_img_main { 
	width: 640px;
	height: auto;
	float: left;
	background-color:#FFFFFF;
}

ul#slider_nav li {
	width: 64px;
	height: 42px;
	float:left;
	list-style-type:none;
}

.intro_con_title {
	width: 94%;
	height: 26px;
	margin-top: 6px;
	margin-left: 6px;
	padding-top: 6px;
	padding-left:6px;
	font-size: 14px;
	color: #333333;
	background-color:#CCCCCC;
	border-left:solid 4px #666666;
}

.intro_con_table {
	margin: 12px;
}

.intro_con_table td{
	width: 25%;
	height: 30px;
	padding-top: 8px;	
	padding-left: 8px;
}

.checked {
	color: #333333;
	font-weight:bold;
}

.nochecked {
	color: #999999;
}

.intro_detail_block {
	width: 300px;
	height: auto;
	float: right;
	background-color:#FFFFFF;
	border:solid 1px #666666;
}

.intro_detail_title {
	width: 292px;
	height: 28px;
	padding-top: 8px;
	padding-left:8px;
	font-size: 16px;
	color: #FFFFFF;
	background-color:#333333;
}

.intro_detail_subtitle {
	width: 92%;
	height: 26px;
	margin-top: 6px;
	margin-left: 6px;
	padding-top: 6px;
	padding-left: 6px;
	font-size: 14px;
	color: #333333;
	background-color:#CCCCCC;
	border-left:solid 4px #666666;
}

.intro_detail_subblock {
	width: 92%;
	margin-left: 6px;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.intro_detail_price {
	width: 92%;
	text-align:right;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 18px;
	font-weight: bold;
	color: #CC3300;
}

.intro_detail_img {
	width: 92%;
	margin-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align:center;
}

.con_carinfo_block {
	position:relative;
	width: 740px;
	height: auto;
	margin:0 auto;
}

.con_carinfo_title {
	position: relative;
	width: 170px;
	height: 60px;
	padding-right: 6px;
	padding-bottom: 6px;
	float: left;	
}

.con_carinfo_text {
	position:relative;
	width: 450px;
	padding:6px;
	float:left;
}

#carinfo_img_top {
	position:relative;
	width: 640px;
	height: auto;
	max-height: 480px;
}

#slider_nav ul li{
	position:relative;
	width: 64px;
	height: auto;
	float:left;
}






