@charset "utf-8";
/* CSS Document */

<style type="text/css">
	/* reset */
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea, p,blockquote,th,td{margin:0;padding:0}
	h4,h5,h6{font-size:100%;font-weight:400;border-style:none;margin:0;padding:0}
	address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}
	table{border-collapse:collapse;border-spacing:0;}
	fieldset,img{border:0}
	li{list-style:none}
	caption,th{text-align:left}
	a img{border:none}
	.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
	.clearfix { display: inline-block; }
	* html .clearfix { height: 1% }
	.clearfix {display:block;}
	.clear{clear:left}
	.hide{display:none}
	/* end reset */

	#main{ 
		margin:0px auto;
		padding:0px;
		width:100%;
	}

	#content_left{ 
		width:270px;
		position:relative;
		margin:10px;
		padding:5px 10px;
		float:left;
		border:solid 1px #cccccc;
	}

	#content_right{ 
		width:300px;
		position:relative;
		margin:0px 0px 0px 20px;
		padding:5px 10px;
		float:left;
		border:solid 1px #00f;
	}
</style>
