@charset "UTF-8";
#blog_tencho {
	background-image: url(../images/menu_right_bg.png);
	font-size: 12px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#blog_tencho img {
	border: 1px solid #000000;
}
#blog_tencho .name {
	margin-top: 8px;
	margin-bottom: 5px;
}
#blog_tencho .comment {
}
.blog_title {
	font-size: 15px;
	font-weight: bold;
	background-image: url(../images/blog_title_bg.jpg);
	padding: 10px;
	letter-spacing: 2px;
}
.blog_title a {
	color: #FFFFFF;
	text-decoration: none;
}
.blog_title a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.blog_data {
	font-size: 11px;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	letter-spacing: 1px;
}
.blog_data .cate {
	float: left;
}
.blog_data .cate a {
	color: #FFFFFF;
	text-decoration: underline;
}
.blog_data .cate a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.blog_data .date {
	text-align: right;
}
.blog_html  a {
	color: #FFFFFF;
	text-decoration: underline;
}
.blog_html h4{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.blog_html h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.blog_html {
	font-size: 12px;
	line-height: 120%;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
}
.blog_html .cate a {
	color: #FFCC00;
	text-decoration: none;
}
.blog_html p {
	margin-bottom: 16px;
}
.blog_html .cate a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.rightside_list {
	background-image: url(../images/menu_right_bg.png);
	font-size: 11px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 14px;
	margin-bottom: 8px;
}
.rightside_list li {
	margin-top: 5px;
	margin-bottom: 5px;
}
.rightside_list a {
	color: #FFFFFF;
	text-decoration: none;
}
.rightside_list .selected {
	color: #FFFF00;
	text-decoration: none;
}
.rightside_list .ear {
	margin-bottom: 3px;
	margin-left: -3px;
	font-weight: bold;
	color: #FFFFCC;
	margin-top: 5px;
	letter-spacing: 1px;
}
.rightside_list a:hover {
	text-decoration: underline;
	color: #FFCC00;
}





/**** ブログ内容 ****/
.title_large {
	font-size: 1.4em;
	margin-bottom: 8px;
}
.title_midium {
	font-size: 1.2em;
	margin-bottom: 5px;
}
.text {
	margin-bottom: 10px;
	line-height: 1.2em;
}
.text_enclosure {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	line-height: 1.2em;
}
.text_left_image {
	margin-bottom: 10px;
}
.text_left_image img {
	display: block;
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
	border: 1px solid #333333;
}
.text_right_image {
	margin-bottom: 10px;
}
.text_right_image img {
	display: block;
	float: right;
	margin-right: 8px;
	margin-bottom: 4px;
	border: 1px solid #333333;
}
.image_large {
	margin-bottom: 10px;
	border: 1px solid #333333;
}
.gallery {
	text-align: left;
}
.gallery img{
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #000000;
}





/**** ページャー ****/
.pager {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 15px;
	font-size: 11px;
	margin-right: 15px;
}
.pager a{
	color: #FFFFFF;
	margin-right: 3px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #333333;
	text-decoration: none;
	background-color: #000000;
}
.pager a:hover{
	color: #000000;
	background-color: #666666;
	border: 1px solid #666666;
}
.pager .selected{
	color: #000000;
	margin-right: 3px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #666666;
	background-color: #666666;
}
.next_prev {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 15px;
	font-size: 11px;
	margin-right: 15px;
	line-height: 130%;
}
.next_prev a {
	color: #FFFFFF;
	text-decoration: underline;
}
.next_prev a:hover {
	color: #FFCC00;
	text-decoration: underline;
}