@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 style info :ヘッダー、フッター、サイドメニュー等大枠以外のみ
 =================================================================== */

/* ===== CONTENTS ===========================================

	1: CONTAINER
	2: HEADER
	3: NAVIGATION
	4: FOOTER
	5: NAVIGATION
	6: MAIN CONTENT

========================================================== */


/*
===== 1: wrapper ======================================= */

/*
===== 2: HEADER ========================================== */

/*
===== 2: VIDEO ========================================== */
div#video {
	width: 570px;
	float: left;
}

/*
===== 2: PRODUCT ========================================== */
div#product {
	float: right;
	width: 340px;
}

div#product div.banner01 {
	background: url(../img/top/product01.jpg) no-repeat 0 0;
	width: 324px;
	height: 61px;
	text-indent: -9999px;
	padding: 227px 0 0 16px;
}
div#product div.banner01 table {
	display: none;
	font-size: 0;
}
div#product div.banner01 p.product01 {
	text-indent: -9999px;
	height: 34px;
}
div#product div.banner01 p.product01 a {
	background: url(../img/top/btn_product01.jpg) no-repeat 0 0;
	width: 308px;
	height: 34px;
	background-position: 0 0;
	display: block;
	cursor:pointer;
}
div#product div.banner01 p.product01 a:hover {
	background-position: 0 -34px;
}
div#product div.banner02 {
	background: url(../img/top/product02.jpg) no-repeat 0 0;
	width: 340px;
	height: 105px;
	text-indent: -9999px;
}

div#product div.banner02 p.product02_01 {
	text-indent: -9999px;
	padding: 34px 5px 0 0;
	float: right;
}
div#product div.banner02 p.product02_01 a {
	background: url(../img/top/btn_amazon.jpg) no-repeat 0 0;
	width: 117px;
	height: 34px;
	background-position: 0 0;
	display: block;
}
div#product div.banner02 p.product02_01 a:hover {
	background-position: 0 -34px;
}
div#product div.banner02 p.product02_02 {
	text-indent: -9999px;
	float: right;
	padding: 34px 16px 0 0;
}
div#product div.banner02 p.product02_02 a {
	background: url(../img/top/btn_eastore.jpg) no-repeat 0 0;
	width: 117px;
	height: 34px;
	background-position: 0 0;
	display: block;
}
div#product div.banner02 p.product02_02 a:hover {
	background-position: 0 -34px;
}


/*
===== 2: NEWS ========================================== */
div#news {
	clear: both;
	widows: 930px;
}

div#Topnews {
	float: left;
	height: 145px;
	width: 435px;
	background: url(../img/top/bg_news.jpg) no-repeat 0 0;
	padding: 0 10px;
}

div#Topnews p.btn_moreread {
	text-indent: -9999px;
	float: right;
	width: 97px;
	height: 34px;
	margin: 11px 0 0 0; 
}

div#Topnews p.btn_moreread a {
	background: url(../img/top/btn_moreread.jpg) no-repeat 0 0;
	width: 97px;
	height: 34px;
	background-position: 0 0;
	display: block;
}

div#Topnews p.btn_moreread a:hover {
	background-position: 0 -34px;
}

div#Topnews div.scroll {
	clear: both;
	overflow: auto;
	height: 89px;
}

div#Topnews div.scroll dl.Topnews {
	border-bottom: 1px dotted #A9A9A3;
	padding: 5px 10px;
}

div#Topnews div.scroll dl.Topnews dt {
	font-weight: bold;
}

div#Topnews div.scroll dl.Topnews dd {
}




div#newsLetter {
	float: right;
	height: 145px;
	width: 455px;
	background: url(../img/shared/bg_banner.jpg) no-repeat 0 0;
	/*background: url(../img/top/bg_famitsu.jpg) no-repeat 0 0;*/
	/*padding: 20px 16px 16px 279px;*/
}

div#newsLetter p.review {
	text-indent: -9999px;
}

div#newsLetter p.review a {
	background: url(../img/top/btn_review.jpg) no-repeat 0 0;
	width: 159px;
	height: 34px;
	background-position: 0 0;
	display: block;
	cursor:pointer;
}

div#newsLetter p.review a:hover {
	background-position: 0 -34px;
}

/*
===== 2: banner ========================================== */

div#banner {
	width: 930px;
	margin-top: 20px;
}
#banner02 {
	padding-left: 20px;
}