/* palette orange */
.bg_0 {
	background-color:#f5961d;	
}
.bg_1 {
	background-color:#f8b661;	
}
.bg_2 {
	background-color:#FFF4E6;	
}

.bg_0i {
	background-color:#f5961d !important;	
}
.bg_1i {
	background-color:#f8b661 !important;	
}
.bg_2i {
	background-color:#FFF4E6 !important;	
}

.cl_0 {
	color:#f5961d !important;	
}
.cl_1 {
	color:#f8b661 !important;
}

.bc_0 {
	border-color:#f5961d !important;	
}
.bc_1 {
	border-color:#f8b661 !important;	
}	
.bc_2 {
	border-color:#FFF4E6 !important;	
}	
.btc_0 {
	border-top-color:#f5961d !important;	
}
.btc_1 {
	border-top-color:#f8b661 !important;	
}	
.btc_2 {
	border-top-color:#FFF4E6 !important;	
}	
.bbc_0 {
	border-bottom-color:#f5961d !important;	
}
.bbc_1 {
	border-bottom-color:#f8b661 !important;	
}	
.bbc_2 {
	border-bottom-color:#FFF4E6 !important;	
}	

.grd_0 {
	background: -moz-linear-gradient(top, #f8b661 0%, #f8b661 50%, #f5961d 51%, #f5961d 100%);
	background: -webkit-linear-gradient(top, #f8b661 0%,#f8b661 50%,#f5961d 51%,#f5961d 100%);
	background: linear-gradient(to bottom, #f8b661 0%,#f8b661 50%,#f5961d 51%,#f5961d 100%);
}
.grd_0i {
	background: -moz-linear-gradient(top, #f8b661 0%, #f8b661 50%, #f5961d 51%, #f5961d 100%) !important;
	background: -webkit-linear-gradient(top, #f8b661 0%,#f8b661 50%,#f5961d 51%,#f5961d 100%) !important;
	background: linear-gradient(to bottom, #f8b661 0%,#f8b661 50%,#f5961d 51%,#f5961d 100%) !important;
}
.grd_1 {
	background: -moz-linear-gradient(left, #f8b661 0%, #f8b661 50%, #f5961d 51%, #f5961d 100%);
	background: -webkit-linear-gradient(left, #f8b661 0%,#f8b661 50%,#f5961d 51%,#f5961d 100%);
	background: linear-gradient(to right, #f8b661 0%,#f8b661 50%,#f5961d 51%,#f5961d 100%);
}
.grd_1i {
	background: -moz-linear-gradient(left, #f8b661 0%, #f8b661 50%, #f5961d 51%, #f5961d 100%) !important;
	background: -webkit-linear-gradient(left, #f8b661 0%,#f8b661 50%,#f5961d 51%,#f5961d 100%) !important;
	background: linear-gradient(to right, #f8b661 0%,#f8b661 50%,#f5961d 51%,#f5961d 100%) !important;
}
.grd_2 {
	background: -moz-linear-gradient(top, #f5961d 0%, #f5961d 50%, #f8b661 51%, #f8b661 100%);
	background: -webkit-linear-gradient(top, #f5961d 0%,#f5961d 50%,#f8b661 51%,#f8b661 100%);
	background: linear-gradient(to bottom, #f5961d 0%,#f5961d 50%,#f8b661 51%,#f8b661 100%);
}
.grd_2i {
	background: -moz-linear-gradient(top, #f5961d 0%, #f5961d 50%, #f8b661 51%, #f8b661 100%) !important;
	background: -webkit-linear-gradient(top, #f5961d 0%,#f5961d 50%,#f8b661 51%,#f8b661 100%) !important;
	background: linear-gradient(to bottom, #f5961d 0%,#f5961d 50%,#f8b661 51%,#f8b661 100%) !important;
}
.deg-grd {
	background:linear-gradient(40deg,#f5961d,#f8b661) !important;
}


.menu_img {
	background-image:url(../toppage_img/menu-orange.png) !important;
}
.map-img {
	background-image:url(../toppage_img/map-pin-orange.png) !important;
}
.tel-img {
	background-image:url(../toppage_img/tel-orange.png) !important;
}
