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

/* ふるさと記事ページCSS */

#main {
	margin-top: 40px;
}

#main-content-inner {
	width: 650px;
	margin: 0 auto;
	float: left;
}

#main-content-inner h3 {
	display: block;
	color: #404040;
	border-bottom: dotted 2px #008000;
	margin-top: 0px;
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
}

#main-content-post-author {
	text-align: right;
	margin-bottom: 30px;
}

#left-sidebar-container {
	width: 250px;
	float: right;
}

.reporter_info {
	display: block;
	font-size: 105%;
	font-weight: bold;
	color: #008000;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 5px;
}

.report_place_info {
	margin-bottom: 20px;
}

.report_st {
	color: #008000;
	font-weight: bold;
}

.thumbnail_image_area img {
	width: 100%;
	height: 100%;
}

.member_entry {
	
}

#report_list_block_title {
	display: block;
	width: 990px;
	height: 49px;
	background: url(../images/Furusato_header_pic.png) no-repeat left center;
	margin-top: 0px;
}
#report_list_block_title h3 {
	display: block;
	padding-top: 6px;
	padding-left: 40px;
	font-size: 130%;
	font-weight: bold;
	margin-top: 0;
}

.furusato_repo_pane {
	float: left;
}

.furusato_sepa {
	display: block;
	width: 15px;
	height: 18px;
	float: left;
}


.furusato_repo_pane_area {
	width: 990px;
	height: 40px;
	background: url(../images/furusatoAreaPic_base.png);
}
.furusato_repo_pane_area li {
	margin-top: 8px;
	margin-left: 8px;
	float: left;
}
.furusato_repo_pane_area li:first-child {
	margin-left: 98px;
}






























