@charset "utf-8";
*{
	margin:0;
	padding:0;
	}
body {
	background: #f9edc3 url(imgs/bk.jpg) center top repeat-y;
}
a span{
	display:none;
	}
ul{
	list-style:none;
	
	}
ul.liston{
	list-style:circle;
	margin-left:50px;
	}
#wrapper{
	background:url(imgs/headbk.jpg) center top no-repeat;
	}
#footer{
	background:url(imgs/footerbk.jpg) center top no-repeat;
	height:105px;
	text-align:center;
	}
	
#center{
	width:1000px; 
	margin:0 auto;
	}
#content{
	width:600px;
	position:relative;
	left:380px;
	
	}
#maincontent{
	font:1em/1.5 Verdana, Geneva, sans-serif;
	margin-top:40px;
	padding:0px 40px 0px 35px; 
	
	
	}
#maincontent h2{
	margin-top:30px;
	margin-bottom:15px;
	}
#maincontent ol{
	margin-left:30px;
	}
ul.navi{
	list-style:none;
	height:58px;
	padding-top:92px;
	
	}
	
ul.navi a{
	display:block;
	width:144px;
	height:58px;
	}
ul.navi li{
	float:left;
	
	}
/*-----------------*/

a.home{
	display:block;
	width:115px;
	height:20px;
	background:url(imgs/back.gif) no-repeat 0px -20px;
	position:absolute;
	left: 443px;
	top: 49px;
	
	}
a.home:hover{
	background:url(imgs/back.gif) no-repeat 0px 0px;
	
	}
a.merge01{
	background:url(imgs/menu.jpg) no-repeat 0px -116px;
	}
a.merge02{
	background:url(imgs/menu.jpg) no-repeat -144px -116px;
	}
a.merge03{
	background:url(imgs/menu.jpg) no-repeat -288px -116px;
	}
a.merge04{
	background:url(imgs/menu.jpg) no-repeat -432px -116px;
	}
a.merge01:hover{
	background:url(imgs/menu.jpg) no-repeat 0px -58px;
	}
a.merge02:hover{
	background:url(imgs/menu.jpg) no-repeat -144px -58px;
	}
a.merge03:hover{
	background:url(imgs/menu.jpg) no-repeat -288px -58px;
	}
a.merge04:hover{
	background:url(imgs/menu.jpg) no-repeat -432px -58px;
	}
a.merge01Curr{
	background:url(imgs/menu.jpg) no-repeat 0px 0px;
	}
a.merge02Curr{
	background:url(imgs/menu.jpg) no-repeat -144px 0px;
	}
a.merge03Curr{
	background:url(imgs/menu.jpg) no-repeat -288px 0px;
	}
a.merge04Curr{
	background:url(imgs/menu.jpg) no-repeat -432px 0px;
	}
a.next01{
	display:block;
	width:235px;
	height:55px;
	background:url(imgs/next01.gif) no-repeat 0px 0px;
	position:relative;
	left:420px;
	
	}
a.next01:hover{

	background:url(imgs/next01.gif) no-repeat 0px -55px;
	
	}


a.next02{
	display:block;
	width:235px;
	height:55px;
	background:url(imgs/next02.gif) no-repeat 0px 0px;
	position:relative;
	left:420px;
	
	}
a.next02:hover{

	background:url(imgs/next02.gif) no-repeat 0px -55px;
	
	}
a.next03{
	display:block;
	width:235px;
	height:55px;
	background:url(imgs/next03.gif) no-repeat 0px 0px;
	position:relative;
	left:420px;
	
	}
a.next03:hover{

	background:url(imgs/next03.gif) no-repeat 0px -55px;
	
	}
a.next04{
	display:block;
	width:235px;
	height:55px;
	background:url(imgs/next04.gif) no-repeat 0px 0px;
	position:relative;
	left:420px;
	
	}
a.next04:hover{

	background:url(imgs/next04.gif) no-repeat 0px -55px;
	
	}

/*--------------*/
.clear{
	clear:both;
	
	}
.foot{
	font-size:12px;
	padding-left:300px;
	position:relative;
	top:50px;
	}
.em{
	font-weight:bold;
	color:#F00;
	
	}
.bold{
	font-weight:bold;
	}
.small{
	font-size:12px;
	}
