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

body{
	background-repeat: repeat-x;
}

/*--最外層--*/
#WRAPPER{width: 1024px;
	margin:0 auto;
	padding:0 ;}
	
/*----主選單---*/
#Header{background-color: #78797b ;; background-image:url(images/topbackimage.jpg);
	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; width:224px; padding-top:15px; background-color:#f7f7f7; background-image:url(images/contentbackimage.jpg); background-position:left; }
#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:15px; margin-right:0; float:right; background-image: url(images/bk-3.jpg);	}
#CONTENT h1{ margin-top:10px; margin-bottom:10px; padding-left:50px; font-size:12px; color:#990000; font-weight:normal; }
#CONTENT p{margin:0; padding-left:50px; padding-right:50px; padding-top:0px; font-size:12px; line-height:20px;}
#CONTENT a{ text-decoration:none}
	
#CONTENT img{ margin:0; 
	}
	
/*---產說---*/
#Text{width:650px; padding-top:15px; margin:0 auto; background-color:#D8D0E8}
#Text p{ padding-top:0px; font-size:12px; line-height:20px;}
		
	
	
/*----頁尾----*/

#Bottom{
clear:both;
	width: 100%;
	height:auto;		
	font-size:11px;
	background-color:#CCCCCC; background-image:url(images/topbackimage.jpg);
	
	}
#Bottom h1{font-size:10px;
	padding-left: 170px; font:Arial, Helvetica, sans-serif; font-weight:normal; padding-top:10px}