@charset "utf-8";

@import url("../../css/reset.css");
@import url("../../css/common.css");
@import url("common.css");

/* ================================================

	report
	
	senbamatsuri.css
	
================================================ */
div.report_contents h3 {
	padding-top: 5px;
}



/* report_contentsArea */
div.report_contentsArea {
	width: 550px;
	padding-left: 60px;
}


/*	イベント概要
===================================================================*/
div.report_contentsArea h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.report_contentsArea div.section {
	float: left;
	width: 330px;
	padding-left: 2px;
}

div.report_contentsArea div.section h5 {
	padding-left: 1em;
	background: url(../images/common/icon_square.gif) center left no-repeat;
	font-size: 100%;
	color: #B43200;
}

div.report_contentsArea div.section p {
	margin-bottom: 5px;
}

div.report_contentsArea p.photo {
	float:right;
	width: 205px;
}

div#container div.report_contentsArea p.bottom_text {
	clear: both;
	padding-left: 2px;
	color: #FF7800;
}



