@charset "utf-8";

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.containerpane:after,.containerbot:after {
	content:".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	overflow: hidden;
}

.containerpane,.containerbot {
	display: inline-block;
}

.containerpane,.containerbot {
	display: block;
	clear: both;
	padding-bottom: 1px;
}

/* =S Container Title ================================================= */
.Head1,.Head2 {
	color: #fff;
	font: bold 14px/26px Arial,sans-serif;
	white-space: nowrap;
}

.Head2 {
	line-height: 29px;
}
/* =E Container Title ================================================= */



/* =S Container1 ====================================================== */
.Container1 .containerhead {
	height: 31px;
	background: url("images/bg_c1_head_main.gif") repeat-x left top;
}

.Container1 .title {
	float: left;
	height: 26px;
	padding: 0 0 5px 20px;
	background: url("images/bg_c1_head_left.gif") no-repeat left top;
}

.Container1 .title img {
	vertical-align: top;
}

.Container1 .more {
	float: right;
	height: 26px;
	padding: 0 23px 5px 0;
	background: url("images/bg_c1_head_right.gif") no-repeat right top;
	color: #fff;
	font: 12px/26px Arial,sans-serif;
}

.Container1 .more a:link,.Container1 .more a:visited,.Container1 .more a:hover,.Container1 .more a:active {
	color: #fff;
}

.Container1 .containerpane {
	padding: 0 2px;
	text-align: left;
}
/* =E Container1 ====================================================== */



/* =S Container2 ====================================================== */
.Container2 .containerhead {
	height: 34px;
	background: url("images/bg_c2_head_main.gif") repeat-x left top;
}

.Container2 .title {
	float: left;
	height: 29px;
	padding: 0 0 5px 20px;
	background: url("images/bg_c2_head_left.gif") no-repeat left top;
}

.Container2 .title img {
	vertical-align: top;
}

.Container2 .more {
	float: right;
	height: 29px;
	padding: 0 23px 5px 0;
	background: url("images/bg_c2_head_right.gif") no-repeat right top;
	color: #fff;
	font: 12px/26px Arial,sans-serif;
}

.Container2 .more a:link,.Container2 .more a:visited,.Container2 .more a:hover,.Container2 .more a:active {
	color: #fff;
}

.Container2 .containerpane {
	padding: 0 2px;
	text-align: left;
}
/* =E Container2 ====================================================== */
