@charset "Shift_JIS";

#story {
	float: left;
	width: 100px;
	margin-top: 20px;
}

	#story ul {
		border-top: 2px solid #202020;
		border-bottom: 2px solid #202020;
		margin-top: 14px;
		margin-left: 15px;
	}

	#story li {
		list-style: none;
	}
	
	#story li a {
		display: block;
		height: 100%;
		text-align: center;
		color: #d0d0d0;
		font-style: italic;
		font-size: 150%;
		text-decoration: none;
		line-height: 1.5;
	}
	
	#story li.active a {
		color: #202020;
	}

#content {
	float: right;
	width: 720px;
}


