@charset "utf-8";

.box-white {
	position:relative;
	padding:0 0px 10px 0;
}

.box-white p {
	text-align:justify;
}

.box-white .t,.box-white .b {
	height:10px;
	font-size:0;
}

.box-white .t {
	background:url(../images/containers/white/t.png) no-repeat;
}
 
.box-white .b {
	background:url(../images/containers/white/b.png) no-repeat;
}

.box-white .inner {
	background:url(../images/containers/white/inner.png) repeat-y;
	padding:5px 20px 25px 20px;
	position:relative;
}

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

.box-gray {
	position:relative;
	padding:0 0 10px 0;
	font-size:90%;
}

.box-gray h2 {
	color:#c8d431;
}

.box-gray p {
	text-align:justify;
	color:#fff;
}

.box-gray .t,.box-gray .b {
	height:10px;
	font-size:0;
}

.box-gray .t {
	background:url(../images/containers/gray/t.png) no-repeat;
}
 
.box-gray .b {
	background:url(../images/containers/gray/b.png) no-repeat;
}

.box-gray .inner {
	background:url(../images/containers/gray/inner.png) repeat-y;
	padding:5px 15px 1px 20px;
	position:relative;
}

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

.box-rose {
	position:relative;
	padding:0 0 10px 0;
	font-size:90%;
}

.box-rose h2 {
	color:#fff;
}

.box-rose p {
	text-align:justify;
	color:#fff;
}

.box-rose .t,.box-rose .b {
	height:10px;
	font-size:0;
}

.box-rose .t {
	background:url(../images/containers/rose/t.png) no-repeat;
}
 
.box-rose .b {
	background:url(../images/containers/rose/b.png) no-repeat;
}

.box-rose .inner {
	background:url(../images/containers/rose/inner.png) repeat-y;
	padding:5px 15px 1px 20px;
	position:relative;
}