@charset "utf-8";
*{
	margin:0;
	padding:0;
	}
a span{
	display:none;
	}
body {
	background:#000 url(imgs/bk.jpg) no-repeat top center;
}
#bkcenter{
	width:700px;
	margin:0 auto;
	background: url(imgs/bk_01.jpg) no-repeat top center;
	position:relative;
	height:600px;
	}

#flashContent{
	width:700px;
	height:580px;
	margin:0 auto;
	}
ul {
	list-style:none;
	padding-left:5px;
	}
ul.mainMenu{
	width:410px;
	margin:0 auto;
	}
ul li{
	float:left;
	margin-left:5px;
	}
ul li a{
	display:block;
	width:191px;
	height:63px;
	
	}
a.intro{
	background:url(imgs/btn.gif) no-repeat 0px 0px; 
	}
a.event01{
	background:url(imgs/btn.gif) no-repeat -191px 0px; 
	}
a.event02{
	background:url(imgs/btn.gif) no-repeat -382px 0px; 
	}
a.event03{
	background:url(imgs/btn.gif) no-repeat -573px 0px; 
	}
a.intro:hover{
	background:url(imgs/btn.gif) no-repeat 0px -63px; 
	}
a.event01:hover{
	background:url(imgs/btn.gif) no-repeat -191px -63px; 
	}
a.event02:hover{
	background:url(imgs/btn.gif) no-repeat -382px -63px; 
	}
a.event03:hover{
	background:url(imgs/btn.gif) no-repeat -573px -63px; 
	}
ul.topmenu{
	position:absolute;
	left:550px;
	padding:0px;
	width:236px;
	}
ul.topmenu li a{
	width:118px;
	height:30px;
	
	}
ul.topmenu li{
	margin:0px;
	}
a.main_home{
	background:url(imgs/topmenu.gif) no-repeat 0px 0px;
	}
a.main_regi{
	background:url(imgs/topmenu.gif) no-repeat -118px 0px;
	}
a.main_home:hover{
	background:url(imgs/topmenu.gif) no-repeat 0px -30px;
	}
a.main_regi:hover{
	background:url(imgs/topmenu.gif) no-repeat -118px -30px;
	}
