@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,.Container1 .containermain,.Container2 .containermain {
	display: inline-block;
}

.containerpane,.Container1 .containermain,.Container2 .containermain {
	display: block;
}

.containerbot {
	display: block;
	clear: both;
	padding-bottom: 1px;
}

/* =S Container Title ================================================= */
.Head1,.Head2 {
	color: #040000;
	font: bold 18px/22px Georgia,"Times New Roman",serif;
}
/* =E Container Title ================================================= */



/* =S Container1 ====================================================== */
.Container1 {
	margin-bottom: 6px;
	background: #FFF;
}

.bg-c1-tm {
	background: url("images/bg_c1_tm.gif") repeat-x left top;
}

.bg-c1-tr {
	background: url("images/bg_c1_tr.png") no-repeat right top;
}

.bg-c1-tl {
	height: 91px;
	background: url("images/bg_c1_tl.gif") no-repeat left top;
}

.Container1 .c-icon {
	float: right;
	width: 76px;
	text-align: right;
}

.Container1 .c-icon img {
	vertical-align: top;
}

.Container1 .title {
	margin-right: 76px;
	padding: 1px 0 0 10px;
	text-indent: 18px;
}

.Container1 .containermain {
	padding: 1px 2px 0 0;
	background: url("images/line_c1_r.gif") repeat-y right top;
}

.Container1 .containerpane {
	min-height: 26px;
	margin-top: -20px;
	border: 1px solid #4E4D4D;
	border-width: 0 0 1px 1px;
	padding: 0 6px;
	text-align: left;
}

* html .Container1 .containerpane {
	position: relative;
	height: 26px;
}

/* =E Container1 ====================================================== */



/* =S Container2 ====================================================== */
.Container2 {
	margin-bottom: 6px;
	background: #FFF;
}

.bg-c2-tm {
	background: url("images/bg_c2_tm.gif") repeat-x left top;
}

.bg-c2-tr {
	background: url("images/bg_c2_tr.gif") no-repeat right top;
}

.bg-c2-tl {
	height: 91px;
	background: url("images/bg_c2_tl.png") no-repeat left top;
}

.Container2 .title {
	padding: 12px 19px 0 0;
	text-align: right;
}

.Container2 .containermain {
	padding: 1px 0 0 2px;
	background: url("images/line_c2_l.gif") repeat-y left top;
}

.Container2 .containerpane {
	min-height: 26px;
	margin-top: -20px;
	border: 1px solid #4E4D4D;
	border-width: 0 1px 1px 0;
	padding: 0 6px;
	text-align: left;
}

* html .Container2 .containerpane {
	position: relative;
	height: 26px;
}
/* =E Container2 ====================================================== */
