@charset "UTF-8";
/* CSS Document */
.blog_html{
	margin-bottom: 80px;
	width: 500px;
}
.blog_html a {
	color: #32373E;
	text-decoration: underline;
}
.blog_html a:hover {
	color: #B4C0CC;
	text-decoration: none;
}
.blog_html .title_large {
	font-size: 1.4em;
	margin-bottom: 8px;
}
.blog_html .title_midium {
	font-size: 1.2em;
	margin-bottom: 5px;
}
.blog_html .text {
	font-size: 0.9em;
	margin-bottom: 15px;
	line-height: 1.2em;
}
.blog_html .text_enclosure {
	font-size: 0.9em;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	line-height: 1.2em;
}
.blog_html .text_left_image {
	font-size: 0.9em;
	margin-bottom: 15px;
}
.blog_html .text_left_image img {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
.blog_html .text_right_image {
	font-size: 0.9em;
	margin-bottom: 15px;
}
.blog_html .text_right_image img {
	display: block;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
.blog_html .image_large {
	margin-bottom: 10px;
}
.blog_html .gallery {
	text-align: left;
}
.blog_html .gallery img{
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #000000;
}