@charset "UTF-8";
/* CSS Document */
body{ margin:0; padding:0; background-color: #FFFFFF; }

a,a:hover,a:link{text-decoration:none;}

div#header{ margin:30px 0 0 40px; padding:0; width:100%; height:27px;}
div#header h1{
	margin:0 30px 0 0;
	padding:0;
	width:467px;
	height:27px;
	float:left;
}

div#header ul{ margin:0; padding:0;}
	
div#header ul li{
	margin:12px 0 0 10px;
	padding:0;
	list-style:none;
	height:15px;
	float:left;
}



div#contents {
	margin:50px auto 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

div#contents ul {
	width: 100%;
	height:100%;
	overflow: hidden;
	position: relative;
}

div#contents ul li {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
}

div#next{
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	z-index: 100;
	position: absolute;
	cursor: pointer;
	background: transparent url(../img/next.png) no-repeat right center;
}

div#prev{
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	z-index: 100;
	position: absolute;
	cursor: pointer;
	background: transparent url(../img/prev.png) no-repeat left center;
}

div#copy{
	margin:10px auto 0 auto;
	width:100%;
	height:15px;
	text-align:center;
	position: absolute;
	bottom:3px;
}