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

.story-wrap {
	width: 550px;
	float:right;
	margin-right: 30px;
	margin-bottom: 20px;
}

.story-wrap h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	background-color: #501460;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-bottom: 10px;
	line-height: 18px;
}
.story-wrap h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
	color: #501460;
	line-height: 17px;
}
.story-wrap img{
border: 0px;
}
.story-wrap p{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	margin-bottom: 7px;
	}

	.story-wrap p a:link{
	color: #999999;
	margin-bottom: 7px;
	text-decoration: none;
	font-weight: bold;
	}
	.story-wrap p a:visited{
	color: #999999;
	margin-bottom: 7px;
	text-decoration: none;
	font-weight: bold;
	}
	.story-wrap p a:hover{
	color: #000000;
	margin-bottom: 7px;
	text-decoration: none;
	font-weight: bold;
	}
	.story-wrap p a:active{
	color: #999999;
	margin-bottom: 7px;
	text-decoration: none;
	font-weight: bold;
	}
.story-wrap ul{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	margin-bottom: 7px;
	margin-left: 12px;
	list-style-type: square;
}

