@charset "utf-8";
/* CSS Document */

#index {
	padding: 0;
	}

/*--------------------------------------------------------------------
主要視覺
--------------------------------------------------------------------*/
#index #visual {
	margin: 0 0 5px 0;
	width: 980px;
	height: 260px;
	overflow: hidden;
	}


/*--------------------------------------------------------------------
產品按鈕
--------------------------------------------------------------------*/
#btn_products {
	margin: 5px 0 20px 0;
	}

#btn_products div {
	background: url(../../images/index/products_bg.gif) repeat-x 0 0;
	width: 980px;
	height: 80px;
	}

#btn_products div img {
	vertical-align: bottom;
	}

#btn_products div h3 {
	float: left;
	}

#btn_products div a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}

#btn_products div ul li {
	float: left;
	}

#btn_products .upper {
	border-bottom: 1px solid #dddddd;
	}

#btn_products .downer {
	border-top: 1px solid #fff;
	}


/*--------------------------------------------------------------------
2列產品排列
--------------------------------------------------------------------*/
#index_wrap {
	clear: both;
	}

#index_wrap .left {
	float: left;
	width: 720px;
	}

#index_wrap .right {
	float: right;
	width: 240px;
	}

#index_wrap .center {
	float: center;
	width: 980px;
	}


	
/*--------------------------------------------------------------------
新產品開發
--------------------------------------------------------------------*/
#new_produts {
	margin: 0 0 20px 0;
	}

#new_produts table {
	width: 720px;
	}

#new_produts table th,
#new_produts table td {
	font-size: 110%;
	font-weight: bold;
	border: 1px solid #dddddd;
	width: 360px;
	}

#new_produts table td a {
	display: block;
	padding: 10px 10px 10px 10px;
	border: 2px solid #fff;
	font-size:14px;
	color: #000;
	text-decoration: none;
	/* background: url(../../images/index/new_produts_bg_off.gif) repeat-x 0 bottom; */
	}

#new_produts table td a:hover {
	color: #F69;
	background: url(../../images/index/new_produts_bg_on.gif) repeat-x 0 bottom;
	}

#new_produts table td img {
	padding: 0 8px 1px 0;
	vertical-align: middle;
	}
	

/*--------------------------------------------------------------------
新聞
--------------------------------------------------------------------*/
#news {
	margin: 10px 0 0px 0;
	}

#news ul li a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
	
	
/*--------------------------------------------------------------------
新聞-1
--------------------------------------------------------------------*/
#news-1 {
	margin: 0 0 10px 0;
	}

#news-1 ul li a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}


/*--------------------------------------------------------------------
側邊選單
--------------------------------------------------------------------*/
#side ul li {
	margin: 0 0 6px 0;
	}

#side ul li img {
	vertical-align: bottom;
	}

#side ul li a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
