@charset "utf-8";
/* CSS Document */

.backmaintable {
	background-image: url(imgs/images/backmaintable_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.linedivhorz {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cce0ff;
}
.backmaintable-1 {
	background-image: url(imgs/images/backmaintable_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bordermenuleft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cce0ff;
	border-right-color: #cce0ff;
	border-bottom-color: #cce0ff;
	border-left-color: #cce0ff;

}
.borderorange {
	border: 1px solid #FFE3CA;