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

body {
	margin: 0px 0px;
	padding-top: 35px;
	font-family: "微軟正黑體", Arial;
}
img{border: none;}


/*首頁設定*/
.home_all{/*首頁總外框*/height: auto; width: 890px; text-align: center; margin: 0px auto;}
div#home_top{height: 54px;}
div#home_logo {/*LOGO框*/width: 176px; float: left;}
div#home_sale{/*特賣外框*/width: 335px; float: right;}
div#home_sale a{/*特賣外框*/
	float: right;
	display: block;
	margin-right: 7px;
	margin-top: 8px;
}	
	
	
/*主選單框*/	
#home_menu{
	width: 100%;
	height: 41px;
	z-index: 1000;}
#home_menu ul{margin:0px auto; padding: 0px; }
#home_menu li{
	float:left;
	background-image: url(images/menu_03.gif);
	background-repeat: repeat-x;
	list-style: none;}
#home_menu a{
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 41px;
	color: #3e3a39;
	font-weight: bold;
	text-decoration: none;
	width: 174px;}

#home_menu  A:link, #home_menu  A:active, #home_menu  A:visited{color: #3e3a39; text-decoration: none;}
#home_menu  A:hover {color: #c30d24; text-decoration: none;}
	
#home_menu_02{/*主選單框-英文字型*/font-size: 80%;}
#home_menu_02  A:link, #home_menu_02  A:active, #home_menu_02  A:visited{color: #3e3a39; text-decoration: none}
#home_menu_02  A:hover {color: #c30d24; text-decoration: none}
/*主選單框-end*/	


.home_b{/*首頁all橫式間隔*/height: 20px; width: 100%;}
.home_main_map{/*首頁主圖輪播*/height: 257px; width: 100%; padding:6px 0px;}
.home_main_map ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 257px;
	width: 890px;
	overflow: hidden;
}
.home_main_map li{
	height: 257px;
	width: 890px;
	list-style-type: none;
}

/*首頁_最新消息+產品系列*/
.home_new_product{width: 100%; height:175px; position: relative;}
/*首頁_最新消息+產品系列_標題字*/
.home_new_title , .home_product_title{
	font-size: 16px;
	font-weight: bold;
	color: #141414;
	text-align: left;
	line-height: 28px;}
	
#home_new_title{
	float: left;
	width:266px;
	height:auto;}
	
.home_new_txt{/*最新消息_內文字*/
	border: 1px solid #e6e6e6;
	padding: 4px;
	height: 126px;
	overflow: hidden;
	position: relative;
	text-align: left;
}
.home_new_txt ul{
	vertical-align: top;
	list-style-type: none;
	position: relative;
	text-align: left;
	width: auto;
	margin: 0px;
	padding: 0px;
}
.home_new_txt li{
	text-align: left;
	font-size: 13px;
	line-height: 14px;
	color: #414141;
	border-bottom: 1px dotted #eeecec;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(images/new.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	position: relative;
	padding-left: 25px;
	margin: 0px;
}
	
.home_new_txt  A:link, .home_new_txt  A:active, .home_new_txt  A:visited{color: #414141; text-decoration: none}
.home_new_txt  A:hover {color: #b10000; text-decoration: none}
/*最新消息-end*/


/*產品系列*/   
#home_product{
	margin-top: 0px;
	position: relative;
	height: auto;
	width: 579px;
	float: right;
}
	
.home_prod , .home_prod ul{margin:0px auto; padding: 0px;}	
.home_prod li{
	list-style-type: none;
	padding-bottom: 4px;
	height:24px;}

.home_product_01{
	position: relative;
	width: 141px;
	float: left;
	margin-right: 5px;
}/*進口超耐磨地板*/
.home_product_02{
	position: relative;
	width: 141px;
	float: left;
}/*傳統木地板*/
.home_product_03{
	position: relative;
	width: 141px;
	float: left;
}/*塑膠地板/地毯*/
.home_product_04{
	position: relative;
	width: 141px;
	margin-left: 5px;
	float: right;
}/*客製化地板*/
/*產品系列-end*/ 
	
/*版權*/
.copyright_01{
	border-top: 1px  solid #cfcfcf;
	border-right: 1px  solid #cfcfcf;
	border-left: 1px  solid #cfcfcf;
	width:100%;
	height:29px;}
.copyright_01 ul{
	margin:0px auto;
	list-style-type: none;}
.copyright_01 li{float: right; margin:5px 10px 0px 3px;}
.copyright_01 a{
	margin:0px 7px;
	font-size: 13px;
	color: #4b4b4b;
	text-align: center;
	text-decoration: none;}	
.copyright_01  A:hover {color: #b10000; text-decoration: none}
.copyright_02{
	width:100%;
	height:30px;
	font-size: 11px;
	line-height: 18px;
	color: #7f7f7f;
	text-align: center;
	padding-top: 20px;}
/*版權-end*/
