body{
	position:relative;
	margin:0px;
}


	#topTitleBack{
		position:relative;
		min-height:640px;
		min-width:1050px;
		background-image:url(./image/TopBGI.jpg);
		background-repeat:no-repeat;
		background-position:20% 30%;
		background-size:100%;
	}
	
	#menuValue{
		position:relative;
		width:1050px;
		margin:0px auto;
		font-size:18px;
		padding:10px 0px 0px 0px;
		color:#ffffff;
	}
	
	#topMenu{
		position:relative;
		min-height:50px;
		min-width:1050px;
		background-color:#00aa00;
	}
	
	#subPageTitleBack{
		position:relative;
		min-height:180px;
		height:180px;
		min-width:1050px;
		background-image:url(./image/SubPageTitle.jpg);
		background-repeat:no-repeat;
		background-position:center top;
		background-size:100%;
	}

	#topTitleContainer{
		position:relative;
		min-height:640px;
		width:1050px;
		margin:0 auto;
	}

	#subPageTitleContainer{
		position:relative;
		min-height:180px;
		min-width:1050px;
		width:1050px;
		margin:0 auto;
	}

	#valueTable1{
		position:relative;
		margin:0 auto;
		width:1050px;
		text-align:center;
		margin-bottom:50px;
	}

	#BottomContainer{
		position:relative;
		background-color:#00aa00;
	}

	#BottomContainerValue{
		position:relative;
		min-height:180px;
		min-width:1050px;
		margin:0px auto;
	}
	#bottomValueLine{
		position:absolute;
		min-height:1px;
		background-color:#ffffff;
		top:20px;
		width:100%;
	}

	#Copy{
		background-color:#008800;
		text-align:center;
		color:#ffffff;
		min-width:1050px;
	}


/* 高解像度 */
@media screen and (min-width:781px){
	
	.pcView{
		display:block;
	}
	.mobileView{
		display:none;
	}
	
}

/* 低解像度 */
@media screen and (max-width:780px){
	
	.pcView{
		display:none;
	}
	.mobileView{
		display:block;
	}
	
	
}
