@charset "utf-8";

/****************************************/
/* 広貫堂　ブログページ用CSS      */
/****************************************/

/* タイトル部分 */
.title03 .wn_title{/* title03のCSSは、「common.css」に記述 */
	font-size:105%;
	float:left;	
}
.title03 .wn_cate{/* カテゴリ名または日付の欄 */
	font-size:small;
	float:right;
	padding:2px 2px 0px 0px;
}
.title03 .wn_subtitle{
	font-size:100%;
	float:left;
	padding:2px 0px 0px 5px;
}
.title03 a{
 color:#333333;
 text-decoration:underline;
}
.title03 a:hover{
 color:#990000;
}

/* 記事の日付等の欄 */
.wn_date{
	margin-top:10px;
	border-top:1px dotted #999999;
}

/* 詳細（続き）へリンク欄 */
.detail_link{
	text-align:right;
	margin-top:7px;
}


