@charset "utf-8";

#Table_01 {
	position:relative;
	width:750px;
	float: right;
	border: 2px solid #FFFFFF;
	top: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #006699;
}
.header {
	width: 100%;
	float: left;
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}



.article_container {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.article_image {
	width: 150px;
	float: left;
	text-align: center;
}


.article_body {
	width: 550px;
	float: left;
	margin-left: 10px;
}
.article_image  img {
	border: 1px solid #FFFFFF;
}

