@charset"utf-8";
#blog_body {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
	
#blog_center {
	width: 760px;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	background-color: #ffffff;
	float: right;
}
	
#blog_right {
	width: 180px;
	position: relative;
	z-index: 1;
	float: right;
}
	
#blog_left {
	width: 180px;
	position: relative;
	z-index: 1;
}

p {
	color: black;
	font-size: 0.83em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

/*TITLEの日時表示*/
.blog_date{font-size:12px; margin-left:40px;}
/*TITLE表示*/
.blog_title{
	color: #669933;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 3px;
	background-color: #f0fff0;
	overflow: hidden;
}

/*コメント表示*/
.blog_com {
	color: #669933;
	font-size: 0.83em;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: 10px;
}

/*記事毎のBODY領域*/
.entry-content{margin-left:80px;}

/*カレンダー領域*/
.blog_calendar{
	color: #669933;
	font-size: 14px;
	line-height: 16px;
	background-color: #f0fff0;
	overflow: hidden;
}

/*
#primary{}						//記事全体
.site-content{}					//記事全体
#content{}						//記事全体
.entry-header{}					//記事毎のheader
*/
.entry-title{font-size:20px; color:white;}	/*  H1 of TITLE */
/*
.entry-meta{}					//記事毎のFooter
.edit-link{color:darkred;}		//  記事編集のSAPN
.post-edit-link{}				//  記事編集のアンカー
*/
