@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
--------------------------------------------------------------------------*/

#nlogo {
	width:74px;
	height:18px;
	margin:16px 0 0 10px;
	float:left;
	display:inline;
}

#dslogo {
	width:116px;
	height:18px;
	margin:16px 10px 0 0;
	float:right;
	display:inline;
}

/*--- 03.main
--------------------------------------------------------------------------*/

#gamelogo {
	width:153px;
	height:100px;
	margin:0;
	float:left;
}

.main1 {
	width:768px;
}

.main2 {
	width:768px;
	margin:0 0 25px 0;
}

.main-box1 {
	width:768px;
	height:100px;
}

.lower-btn-area1 {
	width:574px;
	height:46px;
	margin:18px 0 0 41px;
	float:right;
	display:inline;
}

/*--- btn ---*/

.lower-btn1 {
	display:block;
	width:141px;
	height:46px;
	background-image:url(../cmn_img/btn_001.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	float:left;
}

.lower-btn1:hover {
	background-position:0 -46px;
}

.lower-btn1s {
	display:block;
	width:141px;
	height:46px;
	background-image:url(../cmn_img/btn_001.jpg);
	background-repeat:no-repeat;
	background-position:0 -46px;
	text-indent:-9999px;
	float:left;
}

.lower-btn2 {
	display:block;
	width:146px;
	height:46px;
	background-image:url(../cmn_img/btn_001.jpg);
	background-repeat:no-repeat;
	background-position:-141px 0;
	text-indent:-9999px;
	float:left;
}

.lower-btn2:hover {
	background-position:-141px -46px;
}

.lower-btn2s {
	display:block;
	width:146px;
	height:46px;
	background-image:url(../cmn_img/btn_001.jpg);
	background-repeat:no-repeat;
	background-position:-141px -46px;
	text-indent:-9999px;
	float:left;
}

.lower-btn3 {
	display:block;
	width:147px;
	height:46px;
	background-image:url(../cmn_img/btn_001.jpg);
	background-repeat:no-repeat;
	background-position:-287px 0;
	text-indent:-9999px;
	float:left;
}

.lower-btn3:hover {
	background-position:-287px -46px;
}

.lower-btn3s {
	display:block;
	width:147px;
	height:46px;
	background-image:url(../cmn_img/btn_001.jpg);
	background-repeat:no-repeat;
	background-position:-287px -46px;
	text-indent:-9999px;
	float:left;
}

.lower-btn4 {
	display:block;
	width:140px;
	height:46px;
	background-image:url(../cmn_img/btn_001.jpg);
	background-repeat:no-repeat;
	background-position:-434px 0;
	text-indent:-9999px;
	float:left;
}

.lower-btn4:hover {
	background-position:-434px -46px;
}

.lower-btn4s {
	display:block;
	width:140px;
	height:46px;
	background-image:url(../cmn_img/btn_001.jpg);
	background-repeat:no-repeat;
	background-position:-434px -46px;
	text-indent:-9999px;
	float:left;
}


.lower-btn3_none {
	display:block;
	width:147px;
	height:46px;
	background-image:url(../cmn_img/none_btn_001.jpg);
	background-repeat:no-repeat;
	background-position:-287px 0;
	text-indent:-9999px;
	float:left;
}

.lower-btn4_none {
	display:block;
	width:140px;
	height:46px;
	background-image:url(../cmn_img/none_btn_001.jpg);
	background-repeat:no-repeat;
	background-position:-434px 0;
	text-indent:-9999px;
	float:left;
}


#footer {
	width:768px;
	text-align:center;
	background-color:#737373;
	padding:15px 0;
}

