@charset "utf-8";

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* =S Container Title */
.Head1 {
	color: #fff;
	font: 24px/38px Arial;
	white-space: nowrap;
}

.Head2 {
	color: #fff;
	font: bold 24px/38px Arial;
	white-space: nowrap;
}

.Head3 {
	color: #da207a;
	font: bold 24px/38px Arial;
	white-space: nowrap;
}

.Head4 {
	color: #da207a;
	font: bold 24px/38px Arial;
	white-space: nowrap;
}

.Head5 {
	color: #fff;
	font: 24px/38px Arial;
	white-space: nowrap;
}

.Head6 {
	color: #da207a;
	font: 24px/38px Arial;
	white-space: nowrap;
}

.Head7 {
	color: #000;
	font: bold 18px/36px Arial;
	white-space: nowrap;
}

/* =E Container Title */

.containerpane {
	min-height: 10px;
	padding: 10px 3px 0;
	text-align: left;
	line-height: 17px;
}

.containerpane:after,.containerbot:after {
	content:".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

* html .containerpane,* html .containerbot {
	height: 10px;
}

.containerbot {
	clear: both;
	min-height: 10px;
}

.Container1 .title {
	padding: 0 5px 0 11px;
	background: url("images/bg_container1_title.jpg") repeat-y left top;
}

.Container2 .title {
	padding: 0 5px 0 46px;
	background: url("images/bg_container2_title.jpg") repeat-y left top;
}

.Container3 .title {
	padding: 0 5px 0 46px;
	background: url("images/bg_container3_title.jpg") no-repeat 12px 9px;
}

.Container3 .containerpane {
	padding: 0 3px 0;
}

.Container4 .title {
	padding: 0 5px 0 14px;
	background: url("images/bg_container4_title.jpg") no-repeat 0 8px;
}

.Container4 .containerpane {
	padding: 0 3px 0;
}

.Container5 .title {
	padding: 0 5px 0 12px;
	background: url("images/bg_container5_title.jpg") repeat left top;
}

.Container6 .title {
	padding: 0 5px 0 12px;
	border-bottom: 1px solid #d82066;
}

.Container7 .containerpane {
	padding: 10px 0 0;
}

.Container7 .containerpane {
	padding: 0;
}

