@charset "utf-8";

/** |READ ME| **************************************************************************************

"EPSON"

Cascading Style Sheet Setting File
css/event.css

eventCSS

Ver.20080713

----------------------------------------------------------------------------------------------------


************************************************************************************** |READ ME| **/


/* ----------------------------------------------------------------------
	Layout
---------------------------------------------------------------------- */
#wrapper_ec {
	width:705px;
	height:auto;
	background-color:#f3f3f3;
}

* html #wrapper_ec {
	margin-left:0;
}

#header_ec {
	width:705px;
	height:100px;
	position:relative;
	z-index:1;
}

#container_ec {
	width:510px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
	padding-right:13px;
}

#gNavi_ec {
	width:172px;
	height:auto;
	background-color:#f3f3f3;
	float:right;
	font-size:small;
	padding:10px 3px;
}

.spaceBox {
	padding-left:10px;
}

* html .spaceBox {
	padding:0;
}



/* ----------------------------------------------------------------------
	#gNavi
---------------------------------------------------------------------- */







.mainBox {
	width:705px;
	height:686px;
	background:url(../img/bunki_fix.jpg) no-repeat top left;
	position:relative;
	z-index:1;
	overflow:hidden;
	
}

.mainBox p{
	padding-top:686px;
	
}


.leftBTN,
.rightBTN {
	width:180px;
	height:400px;
	position:absolute;
	z-index:50;
}

.leftBTN {
	top:32px;
	left:15px;
}

.rightBTN {
	top:32px;
	left:510px;
}



.leftBTN a,
.rightBTN a {
	width:180px;
	height:0;
	overflow:hidden;
	display:block;
	text-indent:-9999em;
	padding-top:400px;
}


.leftBTN a:hover {
	background:url(../img/left.jpg) no-repeat 0 0;
}

.rightBTN a:hover {
	background:url(../img/right.jpg) no-repeat 0 0;
}



































