@charset "utf-8";
/* CSS Document */
#container {
	width:1000px;
	height: auto;
	float:left;
}
#container .explain {
	width:980px;
	height: 50px;
	padding:0px 0px 0px 20px;
	float:left;
	}
#container .explain2 {
	width:956px;
	height: 23px;
	float:left;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 20px;
	background-image: url(explain2.jpg);
	}
#container .topnav {
	width:360px;
	height: 47px;
	background-image:url(topnav_bg.png);
	float:left;
	padding:10px 0px 0px 400px;
}

