@charset "UTF-8";
/* --------------------------------------------------
	CSS Reset
-------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
ul,ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a:link,
a:visited {
	color: #4D4D4D;
	text-decoration: none;
}
a:hover,
a:active {
	color: #4D4D4D;
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}

h1,h2,h3,h4,h5,h6,
dt,dd,li,form,input,select,textarea,
p,address,pre,blockquote,th,td {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","sans-serif";
	font-size: 16px;
	line-height: 1.6;
	color: #4D4D4D;
}
img { vertical-align: top; }


/* --------------------------------------------------
	Clearfix
-------------------------------------------------- */
.clearfix:after {
	content : '';
	display : block;
	clear : both;
}
.clearfix { *zoom: 1; }


/* --------------------------------------------------
	body
-------------------------------------------------- */
body {
	background: #fff url(../img/bg1.jpg) no-repeat top center;
}
/* --------------------------------------------------
	#wrapper
-------------------------------------------------- */
#wrapper {
	position: relative;
	margin: 0;
	width: 100%;
}


/* --------------------------------------------------
	#gHeader
-------------------------------------------------- */
#gHeader {
	position: relative;
	margin: 0 auto;
	padding: 0 5px;
	width: 960px;
	height: 184px;
	background: url(../img/gNav_bg.jpg) no-repeat top center;
}
#gHeader h1 { padding: 82px 0 0 23px; }
#gHeader ul li { float: left; }

#gHeader .banner {
	position: absolute;
	left: 315px;
	top: 131px;
}
#gHeader .banner li { margin-left: 6px; }

#gHeader .sns {
	position: absolute;
	right: 20px;
	top: 138px;
}
#gHeader .sns li { margin-left: 5px; }

#gHeader .ticket {
	position: absolute;
	right: 16px;
	top: 61px;
}
#gHeader .ticket li { float: none; }


/* --------------------------------------------------
	#gHeader nav
-------------------------------------------------- */
#gHeader nav {
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px 5px;
	width: 960px;
	height: 80px;
}
#gHeader nav ul { width: 960px; }
#gHeader nav ul li { float: left; }
#gHeader nav ul li:nth-child(1) { width: 105px; }
#gHeader nav ul li:nth-child(2) { width: 185px; }
#gHeader nav ul li:nth-child(3) { width: 100px; }
#gHeader nav ul li:nth-child(4) { width: 150px; }
#gHeader nav ul li:nth-child(5) { width: 100px; }
#gHeader nav ul li:nth-child(6) { width:  95px; }
#gHeader nav ul li:nth-child(7) { width:  95px; }
#gHeader nav ul li:nth-child(8) { width: 130px; }

/* --------------------------------------------------
	#mainContents
-------------------------------------------------- */
#mainContents {
	position: relative;
	margin: 0 auto;
	padding: 0 5px 1px 5px;
	width: 960px;
	background: url(../img/base.png) repeat-y top center;
}


/* --------------------------------------------------
	#pagetop
-------------------------------------------------- */
#pagetop {
	clear: both;
	position: fixed;
	bottom: 10px;
	left: 50%;
	margin-left: 440px;
	z-index: 100;
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: url(../img/pagetop.gif) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}


/* --------------------------------------------------
	#sponsor
-------------------------------------------------- */
#sponsor {
	clear: both;
	position: relative;
	margin: 0 auto;
	padding: 35px 0 0 0;
	width: 840px;
	height: 65px;
	border-top: 2px solid #cccccc;
}
#sponsor dl dt,
#sponsor dl dd { float: left; }
#sponsor dl.title { margin-left: 57px; }
#sponsor dl.title dt { margin-right: 12px; }
#sponsor dl.special dt { margin: 0 12px 0 32px; }
#sponsor dl.normal dt { margin: 0 12px 0 32px; }
#sponsor dl.normal dd { margin: 0 10px 0 0; }
#sponsor dl.normal dd.s01 img { margin-top: -12px; }


/* --------------------------------------------------
	#gFooter
-------------------------------------------------- */
#gFooter {
	position: relative;
	clear: both;
	padding: 42px 0 0 0;
	width: 100%;
	height: 52px;
	background: url(../img/footer_bg.jpg) no-repeat top center;
}
#gFooter ul { margin-left: 30px; }
#gFooter ul li {
	float: left;
	margin-right: 18px;
}
#gFooter ul.sns {
	position: absolute;
	right: 330px;
	top: 42px;
}
#gFooter ul.sns li {
	margin-right: 0;
	margin-left: 5px;
}

#gFooter p.copyright {
	margin-right: 30px;
	text-align: right;
	font-size: 0.65em;
	line-height: 20px;
	color: #fff;
}
