@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;
}

.containerbot {
	clear: both;
	min-height: 9px;
	padding-bottom: 1px;
}



/* =S Container Title ================================================= */
.Head1 {
	color: #303030;
	font: bold 16px/32px Verdana,Arial,sans-serif;
}
/* =E Container Title ================================================= */



/* =S Container1 ====================================================== */
.Container1 .title {
	border: 1px solid #CCC;
	padding: 5px 10px;
	background: #D7EEF4;
}

.Container1 .title img {
	vertical-align: middle;
}

.Container1 .containerpane {
	min-height: 1px;
	padding: 8px 1px 0;
	text-align: left;
}

* html .Container1 .containerpane {
	height: 1px;
}
/* =E Container1 ====================================================== */

/* =S Container2 ====================================================== */
.Container2 .main_up_l{ background:url(images/main_01.gif) no-repeat left top;  height:10px;}
.Container2 .main_up_r{ background:url(images/main_02.gif) no-repeat right top;height:10px;}
.Container2 .main_up_m{ background:#D5E9EE; height:10px;margin-top:25px;}
.Container2 .main_ub_l{ background:url(images/main_03.gif) no-repeat left bottom;height:10px;}
.Container2 .main_ub_r{ background:url(images/main_04.gif) no-repeat right bottom;height:10px;}
.Container2 .main_ub_m{ background:#D5E9EE; height:10px;}
.Container2 containerbot{ background:none}
.Container2 .title {
	border: 1px solid #CCC;
	padding: 5px 10px;
	background: #D7EEF4;
}

.Container2 .title img {
	vertical-align: middle;
}

.Container2 .containerpane {
	min-height: 1px;
	padding: 8px 11px 0px 11px;;
	text-align: left;
	background:#D5E9EE;
}

* html .Container2 .containerpane {
	height: 1px;
}
/* =E Container1 ====================================================== */



