<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** INCLUDE ***/
@import url('../../../base/000100/css/layout.css');

/*** COLOR ***/
#head_content a .text_color1 {
    color: #21508f;
}

.box_left_container {
    border-left: 1px solid #204f8c;
    border-right: 1px solid #204f8c;
}

#body_title {
    background-color: #21508f;
}

/*** HEADER ***/
#header_container_left {
	background-image:url("../image/header_container.gif");
}

#header_container_middle {
	background-image:url("../image/header_container.gif");
}
 
#header_container_right {
	background-image:url("../image/header_container.gif");
}

/*** CONTNET BEGIN ***/
#content_container { 
	background-image:url("../image/content_container.gif");
}

#content_container_inner { 
	background-image:url("../image/content_bottom.gif");
}

/*** LEFT BEGIN ***/
.box_left_top {
	background-image:url("../image/box_top.gif");	
}

.box_left_title { 
	background-image:url("../image/box_title.gif");
}

.box_left_bottom {
	background-image:url("../image/box_bottom.gif");
}

/*** CENTER BEGIN ***/
#body_top {
	background-image:url("../image/content_top.png");
}

/*** PROVIDER ***/
#provider_contanier {
	background-image:url("../image/provider.gif");
}
	</pre></body></html>