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



#contents h2{
	display: block;
	width: 200px;
	line-height: 30px;
	border-radius: 3px;
	background-color: #FF5722;
}
#contents strong{
	color: black;
}
#contents ol {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding: 14px;
	margin-bottom: 20px;
	border: 1px dotted #666;
	font-size: 14px;
	line-height: 180%;
}

.movie{
	margin-left: 100px;
}
