@charset "utf-8";
#HR-leftOrnament_ {
	width:25px;
	height:30px;
	float: left;
	background: url(../images/HR_leftOrnament.png);
}
#HR-line_ {
	width:350px;
	height:30px;
	background-image: url(../images/HR_line.png);
	background-repeat: repeat-x;
	background-position: center center;
	float: left;
}
#HR-rightOrnament_ {
	width:25px;
	height:30px;
	float: left;
	background: url(../images/HR_rightOrnament.png);
}
#hr-wrapper {
	width:auto;
	height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 0px;
}

