@charset "utf-8";

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* =S Container Title */
.Container1 h1{ margin:0px; padding:0px;}
.Container2 h1{ margin:0px; padding:0px;}
.Container3 h1{ margin:0px; padding:0px;}

.Head1 {
	color: #b3836b;
	font: bold 14px Arial;
	white-space: nowrap;
}

.Head2,.Head3 {
	color: #fff;
	font: bold 12px/19px Arial;
	white-space: nowrap;
}

.Head4 {
	color: #c9820e;
	font: bold 14px/24px Arial;
	white-space: nowrap;
}

.Head5 {
	color: #c9820e;
	font: bold 14px/24px Arial;
	white-space: nowrap;
}
/* =E Container Title */
.containerpane {
	min-height: 10px;
	text-align: left;
}

.containerpane:after {
	content:".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

* html .containerpane {
	height: 10px;
}

.containerbot {
	min-height: 10px;
	clear: both;
}

* html .containerbot {
	height: 10px;
}

.containerbot:after,.containerbot_bg:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

/* =S Container1 */
.Container1 .containerpane {
	color: #999;
	line-height: 1.4em;
}
/* =E Container1 */

/* =S Container2 */
.Container2 .title {
	padding-left: 7px;
	background: #b08f7e url("images/bg_container2_title.jpg") repeat-x left top;
}

.Container2 .containerpane {
	padding: 8px 10px 0;
	background: url("images/bg_container2.jpg") repeat-x left top;
	color: #999;
	line-height: 1.4em;
}
/* =E Container2 */

/* =S Container3 */
.Container3 .title {
	padding-left: 7px;
	background: #b08f7e url("images/bg_container3_title.jpg") repeat-x left top;
}

.Container3 .containerpane {
	padding: 0;
	color: #999;
	line-height: 1.4em;
}
/* =E Container3 */

/* =S Container4 */
.Container4 .bg_top {
	background: url("images/bg_container5_top.jpg") repeat-x left top;
}

.Container4 .bg_left {
	background: url("images/bg_container5_left.jpg") repeat-y left top;
}

.Container4 .bg_right {
	background: url("images/bg_container5_right.jpg") repeat-y right top;
}

.Container4 .bg_tr {
	background: url("images/bg_container5_tr.jpg") no-repeat right top;
}

.Container4 .bg_bl {
	background: url("images/bg_container4_bl.jpg") no-repeat left bottom;
}

.Container4 .bg_br {
	position: relative;
	background: url("images/bg_container4_br.jpg") no-repeat right bottom;
}

.Container4 .bg_bl2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	background: url("images/bg_container5_bl2.png") no-repeat left bottom;
}

.Container4 .containerpane {
	min-height: 148px;
	padding: 1px;
	background: url("images/bg_container4_br.jpg") no-repeat right bottom;
	color: #504d47;
	line-height: 1.4em;
}

* html .Container4 .containerpane {
	height: 148px;
}
/* =E Container4 */

/* =S Container5 */
.Container5 {
	margin-bottom: 8px;
}

.Container5 .bg_top {
	background: url("images/bg_container5_top.jpg") repeat-x left top;
}

.Container5 .bg_left {
	background: url("images/bg_container5_left.jpg") repeat-y left top;
}

.Container5 .bg_right {
	background: url("images/bg_container5_right.jpg") repeat-y right top;
}

.Container5 .bg_tr {
	background: url("images/bg_container5_tr.jpg") no-repeat right top;
}

.Container5 .containerbot {
	padding-right: 20px;
	background: url("images/bg_container5_br.jpg") no-repeat right bottom;
}

.Container5 .containerbot_bg {
	background: url("images/bg_container5_bl.jpg") no-repeat left bottom;
}

.Container5 .containerpane {
	min-height: 110px;
	padding: 8px 10px 0;
	color: #504d47;
	line-height: 1.4em;
}

* html .Container5 .containerpane {
	height: 110px;
}

.Container5 .containerbot_bg {
	height: 19px;
	padding: 0 0 1px 18px;
}
/* =E Container5 */


