@charset "utf-8";

.section{
	padding-bottom: 0;
}

.section .section {
	padding-bottom: 5em;
}

.section h3 {
	margin-bottom: 20px;
}

.section h4 {
	/*padding-bottom: 2px;*/
	margin-bottom: 20px;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-size: 1.8em;
	font-weight: bold;
	color: #cc3300;
}

.section h5 {
	font-size: 1.4em;
	font-weight: bold;
}

div.boxLt {
	float: left;
	width: 200px;
	padding-right: 20px;
}

div.boxRt {
	float: right;
	width: 420px;
}

#offsitemeeting table {
	width: 420px;
	margin-bottom: 1em;
}

p.note {
	font-size: 1.2em;
}

p.ph {
	padding-bottom: 5px;
}

span.explanation{
	font-size: 0.65em;
	line-height:1;
	font-weight: normal;
	color: #333333;
}

.section .box{
	padding:10px 10px 0 10px;
	border:solid 1px #C5A49D;
	background:#fcf5ef;
	clear:both;
	margin-bottom:1.5em;
}
.section .box p,
.section .box  h5{
	font-size:1.2em;
}

.section .box h5{
	color:#CC3300;
}



