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

/*-------------------
　Report Page
-------------------*/
.header {
	background-image: none;
}
.main {
	margin-top: -50px;
}
.main h2 {
	font-size: 130%;
	font-weight: bold;
	color: #80BE03;
	background-color: #FFFFFF;
	height: 38px;
	width: 865px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DCDAA6;
	border-right-color: #DCDAA6;
	border-bottom-color: #DCDAA6;
	border-left-color: #80BE03;
	padding-top: 12px;
	padding-left: 15px;
	margin-left: 30px;
	margin-right: 30px;
	
}
.BackToTop {
	text-align: right;
	margin-top: 20px;
	clear: both;
}
.BackToTop a {
	background-image: url(../img/icon_06.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.ReportHeader {
	background-image: url(../img/bg_header_bottomline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 214px;
	clear: both;
}
.ReportBlock {
	clear: both;
	margin-bottom: 60px;
	padding-right: 50px;
	padding-left: 50px;
	background-image: url(../img/bg_reportblock_bottomline.gif);
	background-repeat: no-repeat;
	background-position: 30px bottom;
	padding-bottom: 60px;
}
.ReportBlock h2 {
	
}
.ReportBlock h3 {
	font-size: 115%;
	font-weight: bold;
	color: #FF5A5A;
	margin-bottom: 3px;
}
.ReportBlock h4 {
	font-size: 110%;
	font-weight: bold;
}
.ReportNavi {
	margin-bottom: 20px;
	margin-left: 38px;
	margin-right: 10px;
	margin-top: 5px;
	font-size: 85%;
	text-align: right;
}
.ReportNavi ul {
}
.ReportNavi li {
	display: inline;
	margin-right: 10px;
}

/* 記事ブロック */
.ReportContentsBlock {
	margin-bottom: 20px;
}
.ReportContents {

}
/* 記事データ */
.ReportSubject {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EAE8C7;
	margin-bottom: 5px;
}
.ReportDataBlock {
	color: #66632B;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EAE8C7;
	padding-bottom: 5px;
	margin-bottom: 20px;
	padding-top: 5px;
}
.ReportDataBlock p {
	margin: 0px;
	padding: 0px;
}
.ReportDate {
}
.ReportLocation {
}
.ReprotVolume {
}
.ReportDetail {
}

/* 記事写真 */
.MeetingImage {
	float: right;
	width: 300px;
	margin-left: 20px;
}
.MeetingImage img {
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 4px;
}
.RealizationImage {
	float: right;
	width: 300px;
	margin-left: 20px;
}
.RealizationImage img {
	margin-bottom: 20px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
