@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	text-align:center;
	font-size:75%;
	line-height:160%;
	background:#ffdbed url("../img/body_bg.gif") repeat-x;
	font-family: "Meiryo","MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	color:#333333;
}
body.toppage{
	background:#ffdbed url("../../img/body_bg.gif") repeat-x;
}
body.gate{
	background:#ffdbed url("../../img/gate_body_bg.gif") repeat-x;
}

img{
	border:0;
	vertical-align:top;
}
h1{
	margin:0 0 0 -1px;
	padding:9px 0 0 0;
	font-size:100%;
	line-height:100%;
	width:222px;
	height:76px;
}
	h1 a{
		display:block;
		height:76px;
		background:url("../img/header_logo.gif") 0 0 repeat-x;
		text-indent:-9990px;
	}
h2{
	margin:0;
	padding:0;
	font-size:100%;
	line-height:100%;
	clear:both;
}

h3{
	margin:10px 0 5px;
	padding:0;
	font-size:100%;
	line-height:100%;
}
h4{
	margin:2em 0 1ex;
	padding:0 0 0 15px;
	color:#ff4aa0;
	font-size:100%;
	line-height:100%;
	background:url("../img/h4_bg.gif") 0 50% no-repeat;
}

h5{
	clear:both;
	margin:2em 0 1ex;
	padding:0;
	font-size:100%;
	line-height:100%;
}

h6{
	clear:both;
	font-size:100%;
	border-bottom:1px dotted #aaaaaa;
	margin:1ex 0 0;
	color:#556688;
}

p{
	margin:1em 10px;
}

