@charset "utf-8";
/*整體性設定*/
body{
	margin:0;
	padding:0;
	font-family: Arial, "新細明體", sans-serif;
	background:url(../images/00首頁/index_r7_c38.jpg) ;
	text-align:center;
	width:1500px;
	/*height:auto;*/
}
a{
	text-decoration:none;
}
a:link ,a:visited {
}
a:hover{	
}
hr{
	border:1px solid #5488cc;
}
.flotleft{
	float:left;
}

.flotright{
	float:right;
}

.flotnone{
	float:none;
}

.clearboth{
	clear:both;
}

.clearleft{
	clear:left;
}

.clearright{
	clear:right;
}

.textleft{
	text-align:left;
}

.textcenter{
	text-align:center;
}

.textright{
	text-align:right;
}
/*整體設定END*/

#wrapper{
	width:1920px;
	height:auto;
	margin:0 auto;
	padding:0;
}

#top{
	height:93px;
	Width:821px;
	margin:0;
	padding:0 150px 0 12px;
}

#top-banner{
	height:200px;
	padding:0;
	margin:0;
	}
	
#main{
	width:1250px;
	padding: 0 0px 0 335px;
	margin:0 0;
	
	/*text-align:center;*/
	/*background:url(../images/內頁背景底圖-01.jpg) ;*/ /* IE6 IE7 */
    vertical-align:top;
}
 /* Firefox Chrome Safari IE8  */
#main:after {
  clear : left;
  content : '.';
  display : block;
  height : 0;
  overflow : hidden;
}


#footer{
	margin:0 auto;
	width:1920px;
	height:90px;
	/*text-align:center;*/
	background:url() no-repeat center;
	/*background:url(../images/footer.jpg) repeat-x center;*/
}

#footer-text{
	height:20px;
	line-height:20px;
	text-align:left;
}

#footer-text .style01{
	font-size:12px;
	font-family:"微軟正黑體", Arial, sans-serif;
	color:#797979;
	font-weight:bold;
}