@charset "UTF-8";
.blog_title {
	font-size: 20px;
	font-weight: bold;
	color: #243657;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #243657;
	padding-bottom: 8px;
	font-family: "MS Serif", "New York", serif;
}
.blog_list {
	font-size: 14px;
	color: #666;
	padding-top: 4px;
	padding-bottom: 6px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.blog_list a:link {
	color: #666;
	text-decoration: none;
}
.blog_list a:hover {
	color: #333;
	text-decoration: none;
}
.blog_list a:active {
	color: #666;
	text-decoration: none;
}
.blog_list a:visited {
	color: #666;
}
.iframe_mov {
	margin-bottom: 30px;
}
