@charset"utf-8";
/* base styles */


/*
		1 : Clear Fix
		2 : content
		3 : header
 */


/* ***********************************************************************
       1 : Clear Fix
*********************************************************************** */
.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height:0;
	visibility: hidden;
}
.clearFix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearFix {
	height: 1%;
}
.clearFix {
	display: block;
}
/* End hides from IE-mac \*/


/* ***********************************************************************
       2 : content
*********************************************************************** */
#content #pageup .pageup {
	clear: both;
	width: 535px;
	margin: 0 auto;
	padding-top: 15px;
}
#content #pageup .pageup {
	text-align: right;
	font-size: 12px;
}
#content #pageup .pageup a {
	color: #000000;
	text-decoration: none;
}
#content #pageup .pageup a:link {
	color: #000000;
}
#content #pageup .pageup a:visited {
	color: #000000;
}
#content #pageup .pageup a:hover,
#content #pageup .pageup a:focus,
#content #pageup .pageup a:active {
	color: #000000;
}


/* ***********************************************************************
        3 : header
*********************************************************************** */
#header {
	width: 100%;
	border-bottom: 2px solid #262219;
	background-color: #FFFFFF;
}
#header-inner {
	height: 180px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: url(../../event/images/bg.gif) no-repeat bottom;
}
#header-title p a {
	height: 22px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(../../image/index/title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 95px;
	position: absolute;
	left: 15px;
	top: 153px;
	display: block;
}
#header-rokokoro {
	position:relative;
	left:15px;
	top:12px;
	width:230px;
	height: 70px;
}

/*==================================
 *	super-banner
 *==================================*/
#header #super-banner {
	height: 60px;
	width: 468px;
	position: absolute;
	left: 368px;
	top: 40px;
}
#header #super-banner02 {
	height: 90px;
	width: 728px;
	position: absolute;
	left: 237px;
	top: 25px;
}

/*==================================
 *	global-nav
 *==================================*/
 #global-nav {
 	border-bottom: 2px solid #39414E;
 }
