.box {
	background-image: url(../images/box-flat_03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box_outer {
	background-image: url(../images/box-flat_04.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
}
.box_inner {
	background-image: url(../images/box-flat_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.box h2 {
	background-image: url(../images/box-flat_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 15px;
	font-style: normal;
	text-align: center;
}
.box h2, .box p {
	padding-right: 20px;
	padding-left: 20px;
}
.box p, .box a {
	font-size: 10px;
}

