@charset "utf-8";
/* CSS Document */

a:link,a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}



body{
	background-color:#FFF;
	font-family:"MS UI Gothic","MS PGothic","arial","sans-serif";

	

}

img{ border:0;}

#wrap{
	position: relative;
	width:900px; height:1100px;
	margin:0 auto;
	background-image:url(../img/bg.jpg);
	background-repeat: no-repeat;
}

.next{
	position:absolute;
	top:534px;
	left:140px;
	height:30px;
	width:365px;
	background-color:#FFF;
}



.next p{
	margin:7px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	padding:0;


}

.ps_welcome{
		position: absolute;
		top:580px;
		left:234px;
		height:50px;	
		background: url(../img/top_btn1.jpg) 0 0 no-repeat;

}
.ps_welcome:hover{
	background-image: url(../img/top_btn2.jpg);
}

.ps_about{
	position: absolute;
	top:245px;
	left:540px;
}

.ps_event{
	position: absolute;
	top:350px;
	left:565px;
}

.ps_contact{
	position: absolute;
	top:460px;
	left:560px;
}



#ps_photo{
	position: relative;
	top:765px;
	width:750px;
	left:31px;
}

.ps_photo ul{
	list-style-type : none ;
}

.ps_photo li{
	margin:0 3px;
	float: left;
	list-style:none;
}

#link{
	position: relative;
	top:808px;
	left:31px;
	width:780px;
}


.link ul{
	list-style-type : none ;
}

.link li{
	background-image:url(../img/top_18.jpg);
	float:left;
	padding:0;
	margin:0 15px;
	list-style:none;

}

#top_link{
	position:relative;
	top:785px;
	left:760px;
	width:133px;
	}
	
.top_link:hover{
	background-image: url(../img/top3_25_2.jpg);
}

#footer{
	position:relative;
	top:795px;
	margin-left: 30px;
	font-size: 12px;
	color: #FFF;
}

.footer ul{
	list-style-type:none;
	color:#FFF;
}

.footer li{
	float:left;
	border-right:solid #FFF 1px;
	padding:0 5px;
	list-style:none;
	
	
}

.footer li


