

/* contents */
.contents {
	position:relative;		
	float:left;
	margin-top:7px;
}
.banner_zone {
	float:left;
}
.banner_zone li{
	float:left;
}
.banner_zone .location a, .banner_zone .inquiry a, .banner_zone .data_room a {
	width:129px;
	height:54px;
	display:block;
	background:url('../img/index/banner_bt01.jpg') no-repeat left top;
	color:#cce5f0;
	line-height:54px;
	padding-left:108px;
	font-weight:bold;
	transition: all 0.2s ease-out 0s;
}
.banner_zone .location a:hover {
	background:url('../img/index/banner_bt01.jpg') no-repeat left bottom;
}
.banner_zone .inquiry a {
	background:url('../img/index/banner_bt02.jpg') no-repeat left top;
}
.banner_zone .data_room a {
	background:url('../img/index/banner_bt03.jpg') no-repeat left top;
}
.banner_zone .inquiry a:hover {
	background:url('../img/index/banner_bt02.jpg') no-repeat left bottom;
}
.banner_zone .data_room a:hover {
	background:url('../img/index/banner_bt03.jpg') no-repeat left bottom;
}
.contact {
	background:url('../img/index/contact_bg.jpg') no-repeat;
	width:249px;
	height:44px;
	padding:10px 0 0 40px;
	color:#fff;
}
.contact strong{
	font-size:14px;
}

.best_pro {
	float:left;
	width:954px;
	height:258px;
	padding:41px 23px 0;
	background:url('../img/index/product_bg.gif') no-repeat;
}
.best_pro dl{
	width:450px;
	height:118px;
	float:left;
}
.best_pro01, .best_pro03 {
	margin-right:53px;
}
.best_pro03, .best_pro04 {
	margin-top:20px;
}

.best_pro dt {		
	float:right;	
	width:305px;
	padding-top:5px;
}
.best_pro dt a{
	display:block;
	font-size:12px;
	color:#18749e;
	font-weight:bold;
}
.best_pro dd {
	float:right;
	width:305px;	
}
.best_pro .txt {
	padding-top:7px;
}
.best_pro .txt a{
	color:#242424;
	line-height:130%;
}
.pro_img {
	float:left;
}


