/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color:#F1F0DE;
}
*{
	font-size:13px;
}
a:link {
	font-size: 13px;
	text-decoration: none;
	color:#201E09;
}
a:visited{
	font-size: 13px;
	text-decoration: none;
	color: #56511D;
}
a:active{
	font-size: 13px;
	text-decoration: none;
	color: #993300;
}
a:hover{
	font-size: 13px;
	text-decoration: none;
	color: #993300;
}

.mbody{
	width:920px;
	background-color:#F1F0DE;
	overflow:auto;
}
.company{
	width:270px;
	height:150px;
	background-image:url(images/main_r1_c1.jpg);
	float:left;
}
.banner{
	width:650px;
	height:235px;
	background-image:url(images/main_r1_c3.jpg);
	background-repeat:no-repeat;
	float:left;
}
.menu{
	width:200px;
	height:630px;
	background-image:url(images/main_r2_c1.jpg);
	background-repeat:no-repeat;
	clear:both;
	float:left;
	position: absolute;
	top: 150px;
	left: 0px;
}
.space{
	float:left;
	position: absolute;
	top: 150px;
	left: 200px;
	width:70px;
	height:85px;
	background-image:url(images/main_r2_c2.jpg);
	background-repeat:no-repeat;
}
.content{
	position: absolute;
	top: 235px;
	left: 200px;
	width:720px;
	float:left;
}
.paragraph {
	text-indent:30px;
	letter-spacing:2px;
	line-height:20px;
}
.subject{
	width:720px;
	height:45px;
	background-image:url(images/main_r3_c2.jpg);
	background-repeat:no-repeat;
}
.produce_title {
	text-align:center;
	padding-top:5px;
	padding-bottom:30px;
	letter-spacing:2px;
}
.produce {
	border: medium double #B5B486;
	width:500px;
	margin:auto;
}


/* 產業訊息 */
.message_box{
	width:670px;
	margin:auto;
}
.message_head{
	height:30px;
	background-image:url(images/message_box_r1_c1.jpg);
	background-repeat:no-repeat;
	text-align:right;
	padding-right:20px;
	padding-top:10px;
}
.message_content{
	background-image:url(images/message_box_r2_c1.jpg);
	background-repeat:repeat-y;
}
	.message_list{
		background-image:url(images/message_bg.gif);
		background-repeat:no-repeat;
		width:656px;
		height:18px;
		margin:auto;
		text-indent:25px;
		letter-spacing:1px;
		padding-top:7px;
	}
		.message_subject{
			width:540px;
			float:left;
		}
		.message_date{
			width:100px;
			float:left;
			text-align:right;
		}
.message_bottom{
	height:15px;
	background-image:url(images/message_box_r4_c1.jpg);
	background-repeat:no-repeat;
	margin-bottom:15px;
}
/* 產品瀏覽 */
.product_box{
	width:670px;
	margin:auto;
}
.product_head{
	height:37px;
	background-image:url(images/product_box_r1_c1.jpg);
	background-repeat:no-repeat;
	text-align:right;
	padding-right:20px;
	padding-top:10px;
}
.product_content{
	background-image:url(images/product_box_r2_c1.jpg);
	background-repeat:repeat-y;
}
	.product_list{
		width:630px;
		margin:auto;
	}
	.product_image{
		width:100px;
		margin:10px;
		text-align:center;
		float:left;
	}
.product_bottom{
	height:15px;
	background-image:url(images/product_box_r4_c1.jpg);
	background-repeat:no-repeat;
	margin-bottom:15px;
}
/**/
.line{
	background-image:url(images/line.jpg);
	background-repeat:no-repeat;
	clear:both;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width:693px;
	height:8px;
}
.footer{
	padding:5px;
	text-align:center;
	line-height:20px;
	letter-spacing:0.1em;
	color:#46451E;
}
