/*　テキスト中継設定　*/

.report_set{
	margin: 10px auto;
	padding: 0;
	}
	
	
/*　各投稿の横幅を設定　*/	
#report_table{
	width: 500px;
	}
	
.report_table_padding{
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	letter-spacing: 1px;
	background-image: url(../images/lineback2.gif);
	background-repeat: repeat-y;
	background-position: -5px 28px;
	}
	
.report_table_lines {
	background-image: url(../images/lineback2.gif) top;
	padding: 0px;
}
	
/*　日付　*/

.entry_date{
	width: 100px;
	font-size: 31px;
	color: #3A1C03;
	line-height: 36px;
	font-weight: bold;
	}

/*　投稿タイトル　*/

/*
.fukidashi_top-left{
	width: px;
	height: px;
	background: url(ふきだし部分の背景画像-上左側) no-repeat right bottom;
	}
	
.fukidashi_top-middle{
	width: px;
	height: px;
	background: url(ふきだし部分の背景画像-上中央) repeat-x center bottom;
	}
	
.fukidashi_top-right{
	width: px;
	height: px;
	background: url(ふきだし部分の背景画像-上右側) no-repeat left bottom;
	}

.fukidashi_middle-left{
	width: px;
	height: px;
	background: url(ふきだし部分の背景画像-中央左側) no-repeat right top;
	}
	
.fukidashi_middle-middle{
	width: px;
	height: px;
	background: url(ふきだし部分の背景画像-中央中央) repeat-x center top;
	}
	
.fukidashi_middle-right{
	width: px;
	height: px;
	background: url(ふきだし部分の背景画像-中央右側) no-repeat left top;
	}

.fukidashi_bottom-left{
	width: px;
	height: px;
	background: url(ふきだし部分の背景画像-下左側) no-repeat right top;
	}
	
.fukidashi_bottom-middle{
	width: px;
	height: px;
	background: url(ふきだし部分の背景画像-下中央) repeat-x center top;
	}
	
.fukidashi_bottom-right{
	width: px;
	height: px;
	background: url(ふきだし部分の背景画像-下右側) no-repeat left top;
	}
*/
	
.title_new{
	color: #3A1C03;
	font-weight: bold;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 1px;
	}
	
