@charset "utf-8";

/* Table Of Contents
----------------------------------------

# Reset 'Browser standard style'
# Redefine
# clearfix
# body
# layout
# header
# gNav
# pageBody
# content
# schedule
# ticket
# sidebar
# footer

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


/* # Reset 'Browser standard style'
---------------------------------------------------------------------------- */

body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,address,pre,
strong,em,caption,cite,code,dfn,var {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

img { 
	border: 0; 
	vertical-align: bottom;
}

table { 
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th { text-align: left; }

fieldset { border: 0; }

hr { display: none; }

ol, ul { list-style: none; } 

ul ul,ol ul,ul ol,ol ol,
dl ul,dl ol,dl dl,td td { 
	font-size: 100%;
}

q:before,q:after { content: ''; } 

abbr,acronym { border: 0; } 

.font14{
	font-size: 14px;
	font-weight: bold;
}

.color-red{
	color: #e8340a;
}

.color-blue{
	color: #37a3e3;
	font-weight: bold;
}

/* # Redefine
---------------------------------------------------------------------------- */

html {
	overflow-y: scroll;
}

body {
	background-color: #fff;
	color: #000;
	font-size: 75%;
	font-family: "HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.5;
}

strong { font-weight: bold; }
em     { color: #f00; font-style: normal; }

p { margin: 0; }


/* # clearfix
---------------------------------------------------------------------------- */

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

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

div#content dl.infoTicket dd dl:after,
div#content dl.info dt:after,
div#content ul.scheduleList li:after,
div#pageBody:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#content dl.infoTicket dd dl,
div#content dl.info dt,
div#content ul.scheduleList li,
div#pageBody {
	display: inline-block;
}
/* Hides from IE-mac \*/

* html div#content dl.infoTicket dd dl,
* html div#content dl.info dt,
* html div#content ul.scheduleList li,
* html div#pageBody {
	height: 1%;
}

div#content dl.infoTicket dd dl,
div#content dl.info dt,
div#content ul.scheduleList li,
div#pageBody {
	display: block;
}
/* End hide from IE-mac */


/* # body
---------------------------------------------------------------------------- */

body {
	background: #4d4d4d;
	color: #333;
}

a {
	color: #979797;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #979797;
	text-decoration: none;
}

h2 {
	font-size: 0;
	padding: 4px 0 26px 0;
}


/* # layout
---------------------------------------------------------------------------- */

div#wrap {
	background: #FFF;
	padding: 0 0 20px 0;
}

div#layout {
	margin: 0 auto;
	width: 930px;
}

body#top div#layout {
	background: url(images/bg_layout_top.gif) repeat-y left top;
}

body#schedule div#layout {
	background: url(images/bg_layout_schedule.gif) repeat-y left top;
}

body#ticket div#layout {
	background: url(images/bg_layout_ticket.gif) repeat-y left top;
}


/* # header
---------------------------------------------------------------------------- */

div#header {
	height: 224px;
}

body#top div#header {
	background: url(images/bg_header_top.gif) no-repeat left top;
}

body#schedule div#header {
	background: url(images/bg_header_schedule.gif) no-repeat left top;
}

body#ticket div#header {
	background: url(images/bg_header_ticket.gif) no-repeat left top;
}

div#header {
	font-size: 0;
}

div#header #logo {
	padding: 0 0 12px 5px;
}

div#headerInner {
	float: left;
	padding: 12px 0 0 9px;
	width: 470px;
}

div#headerInner p {
	padding: 0 0 0 2px;
}

div#header p.imageNews {
	float: right;
	padding: 13px 3px 0 0;
}


/* # gNav
---------------------------------------------------------------------------- */

div#gNav {
	padding: 13px 0 0 0;
}

div#gNav dl dt {
	overflow: hidden;
	position: absolute;
	text-indent: -9999em;
}

div#gNav dl dd ul li {
	float: left;
	padding: 0 2px 0 0;
}

div#gNav dl dd ul li a {
	display: block;
}

div#gNav dl dd ul li a:hover {
	overflow: hidden;
}

div#gNav dl dd ul li a:hover img {
	visibility: hidden;
}

