@charset "shift-jis";

/* -- YUI -- */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/

/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
font:13px/1.231 arial,helvetica,clean,sans-serif;
/* for IE6/7 */ 
*font-size:small; 
/* for IE Quirks Mode */
*font:x-small;
}
/* for IE8 */ 
html>/**/body {  
font-size:small\9;  
}  


/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
font-size:inherit;
font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}

/* -- END YUI -- */

body {
	background: url(../goods/img/bg.png);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #555;
	line-height: 1.8;
}

img {
	border: 0;
}

#headWrap {
	background: url(../img/index_bg_noflashheader.gif) repeat-x;
	height: 50px;
	text-align: center;
}

#header {
	width: 685px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}
#headWrap #header .nintendo {
	position: absolute;
	top: 12px;
	left: 0;
}
#headWrap #header .n3ds {
	position: absolute;
	top: 12px;
	right: 0;
}
#contentsWrap {
	width: 690px;
	margin: 0 auto;
	text-align: left;
}
#contentsWrap .goodsTop {
	margin-top: 20px;
	vertical-align: bottom;
}
#contentsWrap .title {
	margin: 40px 0 0 0;
}
#contentsWrap .title img {
	margin-left: 5px;
}
#contentsWrap .goodsWrap {
	background: url(../goods/img/goodsBG.png) repeat-y;
	text-align: center;
}


#contentsWrap .goodsWrap1 {
	position: relative;
	margin-bottom:40px;
}
#contentsWrap .goodsWrap2 {
	position: relative;
	padding-top:35px;
	padding-bottom:15px;
	background: url(../goods/img/line.gif) no-repeat top;
}
#contentsWrap .goodsWrapLast {
	position: relative;
	margin-bottom:0;
	padding-bottom:15px;
}
#contentsWrap .goodsWrap1 .goodsImg01 {
	position: absolute;
	right: 38px;
	top: 98px;
}
#contentsWrap .goodsWrap2 .goodsImg02 {
	position: absolute;
	right: 38px;
	top: 133px;
}
#contentsWrap .goodsWrapLast .goodsImg01 {
	position: absolute;
	right: 38px;
	top: 98px;
}


#contentsWrap .goodsWrap .goodstitle {
	margin: 0 0 30px 40px;
	text-align: left;
}
#contentsWrap .goodsWrap .stitle01 {
	background: url(../goods/img/stitle01.png) no-repeat 0 50%;
	margin: 0 0 9px 45px;
	padding-left: 55px;
	text-align: left;
}
#contentsWrap .goodsWrap .stitle02 {
	background: url(../goods/img/stitle02.png) no-repeat 0 12%;
	margin: 0 0 9px 45px;
	padding-left: 55px;
	text-align: left;
}
#contentsWrap .goodsWrap .stitle02B {
	background: url(../goods/img/stitle02.png) no-repeat 0 4px;
	margin: 0 0 9px 45px;
	padding-left: 55px;
	text-align: left;
}
#contentsWrap .goodsWrap .mainTxtH {
	margin: 0 402px 0 45px;
	padding-top: 15px;
	text-align: left;
	color: #777777;
	font-size: 10px;
  	font-weight: bold;
}
span.dot {
  	color: #cccccc;
}
#contentsWrap .goodsWrap .txt {
	margin: 0 402px 0 45px;
	padding-top: 5px;
	text-align: left;
}
#contentsWrap .goodsWrap .txt .comment{
	line-height: 1.5;
}
#contentsWrap .goodsWrap .maker{
	margin-top:40px;
}

#closeBtn {
	text-align: center;
	margin: 15px 0 40px;
}
