#story_bar {
	width: 200px;
	/* float: left; */
	
	background-color: #d8d8d0;
	
	display: inline-block;
	/*
	padding-left: 20px;
	*/
}

li.story_list {
	color: #444444;
	/*
	list-style: none; 
	padding: 5px;
	*/
	padding: 5px 5px 5px 5px;
	margin-left: 28px;
}

li.story_list:hover {
	background-color: #999999;
	color: #444444;
	/* list-style: none; */
	padding: 5px;
}

#story_now_dec {
	color: #b01861;
	text-decoration: none;
}

.story_link {
	font-size: 14px;
	text-decoration: none;
	color: #444444;
}

.story_link:hover {
	font-size: 14px;
	text-decoration: none;
}

#story_content {
	display: inline-block;
	float: right;
	width: 740px;
	margin-left: 20px;
	background-color: #fff;  /* <--------*/
}

h2 {
	font-size: 160%;
    line-height: 1.6em;
}

#story_title {
	border-top: 3px solid #F767BC;
	color: #F767BC;
	text-align: left;
}

#story_block {
	background-color: #EFEFEF;
	padding: 10px;
	margin-bottom: 20px;
}
p {
	text-align: justify;
	margin: 20px;
}
h3 {
	text-align: justify;
	margin: 20px;
	margin-bottom: -20px;
}