
/* -------------------------
Container
-------------------------------------------------- */	
/* titleber
-------------------------------------------------- */
.titleber {
	margin-bottom:20px;
	}
	
.titleber .title .Head{
	font-size: x-small;
	color:#564D42;
	font-weight:bold;
	padding-left:10px;
	}

.titleber .content{
	font-size: x-small;
	color:#564D42;
	padding:10px;
	border-left:#D7CEC0 solid 1px;
	border-right:#D7CEC0 solid 1px;
	}
.titleber .line{
	border-bottom:#D7CEC0 solid 1px;
	}

.titleber .content td {
	font-size: x-small;
	color:#564D42;
}


/* pagetitle
-------------------------------------------------- */
.pagetitle {
	margin-bottom:20px;
	}
	
.pagetitle .page_title .Head{
	font-size: x-small;
	color:#564D42;
	font-weight:bold;
	padding-left:10px;
	}

.pagetitle .page_content{
	font-size: x-small;
	color:#564D42;
	padding:10px;
	border-left:#D7CEC0 solid 1px;
	border-right:#D7CEC0 solid 1px;
	}
.pagetitle .line{
	border-bottom:#D7CEC0 solid 1px;
	}

.pagetitle .page_content td {
	font-size: x-small;
	color:#564D42;
}


/* notitle
-------------------------------------------------- */
.notitle{
	margin-bottom: 20px;
}
.notitle .content{
	font-size: x-small;
	color:#564D42;
}

.notitle .content td{
	font-size: x-small;
	color:#564D42;
}
	
	
	
	
	
	
	
	
