@charset "UTF-8";

/* ----------- header ----------- */
body{
	background: #ffe42d;
}
header {
	position: relative;
}

/* #mainArea */
header #mainArea {
	margin: 0 auto;
	padding: 60px 0 0;
	position: relative;
	background: url(../img/bg_main.jpg) no-repeat center top #ffe42d;
	background-size: cover;
	position: relative;
}

header h1 {
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
header h1 img {
	margin: 0;
	max-width: none;
}
header #mainArea #pickBnr {
	position: absolute;
	top: 80px;
	right: 8px;
	z-index: 100;
}
header #mainArea #pickBnr li {
	margin: 0 auto 5px;
}


/* #navArea */
#navWrapper {
	margin: 0 auto;
	padding: 0 0 11px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#navArea {
	margin: 0 auto;
	height: 60px;
	position: relative;
	background: #ffe010;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
	z-index: 102;
}
#navArea2{
	margin: 0 auto;
	height: 60px;
	position: relative;
	top: -80px;
	left: 0;
	right: 0;
	background: #915c00;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
	z-index: 101;
}

#gNav1 ul li {
	padding: 0 5px;
	display: inline-block;
}
#gNav1 ul li:first-child {
	padding: 0;
	background: none;
}

#gNav1 ul li a {
	font-size:0;
	vertical-align: top;
}

#gNav2 ul li {
	display: inline-block;
}
#gNav2 ul li:first-child {
	padding: 0;
	background: none;
}

#gNav2 ul li a {
	font-size:0;
	vertical-align: top;
}


/* #snsArea */
#snsArea {
	position: absolute;
	top: 11px;
	right: 100px;
}

#snsArea ul li {
	width: auto;
}


/* ----------- section ----------- */
section {
	margin: -240px auto 0;
	padding: 64px 0 0;
	text-align: center;
	position: relative;
	background: url(../img/bg_gradation.png) repeat-x center top;
	z-index: 101;
}

/* #eventBnr */
section #eventBnr {
	margin: 0 auto 20px;
	width: 1000px;
}

section #eventBnr ul {
	text-align: center;
}
section #eventBnr ul li{
	margin: 0 5px 10px;
	display: inline-block;
}

/* ----------- aside ----------- */
aside {
	margin: 40px auto 0;
	width: 880px;
	font-size:0;
}

aside ul {
	text-align: center;
}

aside ul li {
	margin: 0 10px 10px;
	font-size:0;
	display: inline-block;
}

/* ----------- footer ----------- */
footer {
	color: #1c1c1c;
}
/* #snsShare */
footer #snsShare {
	margin: 0 auto 50px;
	text-align: center;
}

footer #snsShare li {
	margin: 0 5px;
	display: inline-block;
}


/* ----------- tumblr ----------- */

/*	jScrollPane
====================================================*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background-color:#fff;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12px;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
	background: #fff;
	position: relative;
}
.jspDrag{
	background: #e62e8b;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #e62e8b;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #ffebf5;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #e62e8b;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{
	margin: 0 -3px 0 0;
}


