@charset "utf-8";

/* メイン部分
-------------------------------------------------------------------------------------*/
#enentinfo {
	float:left;
	width:655px;
	height: auto;
	padding-left: 17px;
}
#enentinfo .inner {
	float:left;
	width:655px;
	height: auto;
	margin-bottom: 10px;
}
#enentinfo h2 {
	float:left;
	width:655px;
	height: auto;
	display: block;
	padding-top: 5px;
}
#enentinfo h3 {
	float:left;
	width:630px;
	height: auto;
	display: block;
	padding-top: 5px;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#enentinfo p {
	float:left;
	height: auto;
	display: block;
	text-align: justify;
	width: auto;
}
#enentinfo .innerleft {
	float:left;
	width:215px;
	height: auto;
	padding-top: 10px;
}
#enentinfo .innerright {
	float:left;
	width:415px;
	height: auto;
	text-align: justify;
	padding-top: 10px;
}
