/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif, "細明體";
	font-size:12px;
	color:#000;
	margin:0;
}

.all{
	width:1000px;
	margin:0 auto;
}

.top_img{
	width:1000px;
	float:left;
}
.top_img img{
	display:block;
}

.nav_box{
	width:1000px;
	float:left;
}

.warp{
	width:1000px;
	float:left;
}
.left{
	width:55px;
	float:left;
}
.center{
	width:620px;
	float:left;
	height:1295px;
	background:url(../images/c_bottom.jpg) no-repeat #ffffdf bottom;
	text-align:center;
}
.center img{
	display:block;
}
.center table{
	border-left:1px solid #c0c0c1;
	border-right:1px solid #c0c0c1;
	width:600px;
	background:#FFF;
	color:#525252;
	margin:0 auto;
}
.center table td{
	border-right:1px solid #808080;
}
.center .no_td_border{
	border:0;
}
.center table span{
	color:#00bb7b;
	font-weight:bold;
	display:block;
	margin-top:5px;
	*margin-top:3px;
}
.center .td_pad{
	padding-left:6px;
}

/*list center style*/

.list_center{
	height:1017px;
	background:url(../images/list_c_bottom.jpg) no-repeat #ffffdf bottom;
}
.list_center img{
	float:left;
}
.list_center table{
	border:0;
	width:575px;
	background:transparent;
	border:1px solid #bcbcbc;
	color:#000000;
	font-size:13px;
}
.list_center table span{
	font-size:12px;
	color:#666;
	font-weight:lighter;
}
.list_center table td{
	border-right:1px solid #bcbcbc;
	border-bottom:1px solid #bcbcbc;
	padding:7px 8px 4px 8px;
	*padding:9px 8px 6px 8px;
}
.list_center .no_right_border{
	border-right:0;
}
.list_center .no_bottom_border{
	border-bottom:0;
}
.list_center table h3{
	color:#df0024;
	margin:0;
}
.l_center_bg{
	background:url(../images/list_c_bg.jpg) repeat-y;
	width:620px;
	float:left;
}
.pro_list_box{
	width:620px;
	float:left;
	background:url(../images/list_c_bg.gif) no-repeat top;
}
	

.right{
	width:325px;
	float:left;
}
.right img{
	display:block;
}


.footer{
	width:1000px;
	float:left;
}
.footer .left_box{
	width:525px;
	float:left;
}
.footer .right_box{
	width:475px;
	float:left;
	background:url(../images/footer_right.jpg) no-repeat;
	height:43px;
	padding-top:37px;
}