div#gNav dl dd ul li#gNavInfo a { 
	background: url(images/gnav_info_o.gif) no-repeat left top;
}

body#top div#gNav dl dd ul li#gNavInfo a img { 
	visibility: hidden;
}

div#gNav dl dd ul li#gNavSchedule a { 
	background: url(images/gnav_schedule_o.gif) no-repeat left top;
}

body#schedule div#gNav dl dd ul li#gNavSchedule a img { 
	visibility: hidden;
}

div#gNav dl dd ul li#gNavTicket a { 
	background: url(images/gnav_ticket_o.gif) no-repeat left top;
}

body#ticket div#gNav dl dd ul li#gNavTicket a img { 
	visibility: hidden;
}


/* # pageBody
---------------------------------------------------------------------------- */

div#pageBody {
	padding: 0 0 45px 0;
}

body#top div#pageBody {
	background: url(images/bg_pagebody_top.gif) no-repeat left bottom;
}

body#schedule div#pageBody {
	background: url(images/bg_pagebody_schedule.gif) no-repeat left bottom;
}

body#ticket div#pageBody {
	background: url(images/bg_pagebody_ticket.gif) no-repeat left bottom;
}


/* # content
---------------------------------------------------------------------------- */

div#content {
	float: left;
	margin: 0 0 -7px 0;
	padding: 0 0 0 75px;
	width: 538px;
}

div#content p.pageTop {
	background: url(images/bg_dot.gif) repeat-x left bottom;
	clear: both;
	padding: 14px 0 3px 0;
	text-align: right;
}

.pageTop{
	font-size: 10px;
}

div#content dl.info dt span {
	color: #fff;
	float: left;
	margin: 0 1px 0 0;
	padding: 3px 0 1px 0;
	text-align: center;
}

div#content dl.info dt span.date {
	background: #31a5e2;
	min-width: 108px;
}

* html div#content dl.info dt span.date {
	width: 108px;
}

div#content dl.info dt span.new {
	background: #fabe00;
	min-width: 51px;
}

* html div#content dl.info dt span.new {
	width: 51px;
}

div#content dl.info dd {
	clear: both;
	padding: 13px 0 44px 0;
}

div#content dl.info dd.last {
	padding-bottom: 0;
}

div#content dl.info dd p {
	padding-right: 50px;
}

div#content dl.info dd p.detail {
	padding: 23px 0 0 0;
}

div#content dl.info dd p.detail a {
	color: #e8340a;
}

div#content dl.info dd p.pageTop {
	padding-right: 0 !important;
}



/* # schedule */

body#schedule h2 {
	padding-bottom: 9px;
}

div#content p.back {
	background: url(images/bg_dot.gif) repeat-x left bottom;
	padding: 0 0 5px 0;
	text-align: right;
}

div#content dl.detail {
	background: url(images/bg_dot.gif) repeat-x left bottom;
	padding: 16px 0 19px 0;
}

div#content dl.detail dt.title {
	background: url(images/ico_star.gif) no-repeat 0 1px;
	color: #37a3e3;
	font-size: 120%;
	font-weight: bold;
	padding: 0 0 0 24px;
}

div#content dl.detail dd dl {
	padding: 28px 50px 0 22px;
}

div#content dl.detail dd dl dt {
	color: #2cabd4;
	font-weight: bold;
}

div#content dl.detail dd dl dd {
	margin: -1.4em 0 0 0;
	padding: 0 0 0.4em 13.5em;
}

div#content dl.detail dd dl dd.contact {
	margin: -3em 0 0 0;
}

div#content dl.detail dd dl dt span {
	display: block;
	padding: 5px 0 0 0;
}

div#content dl.detail dd dl dd span {
	display: block;
	padding: 2px 0 0 0;
}

div#content dl.detail dd dl dd ul li {
	padding: 0 0 4px 11px;
	text-indent: -11px;
}

div#content dl.detail dd dl dd ul li.last {
	padding: 0 0 0 11px;
}

div#content dl.detail dd dl dd a {
	color: #e94018;
}

