@charset "UTF-8";



#manga{
	border: solid 3px #000;
}

#manga-block{
	position: relative;
	height: 414px;
	width: 100%;
	overflow: hidden;
	background: #fff;
}

	#manga-block ol{
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
	}
	
	#manga-block li{
		width: 560px;
		height: 414px;
		overflow: hidden;
		float: left;
	}
	
	#manga-block .np{
		position: absolute;
		width: 40px;
		height: 61px;
		bottom: 10px;
		z-index: 1;
		display: none;
	}
	
#next{
	right: 10px;
	background: url(../images/home/next.png) no-repeat 0 0;
}

#prev{
	left: 10px;
	background: url(../images/home/prev.png) no-repeat 0 0;
}

#manga-bar{
	height: 45px;
	border-top: solid 3px #000;
	background: #fff;
	font-size: 18px;
}

	#manga-bar h1{
		height: 45px;
		line-height: 45px;
		float: left;
	}
	
	#manga-bar p{
		float: left;
		font-size: 10px;
		height: 45px;
		line-height: 45px;
		font-weight: bold;
	}
	
	#manga-bar ul{
		float: left;
		margin: 17px 10px 0 0;
		list-style: none;
	}
	
	#manga-bar li{
		float: left;
		margin-left: 10px;
	}
	
	#manga-bar a{
		display: block;
		width: 10px;
		height: 10px;
		background: url(../images/home/dot.png) no-repeat 0 0;
	}
	
	#manga-bar a.current,
	#manga-bar a:hover{
		background-position: 0 -10px;
	}
	
	#manga-bar .new{
		float: right;
		margin: 17px 10px 0 0;
	}