@charset "UTF-8";
/* CSS Document */


.storybox {
	background-color: #F9F9F9;
	border:1px;
	border-style:dotted;
	border-color:#CCC;
	padding:10px;
	width:515px;
	height:auto;
	margin-bottom:10px;
}

.storybox2 {
	background-color: #F9F9F9;
	border:1px;
	border-style:dotted;
	border-color:#CCC;
	padding:10px;
	width:240px;
	min-height:235px;
	margin-bottom:10px;
}

p {
	
	background-color:transparent;
	
}

ul {
	list-style:square;
	margin-left: -12px;
	line-height:18px;
}

