﻿@charset "utf-8";

/*------------------------------------------------------------------------------
XXXXXXXXXX - CSS Modules Import
URL: http://
Date: 200X-0X-XX
Copyright (C) XXX. All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

Container

---------------------------------------- */

div.MainBnr {
	width: 531px;
	height: 170px;
	background: url(../img/top/txt.png) no-repeat 0 0;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	behavior: expression(IEPNGFIX.fix(this));
}

dl.WhatsNew {
	width: 520px;
	height: 250px;
	background: url(../img/top/bg.png) no-repeat 0 0;
	margin-left: 6px;
}

dl.WhatsNew dt {
	height: 26px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

dl.WhatsNew dd {
	padding-left: 1px;
}

dl.TopMenu {
	width: 520px;
	height: 114px;
	margin-left: 6px;
	margin-top: 9px;
	background: url(../img/top/menu.png) no-repeat 0 0;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	position: relative;
}

dl.TopMenu ul {
	font-size: 0;
	line-height: 0;
}

dl.TopMenu li {
	width: 163px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0;
	line-height: 0;
}

dl.TopMenu li.Menu01 {
	left: 5px;
	top: 40px;
}

dl.TopMenu li.Menu02 {
	left: 5px;
	top: 58px;
}

dl.TopMenu li.Menu03 {
	left: 5px;
	top: 76px;
}

dl.TopMenu li.Menu04 {
	left: 5px;
	top: 94px;
}

dl.TopMenu li.Menu05 {
	left: 277px;
	top: 40px;
}

dl.TopMenu li.Menu06 {
	left: 277px;
	top: 58px;
}

dl.TopMenu li.Menu07 {
	left: 277px;
	top: 76px;
}

dl.TopMenu li.Menu08 {
	left: 277px;
	top: 94px;
}

dl.TopMenu li a {
	display: block;
	height: 100%;
}

dl.TopMenu li a:hover {
	background: #fff;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

div#Sub {
	width: 150px;
	height: 382px;
	position: absolute;
	left: 636px;
	top: 169px;
	background: url(../img/common/bnr_times.png) no-repeat bottom;
}

div#Sub ul {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

div#Sub ul a {
	display: block;
	height: 100%;
}

div#Sub ul a:hover {
	background: #fff;
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
}

div#Sub ul li.Bnr01 {
	width: 150px;
	height: 60px;
	margin-bottom: 5px;
	background: url(../img/common/bnr_access.png) no-repeat 0 0;
}
div#Sub ul li.Bnr02 {
	width: 150px;
	height: 60px;
	margin-bottom: 5px;
	background: url(../img/common/bnr_qa.png) no-repeat 0 0;
}
div#Sub ul li.Bnr03 {
	width: 150px;
	height: 63px;
	background: url(../img/common/bnr_manner.png) no-repeat 0 0;
}

div.ParkWrap h2 {
	width: 520px;
	height: 56px;
	margin-left: 10px;
	background: url(../img/parks/tit02.png)  no-repeat 0 0;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

div#Qa h2 {
	width: 520px;
	height: 58px;
	margin-left: 10px;
	background: url(../img/qa/tit.png) no-repeat 0 0;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

div#Manner h2 {
	width: 520px;
	height: 90px;
	margin-left: 10px;
	background: url(../img/manner/tit.png) no-repeat 0 0; 
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

/* ----------------------------------------

ClearFix (必要なければ消す)

---------------------------------------- */

/* -- Modern Browsers -- */

div#xxxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/* -- IE7 -- */

div#xxxx {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html div#xxxx {
	height: 1%;
}

div#xxxx {
	display: block;
}