@charset "utf-8";

body{
	font-size:0.75em;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


.clear{
	clear:both;
}


div#eventTopContainer, div#eventNaviContainer{
	width:900px;
	margin:50px auto 20px auto;
}

h2#eventTitle{
	width:844px;
	height:84px;
	margin:20px auto 0 auto;
	padding:0;
	font-size:0.85em;
}

h2#eventTitle a{
	display:block;
	width:844px;
	height:84px;
	background:url(../image/eventTitleImageBtn.jpg) no-repeat bottom;
	text-indent:-1000em;
	overflow:hidden;
}

h2#eventTitle a:hover{
	background:url(../image/eventTitleImageBtn.jpg) no-repeat top;
}

ul#eventNavi{
	width:860px;
	height:80px;
	margin:10px auto;
	padding:0;
	list-style-type:none;
}

ul#eventNavi li{
	display:inline;
	float:left;
	width:160px;
	height:80px;
	margin:0 0 0 10px;
	padding:0;
	text-indent:-1000em;
	overflow:hidden;
}

/*ナビゲーションボタン1*/
ul#eventNavi li.btn1 a{
	display:block;
	width:160px;
	height:80px;
	background:url(../image/eventBtn01.jpg) no-repeat top;
}
ul#eventNavi li.btn1 a:hover{
	display:block;
	background:url(../image/eventBtn01.jpg) no-repeat bottom;
}

/*ナビゲーションボタン2*/
ul#eventNavi li.btn2 a{
	display:block;
	width:160px;
	height:80px;
	background:url(../image/eventBtn02.jpg) no-repeat top;
}
ul#eventNavi li.btn2 a:hover{
	display:block;
	background:url(../image/eventBtn02.jpg) no-repeat bottom;
}

/*ナビゲーションボタン3*/
ul#eventNavi li.btn3 a{
	display:block;
	width:160px;
	height:80px;
	background:url(../image/eventBtn03.jpg) no-repeat top;
}
ul#eventNavi li.btn3 a:hover{
	display:block;
	background:url(../image/eventBtn03.jpg) no-repeat bottom;
}

/*ナビゲーションボタン4*/
ul#eventNavi li.btn4 a{
	display:block;
	width:160px;
	height:80px;
	background:url(../image/eventBtn04.jpg) no-repeat top;
}
ul#eventNavi li.btn4 a:hover{
	display:block;
	background:url(../image/eventBtn04.jpg) no-repeat bottom;
}

/*ナビゲーションボタン5*/
ul#eventNavi li.btn5 a{
	display:block;
	width:160px;
	height:80px;
	background:url(../image/eventBtn05.jpg) no-repeat top;
}
ul#eventNavi li.btn5 a:hover{
	display:block;
	background:url(../image/eventBtn05.jpg) no-repeat bottom;
}

p.naviCaption{
	text-align:center;
	width:800px;
	margin:0 auto 30px auto;
	padding:5px 0;
	color:#CC0000;
}

div.border1{
	width:100%;
	height:7px;
	background:url(../image/eventTopLine.jpg) repeat-x;
}



.gototop{
	text-align:center;
	width:900px;
	margin:0 auto;
	padding:20px 0;
	background:#CCCCCC;
	letter-spacing:0.1em;
}

.gototop a{
	text-decoration:none;
	color:#000000;
}

.gototop a:hover{
	text-decoration:none;
	color:#FF6600;
}

strong{
	color:#FF0000;
}



/*イベンターバナースタイル*/
.bnrStyle{
	margin:15px 0 0 5px;
	padding:0;
}

.bnrStyle span a{
	color:#FF66FF;
}




