
.clearfix {
	clear: both;
}

div.example_block {
	margin: 25px;
	margin-top: 45px;
}

div.example_block h2 {
	margin: 0px;
	font-size: 24px;
	color: #333333;
}

div.example_block .explain {
	margin-top: 10px;
	font-size: 14px;
	font-style: italic;
	color: #9e9e9e;
}

div.example ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

div.example li{
	line-height: 1.1em;
	width: 200px;
	margin-right: 18px;
	float: left;
}

div.example li img {
	width: 200px;
	height: 138px;
	margin-top: 20px;
	border: 0;
}

div.example li div {
	margin: 5px;
}

div.example li div a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	font-size: 13px;
}

div.example li div a:hover {
	text-decoration: underline;
}

div.example li p {
	margin: 0;
	margin-top: 5px;
	font-size: 11px;
	color: #9e9e9e;
}

div.recent_video {
	margin-top: 25px;
	width: 577px;
}

div.recent_video div{
	margin-top: 5px;
}

div.recent_video img {
	border: 0;
}

div.recent_video p {
	margin: 0;
	margin-top: 5px;
	font-size: 13px;
	color: #9e9e9e;
	line-height: 1.5em;
}

div.recent_video a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	font-size: 18px;
}

div.recent_video a:hover {
	text-decoration: underline;
}