@charset "utf-8";
/* CSS Document */
div#header{
	display:none;
}
div.left_content{
	display:none;
	width:0;
	float:none;
	
}
div.right_content{
	clear:both;
	float:left;
}
div.right_content table{
	width:98%;
}


