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

#news-container, #news-container2, #news-container2 {
	position:relative;
	width:800px;
	height:600px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	top: 100px;
}

#news-container2 {
	top: 50px;
	
}

#head1   {
	position:absolute;
	width:800px;
	height:50px;
	z-index:1;
	background-color: #999999;
	margin-right: auto;
	margin-left: auto;
	left: -1px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	top: 500px;
}
#head2, #head4 {
	position:absolute;
	width:800px;
	height:50px;
	z-index:1;
	background-color: #999999;
	margin-right: auto;
	margin-left: auto;
	left: -1px;
	border: thin solid #000000;
}
#head3{
	position:absolute;
	width:800px;
	height:50px;
	z-index:1;
	background-color: #999999;
	margin-right: auto;
	margin-left: auto;
	left: -1px;
	border: thin solid #000000;
	top: 1100px;
}


#story3, #story1{
	position:relative;
	width:800px;
	height:500px;
	z-index:3;
	top: 151px;
	background-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	left: 899px;
	text-align: justify;
	text-indent: 5px;
	border: thin solid #000000;
}
#story2, #story4 {
	position:absolute;
	width:800px;
	height:20000px;
	z-index:4;
	top: 50px;
	left: -1px;
	background-color: #CCCCCC;
	text-indent: 15px;
	text-align: justify;
	white-space: normal;
	border: thin solid #000000;
}



h2 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	text-align: center;
	color: #000000;
}

p {
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-align: left;
	color: #000000;
	padding-left: 10px;
	padding-right:10px;
}

