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

body{
	background-repeat: repeat-x;
}

/*--最外層--*/
#WRAPPER{width: 1024px;
	margin:0 auto;
	padding:0 ;}
	
/*----主選單---*/
#Header{background-color: #78797b ;
	width: 1024px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	
}

#Header img{
	position: absolute;
	left: 128px;
	top: 1px;
}

#Header ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	right: 150px;
	
	
}

#Header li{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	
	
}

#Header li a{
	display: block;
	width: 80px;
	height: 20px;
	text-align: center;
	padding-top: 60px;
	text-decoration: none;
	color: #ffffff;
	
}
#Header li a:hover{
	 background-color:#990000; height:20px;
	 }

/*---次選單---*/
#MAIN{float:left; margin:0; padding:0; width:224px; padding-top:15px; background-color:#f7f7f7;  }
#MAIN ul{ color#333333; padding-right:10px}
#MAIN li{display:block; list-style-type:none;line-height:20px; font-size:10px}
#MAIN li a{ text-decoration:none; }
#MAIN li a:hover{padding-right:5px;}


/*----內容區----*/
#CONTENT{  width:800px;  padding-top:0px; margin-right:0; float:right; background-image: url(images/bk-3.jpg);	}
#CONTENT h1{padding-left:50px; font-size:16px; color:  #333333; font-weight: bold; }
#CONTENT p{ padding-left:50px; padding-right:50px; padding-top:0px; font-size:12px; line-height:20px;}
#CONTENT a{ text-decoration:none}
	
#CONTENT img{}
	
	
/*---產說---*/
#Ah2{width:710px; height:350px; padding-top:15px; margin:0 auto; }
#Ah2 img{float:left; }
#Ah2 h2 {font-size:14px; color:#000066}

/*----頁尾----*/

#Bottom{
clear:both;
	width: 100%;
	height:auto;		
	font-size:11px;
	background-color:#CCCCCC
	
	}
#Bottom h1{font-size:10px;
	padding-left: 170px; font:Arial, Helvetica, sans-serif; font-weight:normal; padding-top:10px}