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


#main {
	/*border:solid 1px;*/
	width:100%;
	position:relative;
}
#main .header {
	background-color:#F60;
	font-weight:bold;
	color:#FFF;
	text-indent:10px;
	line-height:35px;
	width:100%;
	margin-top:10px;
}
#top_ads {
	width:100%;
	box-sizing: border-box;
	height:100px;
	background-color:#F9F;
	/*margin-bottom:5px;
	float:right;
	display:none;*/
}

