@charset "utf-8";
/* CSS Document */
.box {
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	background-image: url(../../img/line.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.box h3 {
	font-size: 15px;
	font-weight: bold;
	color: #996600;
	margin: 0px;
	padding: 0px;
}
.box .body {
	padding-top: 15px;
}
