@charset "utf-8";

/**
 * 
 * index.css
 * 
 * @site      Nintendo
 * @create    2011/07/04
 * @update    2011/07/04
 * 
 */

/**
 * body
 */

body{
	background:#ffe453 url(../../common/img/body/bg3.gif) bottom center repeat-x;
}

/**
 * area
 */

#area-contents{
	padding:0 46px;
}

/**
 * mod-article
 */

.mod-article .items{
	margin-bottom:-30px;
	overflow:hidden;
	_zoom:1;
}

	.mod-article .items .item{
		width:263px;
		margin-right:19px;
		margin-bottom:20px;
		float:left;
	}

	.mod-article .items .third-child{
		margin-right:0;
		margin-bottom:0;
	}
