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

/*////////////////////////////////////////////////////////////////////
見出し系
////////////////////////////////////////////////////////////////////*/
div#columnL p#postdate{
	border-top:2px solid #000000;
	color:#000000;
	font-family:sans-serif;
	font-weight:bold;
	font-size:10px;
	}

div#columnL h2{
	border-top:1px solid #000000;
	border-bottom:2px solid #000000;
	margin:0 0 20px 0;
	padding:10px 0 10px 0;
    font-size:16px;
    font-weight:bold;
    color:#CC0000;
}

div#columnL h2.withlead{
	border-bottom:1px solid #000000;
	margin:0 0 0 0;
	}

div#columnL h3{
	margin:0 0 20px 0;
	border-bottom:2px solid #000000;
	font-weight:bold;
	color:#000000;
	}

/*////////////////////////////////////////////////////////////////////
画像系
////////////////////////////////////////////////////////////////////*/

div#columnL img.aligncenter{
	float:none;
}
div#columnL img.alignleft{
	float:left;
}
div#columnL img.alignright{
	float:right;
}

/*////////////////////////////////////////////////////////////////////
本文
////////////////////////////////////////////////////////////////////*/
div#post_content{
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:2px solid #000000;
	}

div#post_content a {
	color:#FF6600;
	text-decoration:underline;
}
div#post_content a:hover {
	text-decoration:none;
}
/*////////////////////////////////////////////////////////////////////
行揃え系
////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////
ページネーション
////////////////////////////////////////////////////////////////////*/
div#columnL div#pagenation{
	width:620px;
	margin:40px 0 20px 0;
	border-top:2px solid #000000;
	}
div#columnL div#pagenation div#prev{
	width:300px;
	float:left;
	}
div#columnL div#pagenation div#next{
	width:300px;
	float:right;
	text-align:right;
	}


/*////////////////////////////////////////////////////////////////////
同カテゴリの最新記事
////////////////////////////////////////////////////////////////////*/
div#latest{
	clear:both;
	margin:0 0 20px 0;
	}
div#latest ul{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #999999;
	}

div#latest dt{
	font-weight:bold;
	}
div#latest li span{
	margin:0 10px 0 0;
	font-weight:bold;
	}
div#latest li a{
	color:#CC0000;
	font-weight:bold;
	}
div#latest li a:hover{
	text-decoration:underline;
	}



