@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	background-image: url(../images/lin.png);
	background-repeat: repeat;
	}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
} 
a:active, a:hover {
	color: #CC0000;
	font-weight: bold;
}

#container {
	margin: auto;
	width: 1000px; /*WX(父box)將所有子box的div對其最長*/
	clear: left;
	background-image: url(../images/bg_line.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#t_banner {
	width: 1000px;
	overflow: hidden;
	background-color: #FFFFFF;
}
#t_menu {
	width: 1000px;
	overflow: hidden;
	background-color: #FFFFFF;
}


#content {
	width: 1000px;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/c_bg.jpg);
	overflow: hidden;
}

#footer {
	width: 1000px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/index_04.jpg);
	height: 71px;
	overflow:hidden;
	float: left;
}

#footer_word {
	width: 900px;
	text-align: center;
	text-align: center;
	padding-left: 50px;
	color: #333333;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	padding-right: 50px;
}


#footer a{
	font-weight: normal;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}
#footer a:hover {
	font-weight: normal;
	color: #CC0000;
}

#left_b {
	width: 186px;
	float: left;
	background-image: url(../images/bg_line.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin-bottom: -100%;
	padding-bottom: 100%;
}

.index_box01 {
	height: 81px;
	width: 337px;
	float: left;
	background-color: #FFFFFF;
}
.index_box02 {
	height: 81px;
	width: 323px;
	float: left;
	background-color: #FFFFFF;
}
.index_box03 {
	height: 81px;
	width: 340px;
	float: left;
	background-color: #FFFFFF;
}

