	* {
		font-family: sans-serif;
		margin: 0;
		padding: 0;
	}
	.clear {
		clear: both;
	}
	.fwheader {
		top : 0px ;
		height : 40px ;
		width : 100% ;
		position : fixed ;
		background-color : #fbfbbb ;
		border-bottom : 2px solid #000000 ;
	}
	.fwfooter {
		bottom : 0px ;
		height : 30px ;
		width : 100% ;
		position : fixed ;
		background-color : #fbebbb ;
		box-shadow : 2px 2px 4px #000000 ;
	}
	.top-background {
		background-size : cover ;
		background-attachment : fixed ;
		background-position : top ;
		background-position-y : 42px ;
	}
	.article-mainbox {
		top : 0 ;
		max-width : 1160px ;
		margin : 55px 40px 0px 40px ;
	}
	.article-content {
		margin-top: 10px;
		margin-bottom: 10px;
		color: black;
		font-size: 16px;
		line-height: 1.75 ;
		text-align : left ;
	}
	.article-pictbox {
		height:384px ;
		width: 512px ;
		margin-left : 34px ;
		margin-right : 34px ;
		margin-top : 10px ;
		float : left ;
		background-size: 100% ;
		background-repeat: no-repeat ;
	}
	.article-pictbox-v {
		height:512px ;
		width: 384px ;
		margin-left : 98px ;
		margin-right : 98px ;
		margin-top : 10px ;
		float : left ;
		background-size: 100% ;
		background-repeat: no-repeat;
	}
	.jump-top {
		margin-right: 50px ;
		margin-bottom : 50px ;
		float: right ;
		float: bottom ;
	}
