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

 Point Text Setting

/////////////////////////////////////// */

.txtPoint {
	border-top:1px dotted #333333;
	border-bottom:1px dotted #333333;
	padding:13px 0;
	font-weight:bold;
	color:#333333;
	line-height:150%;
	text-align:left;
	margin-bottom:20px;
}

/*---IE7---*/
*+html div.txtPoint {
	border-top:1px dotted #333333;
	border-bottom:1px dotted #333333;
	padding:8px 0 13px 0;
	font-weight:bold;
	color:#333333;
	line-height:150%;
	text-align:left;
	margin-bottom:20px;
}

#strong dl,dt {
	padding-bottom:5px;
}

