@charset "Shift_JIS";

/*--- information
--------------------------------------------------------------------------

	Build Date : 2009/07/31;
	Site Name :日本経済新聞社監修 知らないままで損をする「モノやお金のしくみ」DS ;
	About : 共通用CSS（TOP用CSS）;

	00.common
	01.body container wrapper
	02.header
	03.main
	04.link
	05.footer

--------------------------------------------------------------------------*/

/*--- 00.common
--------------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
	border:0;
	font-family:"Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro W3","HiraKakuPro-W3","MS UI Gothic","MS PGothic","MS Gothic";
	font-size:10px;
	font-weight:normal;
	line-height:1.5;
	outline:none;
	/*For IE Only*/
	word-break:break-all;
}

img {
	border:0;
	margin:0;
	padding:0;
}

a {
	outline:none;
}

p {
	color:#FCF9F1;
}

li {
	list-style:none;
}

ul {
	list-style:none;
}

ol {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

.clear {
	clear:both;	
}

.hide {
	position:absolute;
	left:-9999px;
	top:-9999px;
}

a {
	color:#FCF9F1;
	text-decoration:none;
}

a:link {
	color:#FCF9F1;
	text-decoration:none;
}

a:visited {
	color:#FCF9F1;
	text-decoration:none;
}

a:hover {
	color:#FCF9F1;
	text-decoration:underline;
}

span {
	color:#FCF9F1;
	text-decoration:underline;
}


/*--- 01.body container wrapper
--------------------------------------------------------------------------*/

body {
	text-align:center;
	background-color:#737373;
	background-image:url(../img/bg_001.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:34px;
	background-color:#FDFAF2;
}

#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
--------------------------------------------------------------------------*/

#main-left {
	width:500px;
	height:531px;
	margin:0;
	float:left;
	display:inline;
	background-color:#FDFAF2;
}

#main-right{
	width:268px;
	height:531px;
	margin:0;
	float:right;
	display:inline;
	background-color:#FDFAF2;
}

#gamelogo {
	width:420px;
	height:424px;
	margin:46px 0 0 56px;
}

#info {
	width:268px;
	height:70px;
	margin:32px 0 0 0;
}

#flash {
	width:264px;
	height:254px;
	margin:98px 0 0 4px;
}

.space1 {
	width:500px;
	height:60px;
	margin-top:1px;
	/*margin-top:43px;*/
}

.sbtn-area1 {
	width:235px;
	height:33px;
	margin:16px 33px 0 0;
}

.sbtn-area2 {
	width:235px;
	height:33px;
	margin:10px 33px 0 0;
}

.mbtn-area1 {
	width:684px;
	height:85px;
	margin:0 38px 0 46px;
}

.mbtn1 {
	display:block;
	width:342px;
	height:85px;
	background-image:url(../img/mbtn_001.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	float:left;
}

.mbtn1:hover {
	background-position:0 -85px;
}

.mbtn2 {
	display:block;
	width:342px;
	height:85px;
	background-image:url(../img/mbtn_001.jpg);
	background-repeat:no-repeat;
	background-position:-342px 0;
	text-indent:-9999px;
	float:left;
}

.mbtn2:hover {
	background-position:-342px -85px;
}

.mbtn-area2 {
	width:684px;
	height:57px;
	margin:18px 38px 68px 46px;
}

.mbtn3 {
	display:block;
	width:342px;
	height:57px;
	background-image:url(../img/mbtn_002.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	float:left;
}

.mbtn3:hover {
	background-position:0 -57px;
}

.mbtn4 {
	display:block;
	width:342px;
	height:57px;
	background-image:url(../img/mbtn_002.jpg);
	background-repeat:no-repeat;
	background-position:-342px 0;
	text-indent:-9999px;
	float:left;
}

.mbtn4:hover {
	background-position:-342px -57px;
}

.mbtn3_none {
	display:block;
	width:342px;
	height:57px;
	background-image:url(../img/none_003.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	float:left;
}

.mbtn4_none {
	display:block;
	width:342px;
	height:57px;
	background-image:url(../img/none_004.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	float:left;
}

/*--- 04.link
--------------------------------------------------------------------------*/


/*--- 05.footer
--------------------------------------------------------------------------*/

#footer {
	width:768px;
	text-align:center;
}

#copy {
	width:768px;
	height:64px;
}
