@charset "UTF-8";




ul.revolver {
	list-style-type:none;
}

ul.revolver {
	width : 640px;
	height : 480px;
	position : relative;
	overflow : hidden;
	margin:0;
	padding:0;
}

ul#heroinelist li {
	position:absolute;
	width:270px;
	height:430px;
}

ul.revolver li img {
	width:100%;
	height:100%;
	border:0;
}


 ul#townspeoplelist {
	width : 640px;
	height : 400px;
}

 ul#townspeoplelist li {
	position:absolute;
	width:220px;
	height:360px;
}


ul#monsterlist {
	width : 640px;
	height : 480px;
}

ul#monsterlist li {
	position:absolute;
	width:250px;
	height:430px;
}



#next {
	width: 30px;
	height: 30px;
	top: -80px;
	left: 580px;
	display: block;
	position: relative;
}

#prev {
	width: 30px;
	height: 30px;
	top: -50px;
	left: 30px;
	display: block;
	position: relative;
}



#charamenu {
	position: relative;
}


#charamenu ul {
	margin-top: -180px;
	list-style: none;
}

#charamenu ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}



.point {
	border: 2px dotted #cc3366;
	padding: 15px;
	background-color: #ffddee;
	line-height: 1.5em;
	clear: both;
}



.point img.right {
	margin: 0px 0px 0px 5px;
	float: right;
}

.point:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.point {
	display: inline-block;
}

*html .point {height:1%;}
.point {display: block;}
