@import url("style.css");
/***** global setting *****/
#index_container {
	/*margin: auto;
	width: 1002px;*/
	background-color:#FFFFFF;
	overflow: hidden;
	text-align: left;
	background: url(../images/index_bg.jpg) left top repeat-x;
}
/**** header setting ****/
#index_header {
	/*/*background:url(../images/header_bg.jpg) no-repeat;
	height: 780px; width:1002px; /*position:relative;
	text-align: left;*/
}
/**** 中間區塊設定  ****/
#index_content {
	display:block;
	width:100%;
	text-align: left;
	}
.index_main{
	margin:10px; 
	overflow:hidden;
	}
#index_maincontent {
}
/***中間標題***/
#idxMsgTitle, #idxProTitle {
	width:273px;
	height:160px;
	margin-bottom:10px;
	background:url(../images/news_title.jpg) left top no-repeat;
	text-indent:99999px;
	overflow:hidden;
	display:block;	
	
	}
.index_more{
	display:block;
	/*background:url(../images/but_bg.jpg) no-repeat;*/
	float:right;
	width:59px;
	height:21px;
	text-align:center;
	}
	
	
.com_title{ 
    width:273px;
	height:160px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	margin-bottom:10px;
	background:url(../images/com_title.jpg) left top no-repeat;	
	}

.contact_title{
	width:273px;
	height:160px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	margin-bottom:10px;
	background:url(../images/contact_title.jpg) left top no-repeat;
	}		
	
	
	
/***首頁訊息輪播***/
.index_msg{
	border-left: 0;
	width:273px;
	float:left;
	margin-left:40px;
	margin-right:60px;
	padding:0;
	
	}
#index_msg_ul{
	padding-left: 15px;
    padding-right: 15px;

	}
#index_msg_ul li{
	background:url(../images/arrow.gif) no-repeat 0 7px;
	font-size: 105%;
	list-style-type:none;
	}
/***首頁產品輪播***/
.index_pro{
	width:400px;float:left;
	}
#index_prod_ul{
}
#index_prod_ul li{
	margin:0 14px 0 0;
}
#index_prod_ul li img{
	width:90px;
	}
#index_prod_ul .index_more{
	margin-top: 10px;
	}

/***  側欄設定 ****/
#index_sidebar {
	display:none;
	}
/***** 頁尾設定 *****/
.index_str_content{float:left;}
.index_com{ width:273px; float:left; margin-right:60px;}
.index_com p{ padding-left:25px;}
.index_contact{ width:273px; float:left;}
.index_contact p{ padding-left:30px;}




#index_footer { 
	clear: both; font-size:95%; background:url(../images/index-footer_bg.jpg) no-repeat;
	padding:30px 30px 0px 0px; *padding:10px 30px 0px 0px;
	_display: inline-block; /*  IE 6 */
}

.com-info{height:70px;}
.banner_index{ background:url(../images/index_banner_bg.jpg) left top no-repeat;height:439px; width:1000px; overflow:hidden;}