@charset "Shift_JIS";

body{
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #f7f7f7;
	/*
	background-image: url(../../img/bg_white.png);
	debackground-attachment: fixed;
	*/
	min-width: 1000px;
}

a{
	text-decoration:none;
}
a:link{
	color: #0000FF;
	/*color: #ff418c;*/
}
a:visited{
	color: #0000aa;
	/*color: #ff71a9;*/
}
a:active{
	color: #ee0000;
}
a:hover{
	color: #ee0000;
	text-decoration:underline;
}

/* 基本スタイル */
img{
	border: 0;
}

.nobr{
	white-space: nowrap;
}

.help{
	cursor: help;
	/*border-bottom: #a9a9a9 solid 1px;*/
	/*text-decoration: underline;*/
}

.clear{
	clear: both;
}
.none{
	display: none;
}
/* ヘッダー */
h1{
	text-align: left;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

table.heading{
	width: 100%;
	font-size: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 0;
	margin: 0px;
	padding: 0px;
}
th.heading{
	background-image: url(left.png);
	background-repeat: no-repeat;
	background-position: top right;
	
	margin: 0px;
	padding: 0px;
	width: 256px;
	text-align: left;
	vertical-align: top;
}
td.heading{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
p.heading{
	font-size: 80%;
	line-height: 200%;
	margin: 10px;
	padding: 0px;
}
p.heading2{
	font-size: 100%;
	line-height: 200%;
	margin: 10px;
	padding: 0px;
}
div#result{
	text-align: center;
	font-weight: normal;
	font-size: 14px;
}

#enterindex{
	font-size: 75%;
	margin: 0px;
	padding: 0px 2px 0px 0px;
}
#checkch{
	font-size: 75%;
	font-weight: bold;
	color: #8c8c8c;
}

