/* 首頁 =====================================================*/
.type0 {/*首頁bg*/ 
	background: url(../images/bg.jpg) no-repeat center center fixed;
	background-size: cover; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.main h1 {/*首頁logo*/
	background: url(../images/logo.png);
	height: auto;
	margin-bottom: 0px;
	text-indent: -9999px;
	width: 500px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.main h1 a {
	display: block;
	height: auto;
}

footer {/*首頁footer*/  
	color: #666; 
	margin: 0 0; 
	width: 950px;
}
.footerP {/*內頁footer*/  
	border-top: #999 1px solid; 
	color: #666; 
	padding-top: 15px; 
	margin: 0 0; 
	width: 990px;
}

/* 內頁 =====================================================*/
.picture {/*內頁圖區*/
	margin-top: 0px; 
	height: 150px; 
	width: 100%;
	
    background: url(../images/bg.jpg) no-repeat center center fixed;
	background-size: cover; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.pictureWin {  margin: 0 auto; width: 990px;}
.picture h1 {/*內頁logo*/ 
	background: url(../images/logo.png);
	height: 150px;
	margin-bottom: 0px;  
	text-indent: -9999px;
	width:500px;
}
.picture h1 a { display: block; height: 150px; }
