@charset "utf-8";
/*首頁最外層*/
body{
	text-align: justify;
	text-justify:inter-ideograph;
	color:#000;
	letter-spacing:1px;
	line-height:180%;
}
#container {
	margin :0px auto 0px auto;
	width: 995px;
	height: auto;
	background:url(../images/bg_main.gif);
}
#container_2 {
	margin :0px auto 0px auto;
	width: 995px;
	height: auto;
	background:url(../images/bg_top.gif);
	background-repeat:no-repeat;
}
#main{
	height:auto;
	width:856px;
	margin:0px auto 0px auto;
}
#main_01{
	height:auto;
}
#main_02{
	background:url(../images/main_certer.gif);
	position:relative;
	width: 856px;
}
#main_02_2{	
	background-image: url(../images/left_bg.gif);
	background-repeat: repeat-y;
}
#main_03{
	height: auto;
}
#main_left{
	float:left;
	width:284px;
	height:auto;
}
#main_right{
	float:left;
	width:570px;
	padding-bottom:5px;
}
#copyright{
	padding-bottom:15px;
	width:856px;
	margin :0px auto 0px auto;
}

