@charset "utf-8";
/* CSS Document */
/*＝＝＝＝＝＝＝＝＝＝＝Banner＝＝＝＝＝＝＝＝＝*/	
#Wrapper #Banner{
	background-image:url(../images/box/box_3_04.gif);
	width:1020px;
	height:119px;
}
	
	
/*＝＝＝＝＝＝＝＝＝＝＝單元名稱＝＝＝＝＝＝＝＝＝*/	
	
#Wrapper #Title{
	background-repeat:no-repeat;
	width:1005px;
	height:53px;
	padding-top:70px;
	/*padding-left:800px;*/
	padding-right:15px;
	text-align:right;
	background-image: url(../images/box/box_3_05.gif);
	}
	
#Wrapper #Title a{
	color:#666;
	text-decoration:none;
	}
	
#Wrapper #Title a:hover{
	text-decoration:underline;}
	
/*＝＝＝＝＝＝＝＝＝＝＝內文＝＝＝＝＝＝＝＝＝*/

#Wrapper #Content{
	overflow:hidden;
	}
	
#Wrapper #Content .Sidebar{
	float:left; /*只要加上float:left 上一層要加overflow:hidden; 下一層clear:both*/
	width:73px;
	margin-left:88px;
	
	}
	
#Wrapper #Content .Sidebar ul{
	}

#Wrapper #Content .Sidebar li{
	margin-bottom:5px;
	}
	
#Wrapper #Content .Sidebar li.bar1{
	}
	
#Wrapper #Content .Sidebar li.bar1 a{
	display:block;
	background-image:url(../images/box/box_3.gif);
	width:59px;
	height:128px;
	
	}
	
#Wrapper #Content .Sidebar li.bar1 a:hover{
	background-image:url(../images/box/box_1_05.gif)
		}
	
#Wrapper #Content .Sidebar li.bar2{
	}

#Wrapper #Content .Sidebar li.bar2 a{
	display:block;
	background-image:url(../images/box/box_2.gif);
	width:59px;
	height:128px;
	}
	
#Wrapper #Content .Sidebar li.bar2 a:hover{
	background-image:url(../images/box/box_1_11.gif);
	}

#Wrapper #Content .Sidebar li.bar3{
	}

#Wrapper #Content .Sidebar li.bar3 a{
	display:block;
	background-image:url(../images/box/box_1.png);
	width:59px;
	height:164px;
	}
	
#Wrapper #Content .Sidebar li.bar3 a:hover{
	background-image:url(../images/box/box_1_13.png);
	}
	
#Wrapper #Content .Sidebar li.bar4{
	}

#Wrapper #Content .Sidebar li.bar4 a{
	display:block;
	/*background-image:url(../images/box/box_1_14.gif);*/
	background-image:url(../images/box/box_1_14_over.gif);
	width:59px;
	height:128px;
	}
/*	
#Wrapper #Content .Sidebar li.bar4 a:hover{
	background-image:url(../images/box/box_1_14_over.gif);
	}
*/

#Wrapper #Content .Main{
	float:right;
	/*width:859px;*/
	width:800px;	
	padding:5px 25px 5px 0px;
	margin-right:10px;
	}
	
#Wrapper #Content .Main h1{
	background-image:url(../images/box/title4.gif);
	width:197px;
	height:40px;
	margin-bottom:10px;
	}

#Wrapper #Content .Main h2{
	font-size:18px;
	font-family:"細明體", "微軟正黑體", Arial, Helvetica, sans-serif ;
	color:#c7000b;
	margin-top:35px;
	margin-bottom:20px;
	}
	
#Wrapper #Content .Main .add{
	width:650px;
	padding-left:30px;
	margin-top:20px;
	font-size:13px;
	color:#666;
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
	
	}
	
#Wrapper #Content .Main .add a{
	color:#c7000a;}
	
#Wrapper #Content .Main h4{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666;
	text-indent:0px;
	}

#Wrapper #Content .Main h5{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#c7000a;
	text-align:left;
	line-height:2;
	}	

#Wrapper #Content .Main .text{
	padding-bottom:20px;
	margin-bottom:20px;
	margin-top:30px;
}

#Wrapper #Content .Main .text table{
	padding:5px;
	
	}
	
#Wrapper #Content .Main .text tr{
	text-align:center;
	}
	
#Wrapper #Content .Main .text td{
	text-align:left;
	padding:8px;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #999;
	}
	
#Wrapper #Content .Main .text td a{
	display:block;
	text-align:15px;
	text-decoration:none;
	color:#fff;
	background-color:#c7000a;
	text-align:center;
	width:100px;
	height:40px;
	line-height:40px;
	border-radius:5px;
	margin:0 auto;
	}
	
#Wrapper #Content .Main .text td a:hover{
	background-color:#900;
	}
	
#Wrapper #Content .Main .text td.header{
	text-align:center;
	font-size:15px;
	color:#c7000a;
	background-color:#e1e1e1;
	}	
#Wrapper #Content .Main p{
	font-size:13px;
	font-family:"細明體", "微軟正黑體", Arial, Helvetica, sans-serif ;
	color:#666;
	line-height:1.4;
	}
	
#Wrapper #Content .Main .top{
	margin:20px 0 0 0;
	/*clear:both;*/}


#Wrapper #Content .Main .top a{
	display:block;
	background-image:url(../images/about/top.png);
	width:41px;
	height:25px;
	}
