@charset "utf-8";
.flame_t {
	background-image: url(../img/corp/back_top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	margin-top: 20px;
}
.flame_b {
	background-image: url(../img/corp/back_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#catalog {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#catalog h2 {
	margin-bottom: 20px;
}
#catalog p {
	margin-bottom: 10px;
}
#catalog table {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#catalog td {
	text-align: center;
	padding-top: 10px;
}
