#head_up {
	background-image: url(../images/head_up.jpg);
	width: 989px;
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-top: 10px;
}
#head_down {
	background-image: url(../images/head_down.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 989px;
	padding-bottom: 11px;
}
#head_middle {
	width: 967px;
	border-right: #C4CAD6 solid 1px;
	border-left: #C4CAD6 solid 1px;
	background: #fff;
	padding: 0px 10px;
}
#sub_nav_up {
	background-image: url(../images/sub_nav_up.jpg);
	width: 980px;
	background-position: top;
	padding-top: 10px;
	background-repeat: no-repeat;
}
#sub_nav_down {
	background-image: url(../images/sub_nav_down.jpg);
	width: 980px;
	background-position: bottom;
	padding-bottom: 8px;
	background-repeat: no-repeat;
}
#sub_nav_middle {
	border-left: #C4CAD6 solid 1px;
	border-right: #C4CAD6 solid 1px;
	background-color: #E2ECFF;
}




#content_up {
	background-image: url(../images/sub_nav_up.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 10px;

}
#content_tab {
	width: 90%;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}
#content_down {
	background-image: url(../images/sub_nav_down.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 8px;
}
#content_middle {
	border-left: #C4CAD6 solid 1px;
	border-right: #C4CAD6 solid 1px;
	background-color: #E4EBFE;
	padding: 0px 0px 15px 0px;
	position: static;
}
#button_up {
	background-image: url(../images/button_up.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 9px;
}
#button_down {
	background-image: url(../images/button_down.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}
#button_down a {
	display: block;
	background-color: #FFF;
	border-left: #C4CAD6 solid 1px;
	border-right: #C4CAD6 solid 1px;
	text-decoration: none;
	text-align: center;
	color: #a2a2a3;
}
#text_up {
	background-image: url(../images/text_up.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 12px;
}
#text_down {
	background-repeat: no-repeat;
	background-image: url(../images/text_down.jpg);
	background-position: bottom;
	padding-bottom: 9px;
}
#text_middle {
	border-right: #C4CAD6 solid 1px;
	border-left: #C4CAD6 solid 1px;
	background: #fff;
	padding: 0 20px;
}

#footer_up {
	background-image: url(../images/sub_nav_up.jpg);
	background-position: top;
	padding-top: 10px;
	background-repeat: no-repeat;
}

#footer_down {
	background-image: url(../images/sub_nav_down.jpg);
	background-position: bottom;
	padding-bottom: 8px;
	background-repeat: no-repeat;
}

#footer_middle {
	border-right: #C4CAD6 solid 1px;
	border-left: #C4CAD6 solid 1px;
	background: #E2ECFF;
}