.reload{
	float: right;
}
div.pagelink{
	margin: 0px 23px;
	padding: 0px;
}
.access{
	position: absolute;
	top: 0px;
	left: 0px;
}
.modelist{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

/* フォーム */
div#lineup_series{
	margin: 0px;
	padding: 0px 6px;
	white-space: nowrap;
	text-align: right;
	line-height: 100%;
	float: right;
	height: 10px;
}
form{
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
label{
	cursor: hand;
	white-space: nowrap;
	margin-right: 9px;
}
legend{
	font-size: 80%;
	color: #888888;
}
fieldset{
	margin: 0px 20px 0px 0px;
	padding: 1px 10px;
}
.share{
	font-size: 8pt;
	color: #e0e0e0;
}



/* 広告 */
div.adsense{
	text-align: center;
	color: #ffffff;
	background-color: #404040;
	margin: 0px;
	padding: 1px 0px 1px 50px;
	white-space: nowrap;
}

/* テーブル */
table.gamelist{
	margin: -2px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	font-size: 100%;
	table-layout: fixed;
	border: 0px #f7f7f7 solid;
	border-collapse: collapse;
}
th.head{
	white-space: nowrap;
	color: #ffffff;
	background-color: #373535;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
}
tr.line0,td.line0{
	color: #000000;
	background-color: #cccccc;
}
tr.line1,td.line1{
	color: #000000;
	background-color: #e0e0e0;
}

th.date, td.date{
	width: 4.6em;
}
th.date{
	border-color: #f7f7f7;
	border-width: 2px 2px 2px 0px;
	border-style: solid solid solid hidden;
}
td.date{
	border-color: #f7f7f7;
	border-width: 2px 2px 0px 0px;
	border-style: solid solid hidden hidden;
}
td.platform,th.platform{
	width: 36px;
	text-align: center;
}
th.platform{
	border-color: #f7f7f7;
	border-width: 2px 0px 2px 2px;
	border-style: solid hidden solid solid;
}
td.platform{
	border-color: #f7f7f7;
	border-width: 2px 0px 0px 2px;
	border-style: solid hidden hidden solid;
}
th.title, td.title{
	width: 22em;
}
th.title{
	border-color: #f7f7f7;
	border-width: 2px 2px 2px 0px;
	border-style: solid solid solid hidden;
}
td.title{
	border-color: #f7f7f7;
	border-width: 2px 2px 0px 0px;
	border-style: solid solid hidden hidden;
}
td.maker{
	color: #808080;
	padding: 4px 0px 0px 38px;
	font-size: 70%;
	font-family: "ＳＨ Ｇ30-P","MS UI Gothic",sans-serif;
	border-color: #f7f7f7;
	border-width: 0px 2px 2px 2px;
	border-style: hidden solid solid solid;
	background-image: url(./maker_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
}
span.maker{
	white-space: nowrap;
}
th.hard, td.hard{
	width: 14em;
	border-color: #f7f7f7;
	border-width: 2px;
	border-style: solid;
}
th.other, td.other{
	/*width: 100%;*/
}
th.other, td.other{
	border-color: #f7f7f7;
	border-width: 2px;
	border-style: solid;
}
td.code{
	font-size: 12px;
	font-family: monospace;
	color: #D0D0D0;
	/*background-color: transparent;*/
	background-color: #f7f7f7;
	text-align: center;
	border-color: #f7f7f7;
	border-width: 0px 2px 0px 0px;
	border-style: hidden solid none hidden;
}
div.code{
	color: #dc143c;
	background-color: #ffe4e1;
}
th.amazon, td.amazon{
	width: 20px;
	border-color: #f7f7f7;
	border-width: 2px 0px 2px 2px;
	border-style: solid hidden solid solid;
}
p.amazon{
	margin: 4px 0px;
}
em.verify{
	font-size: 80%;
	font-style: normal;
	font-family: "ＳＨ Ｇ30-P","MS UI Gothic",sans-serif;
	color: #dc143c;
}

/* リリース・セル用スタイル */
div.month{
	text-align: left;
	font-size: 80%;
	line-height: 100%;
	white-space: nowrap;
}
div.day{
	text-align: right;
	font-size: 80%;
	line-height: 100%;
	white-space: nowrap;
}
.ndate{
	color: #444400;
}

/* スペック・セル用スタイル */
div.info{
	font-size: 80%;
	color: #999999;
}
span.player{
	display: table-cell;
	width: 6em;
	white-space: nowrap;
}
span.genre{
	display: table-cell;
	white-space: nowrap;
}
div.price{
	font-size: 80%;
}
span.best{
	color: #b8860b;
	white-space: nowrap;
}
span.vcdate{
	/*color: #228b22;*/
	color: #b8860b;
	/*color: #0000cd;*/
	white-space: nowrap;
}
div.etc{
	font-size: 80%;
}

/* ハード・セル用スタイル */

div.hard{
	font-size: 80%;
	line-height: 128%;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
.na{
	color: #c0c0c0 !important;
}

div.memory{
	color: #5b5b5b;
	font-size: 80%;
	line-height: 128%;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
div.progre{
	font-size: 90%;
	font-weight: bold;
	line-height: 128%;
	margin: 0px;
	padding: 0px;
	color: #8c2ae3;
	/*background-color: #8c2ae3;*/
	white-space: nowrap;
}
div.wifi{
	font-size: 80%;
	text-align: center;
	margin: 0px;
	padding: 4px;
	color: #ffffff;
	background-color: #0099cc;
	white-space: nowrap;
}
strong.wifi{
	color: #ffffff;
}
span.wii{
	font-weight: bold;
	color: #4169e1 !important;
	/*color: #34beed;*/
}
div.ds{
	font-family: "ＳＨ Ｇ30-M",monospace;
	font-size: 64%;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	color: #fe418c;
	white-space: nowrap;
}
span.dm{
	display: inline;
	white-space: nowrap;
	width: 9.5em;
}

div.ROM{
	color: #a9a9a9;
	font-size: 80%;
	line-height: 128%;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

/* フッター */
td#result0{
	color: #000000;
	background-color: #f0f0f0;
	background-image: url(reggie.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 2em;
	padding: 2em 2em 2em 200px;
	border: 2px solid #373535;
}

.back{
	text-align: center;
	font-family: Verdana,cursive;
}

address{
	text-align: right;
	margin-right: 8px;
	font-family: Times,cursive;
}
a.address{
	color: #000000;
}
a.address:visited{
	color: #000000;
}
a.address:hover{
	text-decoration:underline;
}

.time{
	font-size: 8pt;
	color: #888888;
}


/* jsメニュー */
#toc{
	position:absolute;
	top: 96px;
	left: 0px;
	width: 255px;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #ffffff;
	background-image: url(menu.png);
	background-position: bottom left;
}
#tocinside{
	width: 234px;
}
ul.js_menu{
	margin: 10px 0px 10px 22px;
	padding: 0px
}

/* ヘルプ */
h2.attention,p.attention,dl.attention{
	margin: 20px 8px 20px 256px;
	/*margin: 20px 8px;*/
	padding: 0px 20px;
}

ul.attention{
	margin: 8px 10px 24px 300px;
	/*margin: 8px 10px 24px 10px;*/
	padding: 0px;
	list-style-image: url(../img/pika.png);
}
li.attention{
	font-size: 90%;
	line-height: 150%;
	margin-bottom: 8px;
	padding: 0px;
}
h2.attention{
	font-weight: normal;
	background-image: url(../img/pikapika.png);
	background-position: left center;
	background-repeat: no-repeat;
}
p.attention,dl.attention{
	font-size: 100%;
	line-height: 150%;
}
dt{
	margin-top: 1em;
}
dd{
	font-size: 80%;
}
dt.mgl_index{
	margin: 4px !important;
	font-size: 90%;
}
dd.sub_att{
	font-size: 80%;
	color: #696969;
	clear: both;
}
img{
	vertical-align: middle;
}
.forbidden{
	color: #dc143c !important;
	font-family: "ＳＨ Ｇ30-P","MS UI Gothic",sans-serif;
	font-size: 8pt;
	float: right;
}

div.quicklink{
	position: absolute;
	top: 242px;
	left: 0px;
	width: 240px;
	border: 2px solid #404040;

	color: #ffffff;
	background-color: #404040;

	margin: 0px;
	padding: 0px;
}
h3.quicklink{
	font-size: 80%;
	margin: 4px;
	padding: 0px;
}
h3.hardnumber{
	margin: 0px;
	padding: 12px 4px 4px 4px;
	text-align: center;
	border-top: 3px double #808080;
}
ul.quicklink{
	margin: 8px 10px 8px 24px;
	padding: 0px;
	list-style-image: url(../img/list1.png);
	font-size: 75%;
	line-height: 150%;
}
a.quicklink{
	color: #ffff33 ! important;
}
div.scroll{
	height: 80px;
	overflow: scroll;
}

