@charset "utf-8";

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* =S Container Title */
.Head1 {
	color: #2f2f2f;
	font: bold 16px/24px Arial;
	white-space: nowrap;
}

.Head2 {
	color: #4c4c4c;
	font-weight: bold;
	line-height: 1.3em;
	white-space: nowrap;
}

.Head3 {
	color: #fff;
	font-weight: bold;
	line-height: 1.3em;
	white-space: nowrap;
}
/* =E Container Title */

.containerpane {
	min-height: 10px;
	padding: 8px 5px 0;
	text-align: left;
}

.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;
}

/* =S Container1 */
.Container1 .containerpane {
	padding: 0;
}
/* =E Container1 */

/* =S Container2 */
.Container2 .containerpane {
	padding: 0;
}
/* =E Container2 */

/* =S Container3 */
.Container3 {
	background: #5EB6EB url("images/bg_container3.jpg") repeat-y right top;
}

.Container3 .containerhead {
	padding: 0 8px;
	background: url("images/bg_container3_top.jpg") no-repeat right top;
}

.Container3 .title {
	padding-top: 6px;
}

.Container3 .containerpane {
	padding: 0 8px;
	color: #bfe0ff;
}

.Container3 .containerpane a:link,.Container3 .containerpane a:visited,.Container3 .containerpane a:active {
	color: #bfe0ff;
}

.Container3 .containerpane a:hover {
	color: #fff;
}

.Container3 .containerbot {
	padding: 0 8px;
	background: url("images/bg_container3_bottom.jpg") no-repeat right bottom;
}
/* =E Container3 */

/* =S Container4 */
.Container4 {
	padding: 8px 8px 0;
	background: #5AB4E9 url("images/bg_container4.jpg") repeat-y right top;
}

.Container4 .containerpane {
	padding: 0;
	color: #bfe0ff;
}

.Container4 .containerpane a:link,.Container4 .containerpane a:visited,.Container4 .containerpane a:active {
	color: #bfe0ff;
}

.Container4 .containerpane a:hover {
	color: #fff;
}
/* =E Container4 */
