/* CSS Document */

/*投稿ページ*/

/*記事表示エリア*/

.topic_contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 250%;
	color: #333;
	padding: 0px 10px;
}

.topic_contents p {
	margin-bottom: 20px;
}

/*投稿日時・分類カテゴリー*/

.postinfo {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 250%;
	color: #666;
	text-align: right;
	padding: 30px 0px;
}

/*写真*/

.report_pic_box {
	width: 580px;
	height: auto;
	margin: 20px auto;

}

.report_pic_box li {
	display: inline;
	float: left;
	padding: 3px;
}

.report_pic_box li img {
	padding: 1px;
	border: 1px solid #AAA;
}

