@charset "utf-8";
/* CSS Document */


/*
外枠
********************************************************************************************/

#all_wrap_lv3{
	width:1014px;
	overflow:hidden;
	background-image:url(image/head_01.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-bottom:25px;
}

/*
コンテンツ枠
********************************************************************************************/

#contents_container_lv1{
	width:1000px;
	margin:0px auto;
	overflow:hidden;
	background-image:url(image/head_02.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

/*
投稿1件分
********************************************************************************************/

.one_post_container{
	clear:both;
	width:632px;
	margin:30px 0px;
	overflow:hidden;
}

.one_post_container h3.post_title{
	margin:0px;
	clear:both;
	background-image:url(image/entry_title.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	line-height:35px;
	padding-left:40px;
	overflow:hidden;
	padding-bottom:7px;
	
}

.one_post_container h3.post_title a{
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

.one_post_container h3.post_title a:hover{
	text-decoration:none;
}

.one_post_container .post_meta{
	font-size:0.875em;
	padding:0px 0px 0px 40px;
	overflow:hidden;
}

.one_post_container .entry_body_container{
	width:590px;
	margin-left:40px;
	overflow:hidden;
	margin-top:15px;
}

#right_column .one_post_container .entry_body_container h1{
	font-size:25px;
	line-height:150%;
	margin:0px 0px 1em 0px;
	padding:0px;
}


#right_column .one_post_container .entry_body_container h2{
	font-size:22px;
	line-height:150%;
	margin:0px 0px 1em 0px;
	padding:0px;
	height:auto;
}

#right_column .one_post_container .entry_body_container h3{
	font-size:19px;
	line-height:150%;
	margin:0px 0px 1em 0px;
	padding:0px;
}

#right_column .one_post_container .entry_body_container h4{
	font-size:16px;
	line-height:150%;
	margin:0px 0px 1em 0px;
	padding:0px;
}

#right_column .one_post_container .entry_body_container h5{
	font-size:13px;
	line-height:150%;
	margin:0px 0px 1em 0px;
	padding:0px;
}

#right_column .one_post_container .entry_body_container h6{
	font-size:10px;
	line-height:150%;
	margin:0px 0px 1em 0px;
	padding:0px;
}

#right_column .one_post_container .entry_body_container ul,
#right_column .one_post_container .entry_body_container ol{
	margin-bottom:1em;
}

#right_column .one_post_container .entry_body_container ul li,
#right_column .one_post_container .entry_body_container ol li{
	margin-left:2em;
}

#right_column .one_post_container .entry_body_container p{
	margin-bottom:1em;
}