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

body{
	background-image:url(images/background_02.gif),url(images/background_04.gif),url(images/background_01.gif);
	background-position:top, bottom, top;
	background-repeat:repeat-y, repeat-x, repeat;
	background-attachment:fixed;
}
img{
	border:none;
}
.img_left{
	margin:15px;
	float:left;
}
.log{
	z-index:3;
	background-image:url(images/log.png);
	background-repeat:no-repeat;
	position:fixed;
	left:50%;
	margin-left:-440px;
	top:25px;
	width:230px;
	height:95px;
}
.content{
	z-index:2;
	width:500px;
	position:relative;
	top:230px;
	left:50%;
	margin-left:-360px;
	padding-bottom:100px;
	font-family:"微軟正黑體", arial;
	font-size:15px;
	color:#1D1D1D;
	line-height:20px;
	text-shadow:1px  1px  1px  #FFFFFF;
}
.w_content{
	padding-top:35px;
	padding-left:20px;
	font-family:"微軟正黑體", arial;
	font-size:14px;
	color:#666666;
}
.word{
	z-index:3;
	width:160px;
	height:76px;
	position: fixed;
	bottom:0%;
	margin-bottom:40px;
	left:50%;
	margin-left:-370px;
	background-image:url(images/word.png);
	background-repeat:no-repeat;
	font-family:"微軟正黑體", arial;
}
.link{
	z-index:3;
	width:160px;
	height:76px;
	position: fixed;
	bottom:0%;
	margin-bottom:40px;
	left:50%;
	margin-left:-190px;
	background-image:url(images/link.png);
	background-repeat:no-repeat;
}

.w_content a:link{
	color:#666666;
	text-decoration:none;
}
.word a:hover{
	color:#CC0000;
	text-decoration:none;
}
.link a:hover{
	color:#099;
	text-decoration:none;
}

.top{
	z-index:2;
	width:904px;
	height:279px;
	position:fixed;
	top:0%;
	left:50%;
	margin-left:-452px;	
	background-image:url(images/pic002.png);
	background-repeat:no-repeat;
}
.colorround{
	z-index:1;
	width:118px;
	height:101px;
	position: absolute;
	top:260px;
	left:50%;
	margin-left:-410px;
	background-image:url(images/pic004.png);
	background-repeat:no-repeat;
	}
.bottom{
	z-index:2;
	width:904px;
	height:17px;
	position:fixed;
	bottom:0%;
	margin-bottom:30px;
	left:50%;
	margin-left:-452px;	
	background-image:url(images/pic003.png);
	background-repeat:no-repeat;
}
.bottom2{
	z-index:3;
	width:100%;
	height:30px;
	position:fixed;
	bottom:0%;
	left:0%;
	background-image:url(images/background_03.gif);	
	background-repeat:repeat;
}
.bottom3{
	z-index:1;
	width:450px;
	height:500px;
	position:fixed;
	bottom:0%;
	left:50%;
	margin-left:-5px;
	margin-bottom:+35px;
	background-repeat:no-repeat;
	background-position:bottom right;
	filter:Alpha(Opacity=80, FinishOpacity=80, Style=2); /* IE */
-moz-opacity:0.9; /* Moz + FF */
opacity:0.9; /* CSS3 */

	}
	
.T1{
	font-size:22px;
	font-weight:600;
	color:#FF6600;
}
.T2{
	font-size:18px;
	font-weight:600;
	color:#096;
}
.T3{
	font-size:13px;
	color:#999;
}
	