div#content h3 {
	background: #e8340a;
	clear: both;
	font-size: 0;
	margin: 25px 0 0 0;
	padding: 5px 0 2px 10px;
}

div#content h3.title {
	margin: 7px 0 0 0;
}

div#content ul.scheduleList {
	padding: 10px 0 5px 0;
}

div#content ul.scheduleList li {
	background: url(images/bg_dot.gif) repeat-x left bottom;
	padding: 12px 0 14px 0;
}

div#content ul.scheduleList li.last {
	background: none;
}

div#content ul.scheduleList li p.date {
	background: url(images/ico_star.gif) no-repeat 0 6px;
	color: #30a6e4;
	float: left;
	font-weight: bold;
	padding: 5px 0 0 29px;
	width: 360px;
}

div#content ul.scheduleList li p.buDetail {
	float: right;
	padding: 0 36px 0 0;
	text-align: right;
}

body#schedule p.pageTop {
	background: none;
	padding: 0 8px 0 0;
}

.detail a{
	color: #e8340a;
}

.detail a:hover{
	color: #e8340a;
}


/* # ticket */

div#content dl.infoTicket {
	padding: 6px 50px 8px 2px;
}

div#content dl.infoTicket dt {
	color: #8CBF22;
	font-weight: bold;
}

div#content dl.infoTicket dd {
	padding: 7px 0 27px 0;
}

div#content dl.infoTicket dd.last {
	padding-bottom: 0;
}

div#content dl.infoTicket dd p {
	padding: 0 0 1px 0;
}

div#content dl.infoTicket dd ul li {
	padding: 0 0 1px 0;
}

div#content dl.infoTicket dd dl dt {
	color: #27AFE1;
	float: left;
	padding: 0 2px 0 0;
}

* html div#content dl.infoTicket dd dl dt {
	padding: 0;
}

*:first-child + html div#content dl.infoTicket dd dl dt {
	padding: 0 3px 0 0;
}

div#content dl.infoTicket dd dl dd {
	padding: 0 0 0 0;
}

body#ticket h3 {
	background: none;
	margin: 0;
	padding: 33px 0 0 0;
	color: #8CBF22;
	font-weight: bold;
	font-size: 16px;
}

div#content dl.infoTour {
	padding: 10px 0 22px 0;
}

div#content dl.infoTour dt {
	font-weight: bold;
	padding: 21px 0 2px 0;
}

div#content dl.application {
	padding: 0 50px 6px 0;
}

div#content dl.application dt {
	color: #2FA4E9;
	font-weight: bold;
	padding-bottom: 2px;
}

div#content dl.application ul {
	padding: 22px 0 0 0;
}

div#content dl.application ul li {
	padding: 0 0 1px 1em;
	text-indent: -1em;
}

.application a{
	color: #e8340a;
}

.application a:hover{
	color: #e8340a;
}


/* # sidebar
---------------------------------------------------------------------------- */

div#sidebar {
	float: right;
	line-height:1em;
	padding: 26px 80px 0 24px;
	width: 163px;
}

div#sidebar p.official {
	border-bottom: 2px solid #eee;
	padding: 0 0 13px 3px;
}

div#sidebar ul.banner {
	border-bottom: 2px solid #eee;
	padding: 13px 0 8px 2px;
}

div#sidebar ul.banner li {
	padding: 0 0 5px 0;
}

div#sidebar dl.lNav {
	padding: 20px 0 0 2px;
}

div#sidebar dl.lNav dt {
	padding: 0 0 15px 3px;
}

div#sidebar dl.lNav dd ul li {
	padding: 0 0 3px 0;
}


/* # footer
---------------------------------------------------------------------------- */

div#footer {
	clear: both;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 14px;
	padding: 3px 0 1px 0;
}

* html div#footer {
	height: 15px;
}

div#footerInner {
	font-size: 80%;
	margin: 0 auto;
	width: 930px;
}

div#footerInner p.contact {
	float: left;
	width: 525px;
}

div#footerInner p.contact a {
	color: #fff;
	text-decoration: none;
}

div#footerInner p.contact a:hover {
	text-decoration: underline;
}

p#copyright {
	float: right;
	text-align: right;
	width: 400px;
}
