@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;}
	
#index{
	wigth: 1280px;
	height: 1024px;
	margin: auto;
	background-image: url(image/index-01.png);
	background-repeat: no-repeat;
}

#index a {
	font-size: 20px;
	text-decoration: none;
	color: #721f6e;
	font-family: "微軟正黑體";
	font-weight: bold;
	top: 430px;
	left:530px;
	position: absolute;}
	
#index a:hover{
	color:#F60;}

#WRA-top{
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(image/background-01.jpg);
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: repeat;
	background-attachment: fixed;
	}

#WRA{
	padding: 0;
	margin: auto;
	width: 1024px;
	text-align:center;}
	
#banner{
	width:1024px;
	height:300px;}

#navbar{
	width:1024px;
	height:40px;
	background-color:#721f6e;}

#navbar ul{
	margin:0;
	padding:0;}

#navbar ul li{
	list-style:none;
	display:inline;
	line-height:40px;
	margin-left:13px;
	margin-right:13px;}

#navbar ul li a{
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	font-family: "微軟正黑體";
}

#navbar ul li a:hover{
	color:#FFFF99;}
	
#article{
	clear: both;
	display: block;
	width: 1024px;
	background-image: url(image/banner-article-01.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.tittle{
	margin-top:20px;
	width:1024px;
	height:70px;}
	
#article h1{
	font-size: 20px;
	letter-spacing: 1.5px;
	color: #721f6e;
	text-align: center;
	margin-bottom: 30px;
	font-family: "微軟正黑體";
}

#article h3{
	font-size: 20px;
	letter-spacing: 1.5px;
	color: #721f6e;
	margin-bottom: 30px;
	font-family: "微軟正黑體";
}

.photo{
	float:left;
	width:390px;
	height:300px;
	margin:5px;}

h2{
	font-size: 15px;
	color: #999999;
	text-align: left;
}

.word{
	margin: auto;
	padding: 10px;
	width: 800px;
	}

.word2{
	margin: auto;
	padding: 10px;
	width: 800px;
	text-align: left;}

.word2 p{
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.5px;}

.word img{
	margin-left:10px;
margin-right:10px;
margin-bottem:10px;}

.word p{
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.5px;}

.word_news{width:350px;
margin-right:40px;
float:left;}
	
#footer{
	margin-top:100px;
	padding-top:10px;
	clear:both;
	width:100%;
	height:40px;
	background-color:#721f6e;}
	
#footer p{
	text-align:center;
	color:#FFF;
	font-size:0.8em;}
	
