@charset "Shift_JIS";

/*--- information
--------------------------------------------------------------------------

	Build Date : 2009/07/31;
	Site Name :日本経済新聞社監修 知らないままで損をする「モノやお金のしくみ」DS ;
	About : 下層用CSS（WHAT用CSS）;

	00.common
	01.body container wrapper
	02.header
	03.main
	04.link
	05.footer

--------------------------------------------------------------------------*/

/*--- 00.common
--------------------------------------------------------------------------*/

/*--- 01.body container wrapper
--------------------------------------------------------------------------*/

body {
	text-align:center;
	background-color:#FDFAF2;
	background-image:url(../topic/img/bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}

#container {
	width:768px;
	margin:0 auto;
	text-align:center;
}

#wrapper {
	width:768px;
	margin:0 auto;
	text-align:left;
}

/*--- 02.header
--------------------------------------------------------------------------*/

#header {
	width:768px;
	height:47px;
	background-color:#006fb1;
}

