@charset "utf-8";
/* CSS Document */
h1 {
	margin: 0;
	padding-bottom: 10px;
}
h1.sub {
	background-color: #F4F0E9;
	background-image: url(/blog/img/bg_h2_2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	margin-bottom:10px;
	padding:3px 5px;
}
h1.sub span {
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight:bold;
}
div#head {
	padding: 0;
	position:relative;
}
div#head div.blogtop{
	position:absolute;
	top:19px;
	right:0px;
}
dl#leftMenu {
	width: 204px;
	float: left;
	margin: 0;
	padding: 0;
}
dl#leftMenu dt {
	list-style: none;
	background-image: url(/blog/img/bg_ul.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 26px;
	border-top: none;
	padding-left: 15px;
}
dl#leftMenu dd {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-bottom: 8px;
	border-bottom: 1px solid #CCCCCC;
	padding: 8px 0;
}
dl#leftMenu ul {
	width: 202px;
	margin: 0;
	padding: 0;
	list-style: none;
}
dl#leftMenu li {
	line-height: 22px;
	margin: 0;
	padding: 0;
	background-image: url(/img/news.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	margin-left: 8px;
	padding-left: 11px;
}
div#entry {
	float: right;
}
div.entry_body {
	width: 562px;
	border: 1px solid #DBD0BC;
	padding: 5px 11px 12px 11px;
	background-image: url(/blog/img/bg_h2.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 12px;
}
div#entry h2 {
	margin: 0;
	padding: 0;
	font-size: 150%;
	background-image:none;
	padding-left: 2px;
	margin-bottom:25px;
}
div#entry p {
	margin-bottom: 1.5em;
}
div#entry p.photo {
	margin-bottom: 1.5em;
}
div#entry p.photo img {
	margin-right: 7px;
}
div#entry div.category {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
	padding:2px 6px;
} 
div#entry div.category p.date {
	float:right;
	text-align: right;
	font-weight: bold;
	margin: 0;
	color:#666666;
}
div#entry div.category p.blogcat {
	float:left;
	font-size: 10px;
	line-height: 20px;
	margin: 0;
}
div#entry p.next {
	text-align: center;
	border-top: 1px solid #CCCCCC;
	margin-top: 19px;
	margin-bottom: 0px;
	padding-top: 5px;
}
p.pagetop {
	margin-bottom: 9px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Clearfix floatの解除処理
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.clear {
	clear:both;
}