a{outline:none;}
a:link		{color:#0088ff;text-decoration:none;}
a:visited	{color:#cc33cc;text-decoration:none;}
a:hover		{color:#ff6600;text-decoration:underline;}
a:active	{color:#ff6600;text-decoration:underline;}



img{
	border:0;
	vertical-align:bottom;
}

form{
	margin:0;
	padding:1px 0;
}

fieldset{
	margin:10px 0 20px;
}

legend{
	color:#666699;
}

.header{
	position:relative;
	margin:0 auto;
	padding:0;
	width:900px;
	text-align:left;
}
.gmenu{
	position:absolute;
	top:21px;
	left:299px;
	margin:0;
	padding:0 1px;
	list-style-type:none;
	width:600px;
	background:url("../img/gmenu_bg.gif") no-repeat;
}
	.gmenu li{
		margin:0;
		padding:0;
		width:120px;
		height:55px;
		float:left;
	}
	.gmenu li a{
		display:block;
		height:55px;
		text-indent:-9600px;
	}
		.gmenu-newgame a	{background:url("../img/gmenu_newgame.gif") repeat-x;}
		.gmenu-relatedproduct a	{background:url("../img/gmenu_relatedproduct.gif") repeat-x;}
		.gmenu-support2 a		{background:url("../img/gmenu_support2.gif") repeat-x;}
		.gmenu-mailorder a	{background:url("../img/gmenu_mailorder.gif") repeat-x;}
		.gmenu-link a		{background:url("../img/gmenu_link.gif") repeat-x;}

	.gmenu li a:hover,
	.gmenu li a:active{
		background-position:0 -55px;
	}

.main-image{
	margin:10px auto;
	width:890px;
	height:440px;
	overflow:hidden;
	padding:7px 8px 9px;
	background:url("../../img/top_mainimg_bg.gif") no-repeat;
}

.main-image2{
	margin:10px auto;
	width:890px;
	height:885px;
	overflow:hidden;
	padding:11px 8px 9px ;
	background:url("../../img/top_mainimg_bg2.gif") no-repeat;
}

.main{
	width:900px;
	text-align:left;
	margin:10px auto;
}
	.gate .main{
		position:relative;
		width:608px;
		height:450px;
		background:url("../../img/gate_main_bg.gif") no-repeat;
		margin:65px auto;
	}

	.content{
		float:right;
		width:630px;
		overflow:hidden;
		padding:0 0 30px;
	}
	.side{
		float:left;
		width:260px;
		overflow:hidden;
		padding:0 0 30px;
	}


.block-products,
.block-pickup,
.block-blog{
	padding:0 0 5px;
	margin:0 0 5px;
	background:url("../img/side_line_bottom.gif") 0 100% no-repeat;
}
.block-products ul,
.block-pickup ul,
.block-blog ul{
	padding:5px 0 2px;
	margin:0;
	list-style-type:none;
	background:#ffffff;
}
.block-products li,
.block-pickup li,
.block-blog li{
	padding:3px 0 2px;
	margin:0;
	text-align:center;
}
.block-topics,
.block-news,
.block-generalcontent{
	padding:0 0 5px;
	margin:0 0 8px;
	background:url("../img/content_line_bottom.gif") 0 100% no-repeat;
}

.block-topics div{
	background:#ffffff;
	padding:15px 18px 10px;
}
	.block-topics div div{
		padding:0;
	}
.block-news div,
.block-generalcontent div{
	padding:10px 20px 15px;
	background-color: #FFFFFF;
}
	.block-news div div,
	.block-generalcontent div div{
		padding:0;
	}



.footer{
	clear:both;
	background:url("../img/footer_bg.gif") 50% 0 repeat-x;
	height:77px;
	margin:0 0 0;
}
	.footer-contents{
		width:900px;
		margin:0 auto;
	}
	.footer-copy{
		width:188px;
		overflow:hidden;
		margin:0 0 0 auto;
		padding-top:18px;
		text-align:left;
	}
		.footer-copy a{
			display:block;
			text-indent:-9400px;
			background:url("../img/footer_txt_copy.gif") repeat-x;
			height:15px;
		}

.even{background:#f9f7f2;}
.caution{color:#ff3300;}
.notice{
	background:#fff4f8;
	border:1px solid #ffaabb;
	color:#ff0033;
	padding:1ex 1em;
	margin:1em 0;
}
.clear{clear:both;}
hr.clear{
	visibility:hidden;
	margin:0;
	padding:0;
	height:1px;
	border:0;
}
.nowrap{
	white-space:nowrap;
}

.link-pdf{
	background:url("../img/icon_pdf.gif") 0 50% no-repeat;
	padding-left:16px;
}

.rollover{

}

.news-table-header{
	margin-bottom:5px;
	position:relative;
}
.news-table{
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #eeeeee;
	width:100%;
}
	.news-table th,
	.news-table td{
		border-collapse:collapse;
		border-spacing:0;
		border-color:#dddddd;
		border-style:dotted;
		border-width:1px 0;
		text-align:left;
		font-weight:normal;
		padding:5px;
		vertical-align:top;
	}
	.news-table th{
		width:100px;
		padding-right:0;
	}
	.news-table tr.even{
		background:#f7fbf3;
	}
	.news-table td .date{
		display:block;
	}
	.news-table .date{
		color:#51a900;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	.news-table-header .btn-more{
		position:absolute;
		display:block;
		top:0;
		left:548px;
	}


.link-table{
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}
	.link-table th,
	.link-table td{
		border-collapse:collapse;
		border-spacing:0;
		border:0;
		text-align:left;
		font-weight:normal;
		vertical-align:middle;
		padding:3px 4px 2px 2px;
	}
	.link-table th{
		text-align:center;
}




.gate p.caution{
	position:absolute;
	top:210px;
	left:0;
	width:600px;
	text-align:center;
}
.gate-btns{
	margin:0;
	padding:0;
	list-style-type:none;
	position:absolute;
	top:290px;
	left:52px;
}
.gate-btn-enter{
	position:absolute;
	top:0;
	left:0;
	width:236px;
}
.gate-btn-exit{
	position:absolute;
	top:0;
	left:270px;
	width:236px;
}
.gate-btns a{
	height:86px;
	text-indent:-9440px;
	display:block;
}
.gate-btn-enter a	{background:url("../../img/gate_btn_enter.gif") repeat-x;}
.gate-btn-exit a	{background:url("../../img/gate_btn_exit.gif") repeat-x;}

.gate-btns a:hover,
.gate-btns a:active{
	background-position:0 -86px;
}


.patch-table{
	border-collapse:collapse;
	border-spacing:0;
	border:0;
	margin-bottom:1em;
}
.patch-table th,
.patch-table td{
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #ffcbe4;
	text-align:left;
	vertical-align:top;
	padding:3px 4px 2px 2px;
}
.patch-table th{
	text-align:center;
	background:#ffcbe4;
	color:#f14185;
}
.patch-table .note{
	font-size:85%;
	line-height:120%;
}
