@charset "utf-8";
/* CSS Document */

/* ブログ全体 */
#blog_body{
	width:900px;
	margin:0 auto ;
	padding:0 ;
	position:relative ;
	text-align:center ;
	font-size:100% ;
	background: url(../../images/blog/blog_bg.jpg) repeat 0 0;	
}
	/* サイトタイトル */
	#blog_site_title{
		margin:10px auto;
		text-align:right;
		width:900px;
	}
	#blog_head{width: 900px}
	
	/* ブログタイトル */
	#blog_title{
		width: 900px;
		text-align:center;
		margin:10px auto;
	}
	/* フッター */
	#blog_footer{
		background:url(../../images/blog/bg_foot.jpg) no-repeat center;
		margin:0px auto;
		width:898px;
		height:71px;
		padding-top:25px;
	}
	
/* aタグ */
#blog_body a{
	color:#13b4b1;
}
#blog_body a:hover{
	color:#005e14;
}
/* 緑の下線 */
.border_bottom{
	border-bottom:#99d294 solid 1px;	
}
/* 濃い灰色の下線 */
.border_bottom02{
	border-bottom:#707070 solid 1px;	
}
/* 灰色の下線 */
.border_bottom03{
	border-bottom:#CCC solid 1px;	
}				

/* 緑の文字 */
.green{
	color:#13b4b1;	
}
/* 右寄せ */
.right{
	text-align:right;	
}
/* フロート左 */
.fleft{
	float:left;
}


/* コンテンツ */
#blog_body_inner{
	width:898px;
	margin:0 0;
	text-align:left;
}
/* メインコンテンツ */
#blog_main{
	position:relative ;
	text-align:left;
	margin:0 auto;
	overflow: hidden;
	
}
div.blog_wrap1{
	width:898px ;
	position:relative ;
	margin:0 0 0px 0 ;
	background-image:url(../../images/blog/blog_waku_middle.jpg) ;
	background-position:center top ;
	background-repeat:repeat-y ;
}
div.blog_wrap2{
	width:100% ;
	position:relative ;
	margin:0 auto 0 auto ;
	background-image:url(../../images/blog/blog_waku_top.jpg) ;
	background-position:center top ;
	background-repeat:no-repeat;
}

div.blog_wrap3{
	width:100% ;
	position:relative ;
	overflow:hidden ;
	margin:0 auto 0 auto ;
	padding-bottom:5px ;
	background-image:url(../../images/blog/blog_waku_bottom.jpg) ;
	background-position:center bottom ;
	background-repeat:no-repeat ;
	text-align:left ;
}
	div.blog_wrap_body{
		width:670px;
		margin:20px 0px;
	}
		/* ボタン */
		.blog_btn{
			text-align:right;
			margin:10px 15px;	
		}
		/* 記事タイトル */
		.blog_wrap_body h1{
			position:relative ;
			margin:20px 10px 0px;
			text-align:left ;
			text-indent:0.5em ;
			font-size:1.2em ;
			padding:3px 0 ;
			background:url(../../images/blog/contents_title.png) no-repeat center;
			width:640px;
			text-indent:40px;
			line-height:27px;			
		}
			#blog_body .blog_wrap_body h1 a{
				color:#005e14;
				text-decoration:none;
			}
			#blog_body .blog_wrap_body h1 a:hover{
				color:#13b4b1;
				text-decoration:none;
			}
			/* カテゴリ */
			.blog_category{
				text-align:right;
				padding:0 20px;	
			}
		/* ブログ内容 */
		.blog_block{
			width:630px;
			margin:20px 20px 10px;
			padding-bottom:30px;
		}
		.blog_block_img{
			margin:10px auto;
			text-align:center;
			vertical-align:middle;	
		}
		.blog_block_img img{
			margin:10px;
		}
		/* ブログ内容2 */
		.blog_block2{
			width:630px;
			margin:10px 20px 5px;
		}
		/* コメント説明 */
		.blog_block_border{
			border:#CCC solid 1px;
			margin:10px 20px;
			padding:7px;
		}
		/* コメントタイトル */
		.blog_wrap_body h3{
			border-left:#707070 solid 7px;
			border-bottom:#707070 solid 1px;
			width:640px;
			text-indent:7px;
			margin:10px 10px 0px;
		}
			/* コメント内容 */
			.blog_comment{
				padding:5px 3px 3px;
			}
			
		/* コメント投稿フォーム */	
		.blog_comment_table{
			width:590px;
			margin:auto 20px;
		}
			.blog_comment_table th{
				text-align:right;
				padding-right:7px;
				width:100px;	
			}
			.blog_comment_table td{
				text-align:left;
				padding-top:2px;
				padding-left:7px;	
			}
			.textarea_normal{ 
				width:400px;
			}

		
/* サイドコンテンツ */
#blog_side{
	overflow: hidden;
	position:relative ;
	float:left ;
	text-align:left ;
	margin-right:15px;
}
	div.blog_side_wrap_body{
		width:188px;
		margin:10px 8px !important;
		margin:10px 5px;
	}
		/* サイドタイトル */
		div.blog_side_wrap_body h2{
			background:url(../../images/blog/side_title.png) no-repeat center;
			width:190px;
			line-height:49px;
			font-size:1.5em;
			font-weight:bold;
			color:#21ab38;
			text-align:center;
			margin:5px 0 10px;
			text-indent:15px;
		}
			/* フォント小さく */
			div.blog_side_wrap_body h2.small{font-size:1.2em;}
		/* カレンダー */
		.blog_calender{
			width:170px;
			margin:11px;
			text-align:center;
			border-collapse:separate;	
			border-spacing: 2px;		
		}
			.blog_calender caption{
				text-align:center;	
			}
			.blog_calender th{
				text-align:center;	
				border:1px solid #CCCCCD ;
			}
			.blog_calender td{
				border: #FFF solid 1px;
				border: 1px solid #CCCCCD;
			}
			.blog_calender td.blog_tgray{
				color:#CCC;
			}
			.blog_calender td.blog_tblue{
				background-color:#eef7ff;
			}
			.blog_calender td.blog_tpink{
				background-color:#f4cfce;
			}
		/* リスト */	
		.blog_side_ul{
			padding:3px 10px;	
		}
		.blog_side_ul li{
			padding-bottom:2px;	
		}
		/* ブロック */
		div.blog_side_block{
			padding:3px 10px;	
		}

/* ブログフッター */

#blog_footer { 
	width:900px;
	margin: 0 0;
	}